Skip to content

Commit 391ba37

Browse files
committed
chore(deps): update dependency husky to v9
1 parent 3e60d56 commit 391ba37

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/kktjs/kkt.git"
99
},
1010
"scripts": {
11-
"prepare": "husky install",
11+
"prepare": "husky",
1212
"lib:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
1313
"lib:watch": "lerna exec \"tsbb watch --no-esm\" --scope @kkt/*",
1414
"lib:watch:less": "lerna exec \"tsbb watch --no-esm\" --scope @kkt/less-modules",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@babel/runtime": "^7.18.3",
48-
"husky": "~8.0.0",
48+
"husky": "^9.0.11",
4949
"lerna": "~7.3.0",
5050
"lint-staged": "^15.0.0",
5151
"prettier": "~3.0.0",

0 commit comments

Comments
 (0)