Skip to content

Commit

Permalink
chore(deps): update dependency husky to ^9.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2024
1 parent 7f0ba86 commit 3880d87
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 --no-install lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"author": "jaywcjlove",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"website:install": "npm install --scope @example/website --hoist",
"start:antdp-base": "lerna exec --scope @example/antdp-base -- npm run start",
"start:website": "lerna exec --scope @example/website -- npm run start",
Expand Down Expand Up @@ -39,6 +38,7 @@
"css:build": "lerna exec --scope @antdp/* -- compile-less -d src -o esm",
"css:watch": "lerna exec --scope @antdp/* -- compile-less -d src -o esm --watch",
"----": "----",
"prepare": "husky",
"build:js": "node ./script/copy",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"publish": "lerna publish from-package",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"compile-less-cli": "1.9.1",
"husky": "8.0.3",
"husky": "^9.0.11",
"jest-environment-jsdom": "29.5.0",
"lerna": "^7.0.0",
"lint-staged": "~15.2.0",
Expand Down

0 comments on commit 3880d87

Please sign in to comment.