Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
lint-staged dropped support for Node.js 14
  • Loading branch information
wxh06 committed Aug 16, 2023
1 parent 66fa6ab commit 20b0503
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 37 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^3.0.1",
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"prisma": "^5.1.1",
"puppeteer": "^21.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"eslint-config-next": "^13.4.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"git-revision-webpack-plugin": "^5.0.0",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"optionalDependencies": {
"sharp": "^0.32.4"
"sharp": "^0.32.5"
}
}
Loading

0 comments on commit 20b0503

Please sign in to comment.