Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 #87
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 4, 2024
1 parent debbad6 commit a1850ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"coverage": "tsbb test --coverage --bail",
"prettier": "prettier --write --ignore-unknown \"**/*.{js,ts,css,json}\"",
"type-check": "tsc --noEmit",
"prepare": "husky install"
"prepare": "husky"
},
"lint-staged": {
"**/*.{js,ts,css,json}": "prettier --write --ignore-unknown"
Expand Down Expand Up @@ -90,7 +90,7 @@
"yaml": "^2.0.0"
},
"devDependencies": {
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
"tsbb": "^4.1.5"
Expand Down

0 comments on commit a1850ba

Please sign in to comment.