Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Aug 12, 2023
1 parent 89a6c15 commit 1c78b5b
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 351 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.0.0"
"@prisma/client": "^5.1.1"
},
"devDependencies": {
"dotenv-cli": "^7.2.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"prisma": "^5.0.0",
"puppeteer": "^20.9.0"
"prettier": "^3.0.1",
"prisma": "^5.1.1",
"puppeteer": "^21.0.3"
},
"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 @@ -15,19 +15,19 @@
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"@logtail/pino": "^0.4.5",
"@prisma/client": "^5.0.0",
"@logtail/pino": "^0.4.6",
"@prisma/client": "^5.1.1",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.21.0",
"fastify-plugin": "^4.5.1",
"jsdom": "^22.1.0",
"pino": "^8.14.2",
"socket.io": "^4.7.1"
"pino": "^8.15.0",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.1.6"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@
},
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"@prisma/client": "^5.0.0",
"@prisma/client": "^5.1.1",
"bootstrap": "^5.3.1",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.9",
"puppeteer": "^20.9.0",
"puppeteer": "^21.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"socket.io-client": "^4.7.1",
"swr": "^2.2.0"
"socket.io-client": "^4.7.2",
"swr": "^2.2.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.2",
"@types/node": "^20.4.5",
"@types/react": "^18.2.18",
"@types/node": "^20.4.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.9",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.1",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.64.2",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
Expand Down
Loading

0 comments on commit 1c78b5b

Please sign in to comment.