Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Nov 4, 2023
1 parent bdee3f0 commit 1767c82
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 989 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"migrate": "dotenv -e .env.local -- pnpm exec prisma migrate deploy"
},
"dependencies": {
"@prisma/client": "^5.3.1"
"@prisma/client": "^5.5.2"
},
"devDependencies": {
"dotenv-cli": "^7.3.0",
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"puppeteer": "^21.3.1"
"prisma": "^5.5.2",
"puppeteer": "^21.5.0"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fastify/cors": "^8.4.0",
"@fastify/cors": "^8.4.1",
"@logtail/pino": "^0.4.12",
"@prisma/client": "^5.3.1",
"@prisma/client": "^5.5.2",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.23.2",
"fastify": "^4.24.3",
"fastify-plugin": "^4.5.1",
"jsdom": "^22.1.0",
"pino": "^8.15.1",
"pino": "^8.16.1",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"eslint": "^8.49.0",
"@types/jsdom": "^21.1.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.2.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"bufferutil": "^4.0.8",
"utf-8-validate": "^5.0.10"
},
"private": true
Expand Down
38 changes: 19 additions & 19 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@prisma/client": "^5.3.1",
"@prisma/client": "^5.5.2",
"bootstrap": "^5.3.2",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.5.6",
"puppeteer": "^21.3.1",
"katex": "^0.16.9",
"next": "^14.0.1",
"puppeteer": "^21.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
Expand All @@ -31,25 +31,25 @@
"swr": "^2.2.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.2",
"@types/bootstrap": "^5.2.7",
"@types/jsdom": "^21.1.3",
"@types/katex": "^0.16.3",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"eslint": "^8.49.0",
"@next/bundle-analyzer": "^14.0.1",
"@types/bootstrap": "^5.2.8",
"@types/jsdom": "^21.1.4",
"@types/katex": "^0.16.5",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.5.3",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-config-next": "^14.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.68.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},
"optionalDependencies": {
"sharp": "^0.32.6"
Expand Down
Loading

0 comments on commit 1767c82

Please sign in to comment.