Skip to content

Commit a436fc0

Browse files
committed
chore(deps-dev): update husky (major version)
1 parent 9cc86a7 commit a436fc0

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.husky/commit-msg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx commitlint --edit $1
1+
commitlint --edit $1

.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
npm run lint:code:fix

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lint:package": "publint",
5454
"lint:types": "vue-tsc --noEmit",
5555
"release": "semantic-release",
56-
"prepare": "husky install",
56+
"prepare": "husky",
5757
"prepublishOnly": "npm run build"
5858
},
5959
"peerDependencies": {
@@ -79,7 +79,7 @@
7979
"eslint": "^8.57.1",
8080
"eslint-config-standard": "^17.1.0",
8181
"eslint-plugin-vue": "^9.29.0",
82-
"husky": "^8.0.3",
82+
"husky": "^9.1.6",
8383
"jsdom": "^25.0.1",
8484
"lockfile-lint": "^4.14.0",
8585
"postcss": "^8.4.47",

0 commit comments

Comments
 (0)