Skip to content

Commit 70ba3a6

Browse files
committed
chore(deps): update dependency husky to v8 #219
1 parent 7fe3e5b commit 70ba3a6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "cjs/index.js",
77
"module": "esm/index.js",
88
"scripts": {
9-
"prepare": "husky install && npm run build",
9+
"prepare": "husky && npm run build",
1010
"released": "npm run build && npm run doc",
1111
"doc": "kkt build --app-src ./website",
1212
"start": "kkt start --app-src ./website",
@@ -60,9 +60,9 @@
6060
"@uiw/reset.css": "~1.0.6",
6161
"@wcj/dark-mode": "^1.0.14",
6262
"compile-less-cli": "~1.9.0",
63-
"husky": "~7.0.4",
63+
"husky": "^9.0.11",
6464
"kkt": "^7.5.5",
65-
"lint-staged": "~12.3.5",
65+
"lint-staged": "^15.2.2",
6666
"prettier": "~2.8.0",
6767
"react": "~18.0.0",
6868
"react-dom": "~18.0.0",

0 commit comments

Comments
 (0)