Skip to content

Commit

Permalink
Set same Husky version for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibenussi committed Sep 10, 2024
1 parent 3f2d884 commit 436ba3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"packages/libsql-client-wasm"
],
"dependencies": {
"husky": "^9.0.11",
"husky": "^9.1.5",
"lint-staged": "^15.2.2"
},
"scripts": {
"prepare": "node .husky/install.mjs && husky install",
"lint-staged": "lint-staged"
},
"devDependencies": {
"husky": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/libsql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.15.5",
"husky": "^9.0.11",
"husky": "^9.1.5",
"jest": "^29.3.1",
"lint-staged": "^15.2.2",
"msw": "^2.3.0",
Expand Down

0 comments on commit 436ba3f

Please sign in to comment.