Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Aug 24, 2023
1 parent 61320b7 commit 77959cc
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 147 deletions.
10 changes: 5 additions & 5 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.1.1"
"@prisma/client": "^5.2.0"
},
"devDependencies": {
"dotenv-cli": "^7.2.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.47.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.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prisma": "^5.1.1",
"puppeteer": "^21.0.3"
"prisma": "^5.2.0",
"puppeteer": "^21.1.0"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@fastify/cors": "^8.3.0",
"@logtail/pino": "^0.4.6",
"@prisma/client": "^5.1.1",
"@prisma/client": "^5.2.0",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.21.0",
"fastify-plugin": "^4.5.1",
Expand All @@ -25,7 +25,7 @@
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/jsdom": "^21.1.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down
14 changes: 7 additions & 7 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.1",
"@prisma/client": "^5.1.1",
"@prisma/client": "^5.2.0",
"bootstrap": "^5.3.1",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.9",
"puppeteer": "^21.0.3",
"puppeteer": "^21.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand All @@ -26,21 +26,21 @@
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.1",
"@types/jsdom": "^21.1.2",
"@types/katex": "^0.16.2",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/node": "^20.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.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.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.65.1",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
Expand Down
Loading

0 comments on commit 77959cc

Please sign in to comment.