Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Sep 14, 2023
1 parent 0baacc6 commit 0987673
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 375 deletions.
8 changes: 4 additions & 4 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.2.0"
"@prisma/client": "^5.3.0"
},
"devDependencies": {
"dotenv-cli": "^7.3.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prisma": "^5.2.0",
"puppeteer": "^21.1.1"
"prisma": "^5.3.0",
"puppeteer": "^21.2.1"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
12 changes: 6 additions & 6 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.6",
"@prisma/client": "^5.2.0",
"@logtail/pino": "^0.4.11",
"@prisma/client": "^5.3.0",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.22.0",
"fastify": "^4.23.2",
"fastify-plugin": "^4.5.1",
"jsdom": "^22.1.0",
"pino": "^8.15.0",
"pino": "^8.15.1",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"eslint": "^8.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.2.2"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"@prisma/client": "^5.2.0",
"@floating-ui/dom": "^1.5.2",
"@prisma/client": "^5.3.0",
"bootstrap": "^5.3.1",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.19",
"puppeteer": "^21.1.1",
"puppeteer": "^21.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand All @@ -27,20 +27,20 @@
"@next/bundle-analyzer": "^13.4.19",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.2",
"@types/katex": "^0.16.2",
"@types/node": "^20.5.7",
"@types/katex": "^0.16.3",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"eslint": "^8.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.19",
"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.66.1",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
},
Expand Down
Loading

0 comments on commit 0987673

Please sign in to comment.