Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 19, 2023
1 parent 50b48a6 commit 9ced89d
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 194 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"devDependencies": {
"dotenv-cli": "^7.2.1",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.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.8.2"
"puppeteer": "^20.8.3"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
8 changes: 4 additions & 4 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.3",
"@logtail/pino": "^0.4.5",
"@prisma/client": "^5.0.0",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.19.2",
"fastify-plugin": "^4.5.0",
"fastify": "^4.20.0",
"fastify-plugin": "^4.5.1",
"jsdom": "^22.1.0",
"pino": "^8.14.1",
"socket.io": "^4.7.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.9",
"puppeteer": "^20.8.2",
"puppeteer": "^20.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand All @@ -32,7 +32,7 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.9",
Expand All @@ -42,7 +42,7 @@
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.63.6",
"typescript": "^5.1.6",
"webpack": "^5.88.1"
"webpack": "^5.88.2"
},
"optionalDependencies": {
"sharp": "^0.32.3"
Expand Down
Loading

0 comments on commit 9ced89d

Please sign in to comment.