Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 14, 2023
1 parent 29bbd19 commit 13e3b2e
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"@logtail/pino": "^0.4.2",
"@logtail/pino": "^0.4.3",
"@prisma/client": "^4.16.2",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.19.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.9",
"next": "^13.4.10",
"puppeteer": "^20.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -24,18 +24,18 @@
"swr": "^2.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@next/bundle-analyzer": "^13.4.10",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.1",
"@types/node": "^20.4.2",
"@types/react": "^18.2.14",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.9",
"eslint-config-next": "^13.4.10",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
Expand All @@ -45,6 +45,6 @@
"webpack": "^5.88.1"
},
"optionalDependencies": {
"sharp": "^0.32.2"
"sharp": "^0.32.3"
}
}
Loading

0 comments on commit 13e3b2e

Please sign in to comment.