Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Sep 21, 2023
1 parent c5e522c commit 031f142
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 301 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"migrate": "dotenv -e .env.local -- pnpm exec prisma migrate deploy"
},
"dependencies": {
"@prisma/client": "^5.3.0"
"@prisma/client": "^5.3.1"
},
"devDependencies": {
"dotenv-cli": "^7.3.0",
Expand All @@ -18,8 +18,8 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prisma": "^5.3.0",
"puppeteer": "^21.2.1"
"prisma": "^5.3.1",
"puppeteer": "^21.3.1"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"@logtail/pino": "^0.4.11",
"@prisma/client": "^5.3.0",
"@fastify/cors": "^8.4.0",
"@logtail/pino": "^0.4.12",
"@prisma/client": "^5.3.1",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.23.2",
"fastify-plugin": "^4.5.1",
Expand All @@ -25,8 +25,8 @@
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@types/jsdom": "^21.1.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.2.2"
Expand Down
28 changes: 14 additions & 14 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,42 @@
"lint": "next lint"
},
"dependencies": {
"@floating-ui/dom": "^1.5.2",
"@prisma/client": "^5.3.0",
"bootstrap": "^5.3.1",
"@floating-ui/dom": "^1.5.3",
"@prisma/client": "^5.3.1",
"bootstrap": "^5.3.2",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.19",
"puppeteer": "^21.2.1",
"next": "^13.5.2",
"puppeteer": "^21.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"socket.io-client": "^4.7.2",
"swr": "^2.2.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.19",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.2",
"@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.0",
"@types/react": "^18.2.21",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^13.5.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.67.0",
"sass": "^1.68.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
},
"optionalDependencies": {
"sharp": "^0.32.5"
"sharp": "^0.32.6"
}
}
Loading

0 comments on commit 031f142

Please sign in to comment.