Skip to content

Commit

Permalink
chore: update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Aug 8, 2023
1 parent d03fd72 commit 8155c77
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 50 deletions.
48 changes: 26 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,22 @@
"singleQuote": true
},
"dependencies": {
"@aspida/axios": "^1.11.0",
"@aspida/swr": "^1.11.0",
"@aspida/axios": "^1.13.3",
"@aspida/swr": "^1.13.3",
"@fastify/cors": "^8.2.0",
"@fastify/static": "^6.5.1",
"@fastify/websocket": "^7.1.1",
"ansi_up": "^5.1.0",
"aspida": "^1.13.3",
"axios": "^0.27.2",
"commander": "^9.0.0",
"ejs": "^3.1.7",
"fastify": "^4.15.0",
"frourio": "^0.32.0",
"fastify": "^4.21.0",
"frourio": "^0.34.1",
"github-buttons": "^2.21.1",
"is-binary-path": "^2.1.0",
"mariadb": "^2.5.5",
"next": "13.0.4",
"next": "^13.0.4",
"object-hash": "^3.0.0",
"open": "^8.4.0",
"pg": "^8.7.3",
Expand All @@ -73,10 +74,10 @@
"react-markdown": "^8.0.0",
"react-query": "^3.34.16",
"real-executable-path": "^3.0.0",
"swr": "^1.3.0"
"swr": "^2.2.0"
},
"devDependencies": {
"@fastify/nextjs": "^9.2.0",
"@fastify/nextjs": "^10.0.1",
"@types/ejs": "^3.1.0",
"@types/jest": "^29.2.3",
"@types/jest-expect-message": "^1.1.0",
Expand Down Expand Up @@ -104,7 +105,7 @@
"jest": "^29.3.1",
"jest-expect-message": "^1.1.3",
"nodemon-webpack-plugin": "^4.7.1",
"notios": "^0.4.0",
"notios": "^0.4.1",
"onchange": "^7.1.0",
"prettier": "^2.8.7",
"style-loader": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const basePath = '/api'

const fastify = Fastify()
// eslint-disable-next-line @typescript-eslint/no-explicit-any
fastify.register(FastifyStatic, { root: path.join(__dirname, '../../out') })
fastify.register(FastifyStatic, { root: path.join(__dirname, '../../public') })
await fastify.register(FastifyInject, { dir, logging, ready })
if (process.env.NODE_ENV === 'development') {
fastify
Expand All @@ -79,7 +79,7 @@ const basePath = '/api'
fastify.register(FastifyWebsocket)
fastify.register(async (fastify) => {
fastify.get('/ws/', { websocket: true }, (connection) => {
const handler = (chunk: unknown) => {
const handler = (chunk: Buffer) => {
connection.socket.send(chunk)
}
logging.on('data', handler)
Expand Down
36 changes: 18 additions & 18 deletions server/pretense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"upgrade-frourio": "npx npm-check-updates frourio frourio-express aspida @aspida/axios @aspida/fetch @aspida/node-fetch @aspida/react-query @aspida/swr pathpida -u"
},
"dependencies": {
"@aspida/axios": "^1.11.0",
"@aspida/fetch": "^1.11.0",
"@aspida/node-fetch": "^1.11.0",
"@aspida/react-query": "^1.11.0",
"@aspida/swr": "^1.11.0",
"@aspida/axios": "^1.13.3",
"@aspida/fetch": "^1.13.3",
"@aspida/node-fetch": "^1.13.3",
"@aspida/react-query": "^1.13.3",
"@aspida/swr": "^1.13.3",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@fastify/cors": "^8.2.0",
"@fastify/helmet": "^10.1.0",
"@fastify/jwt": "^6.3.3",
"@fastify/multipart": "^7.3.0",
"@fastify/static": "^6.5.1",
"@fastify/cors": "^8.3.0",
"@fastify/helmet": "^11.0.0",
"@fastify/jwt": "^7.2.0",
"@fastify/multipart": "^7.7.3",
"@fastify/static": "^6.10.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
Expand All @@ -43,8 +43,8 @@
"@typescript-eslint/parser": "^5.57.1",
"@vendia/serverless-express": "^4.5.3",
"@vue/test-utils": "^1.3.0",
"aspida": "^1.11.0",
"axios": "^0.27.2",
"aspida": "^1.13.3",
"axios": "^1.4.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.3.1",
Expand All @@ -66,10 +66,10 @@
"eslint-plugin-react": "^7.31.11",
"express": "^4.18.2",
"express-jwt": "^7.7.7",
"fastify": "^4.15.0",
"frourio": "^0.32.0",
"frourio-express": "^0.32.0",
"helmet": "^6.0.0",
"fastify": "^4.21.0",
"frourio": "^0.34.1",
"frourio-express": "^0.34.0",
"helmet": "^7.0.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
Expand Down Expand Up @@ -97,14 +97,14 @@
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"swr": "^1.3.0",
"swr": "^2.2.0",
"ts-jest": "^29.0.3",
"ts-loader": "^8.4.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typeorm": "^0.2.41",
"typeormer": "^0.1.3",
"typescript": "^5.0.3",
"typescript": "^5.1.6",
"vue-jest": "^3.0.7",
"wait-on": "^6.0.1",
"webpack": "^5.75.0",
Expand Down

0 comments on commit 8155c77

Please sign in to comment.