Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 22, 2024
1 parent 3e60d56 commit 391ba37
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 @@
#!/usr/bin/env 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 @@ -8,7 +8,7 @@
"url": "https://github.com/kktjs/kkt.git"
},
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"lib:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
"lib:watch": "lerna exec \"tsbb watch --no-esm\" --scope @kkt/*",
"lib:watch:less": "lerna exec \"tsbb watch --no-esm\" --scope @kkt/less-modules",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.18.3",
"husky": "~8.0.0",
"husky": "^9.0.11",
"lerna": "~7.3.0",
"lint-staged": "^15.0.0",
"prettier": "~3.0.0",
Expand Down

0 comments on commit 391ba37

Please sign in to comment.