Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 25, 2023
1 parent 5560bc8 commit ce48751
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 87 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"prisma": "^5.0.0",
"puppeteer": "^20.8.3"
"puppeteer": "^20.9.0"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
12 changes: 6 additions & 6 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.3",
"puppeteer": "^20.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand All @@ -28,8 +28,8 @@
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.1",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/node": "^20.4.4",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.45.0",
Expand All @@ -38,13 +38,13 @@
"eslint-config-next": "^13.4.9",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.0",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.63.6",
"sass": "^1.64.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"optionalDependencies": {
"sharp": "^0.32.3"
"sharp": "^0.32.4"
}
}
Loading

0 comments on commit ce48751

Please sign in to comment.