Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Aug 31, 2023
1 parent 5441e35 commit 51aee7c
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 238 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"devDependencies": {
"dotenv-cli": "^7.3.0",
"eslint": "^8.47.0",
"eslint": "^8.48.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.2",
"prettier": "^3.0.3",
"prisma": "^5.2.0",
"puppeteer": "^21.1.0"
"puppeteer": "^21.1.1"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@logtail/pino": "^0.4.6",
"@prisma/client": "^5.2.0",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.21.0",
"fastify": "^4.22.0",
"fastify-plugin": "^4.5.1",
"jsdom": "^22.1.0",
"pino": "^8.15.0",
Expand All @@ -27,9 +27,9 @@
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.9",
"puppeteer": "^21.1.0",
"puppeteer": "^21.1.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.1"
"swr": "^2.2.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.2",
"@types/katex": "^0.16.2",
"@types/node": "^20.5.4",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.9",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-react": "^7.33.2",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 51aee7c

Please sign in to comment.