Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 13, 2023
1 parent 930dd7b commit d51f3d4
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 244 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"prisma": "^4.16.2",
"puppeteer": "^20.8.1"
"puppeteer": "^20.8.2"
},
"engines": {
"pnpm": "^8.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/jsdom": "^21.1.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"typescript": "^5.1.6"
},
"optionalDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@floating-ui/dom": "^1.4.4",
"@floating-ui/dom": "^1.4.5",
"@prisma/client": "^4.16.2",
"bootstrap": "^5.3.0",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"next": "^13.4.9",
"puppeteer": "^20.8.1",
"puppeteer": "^20.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand All @@ -27,14 +27,14 @@
"@next/bundle-analyzer": "^13.4.9",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.0",
"@types/node": "^20.4.1",
"@types/katex": "^0.16.1",
"@types/node": "^20.4.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@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.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.9",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand Down
Loading

0 comments on commit d51f3d4

Please sign in to comment.