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 19, 2024
1 parent 324b255 commit 8666633
Show file tree
Hide file tree
Showing 2 changed files with 3 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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"watch": "lerna exec \"tsbb watch \"src/*.{tsx,ts}\" --use-babel --use-vue\" --scope @uivjs/vue-markdown-preview",
"prettier": "prettier --write \"**/*.{js,jsx,vue,tsx,ts,less,md,json}\"",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"clean": "lerna clean --yes"
"clean": "lerna clean --yes",
"prepare": "husky install"
},
"author": "jaywcjlove",
"license": "MIT",
Expand All @@ -21,7 +22,7 @@
"node": ">=16.0.0"
},
"devDependencies": {
"husky": "^8.0.3",
"husky": "~9.0.11",
"lerna": "^7.4.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
Expand Down

0 comments on commit 8666633

Please sign in to comment.