Skip to content

Commit

Permalink
chore(deps): update dependency husky to v8 #219
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 25, 2024
1 parent 7fe3e5b commit 70ba3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -6,7 +6,7 @@
"main": "cjs/index.js",
"module": "esm/index.js",
"scripts": {
"prepare": "husky install && npm run build",
"prepare": "husky && npm run build",
"released": "npm run build && npm run doc",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
Expand Down Expand Up @@ -60,9 +60,9 @@
"@uiw/reset.css": "~1.0.6",
"@wcj/dark-mode": "^1.0.14",
"compile-less-cli": "~1.9.0",
"husky": "~7.0.4",
"husky": "^9.0.11",
"kkt": "^7.5.5",
"lint-staged": "~12.3.5",
"lint-staged": "^15.2.2",
"prettier": "~2.8.0",
"react": "~18.0.0",
"react-dom": "~18.0.0",
Expand Down

0 comments on commit 70ba3a6

Please sign in to comment.