Skip to content

Commit f0bd032

Browse files
committed
build: upgrade husky to 9.1.1
1 parent 33e9e31 commit f0bd032

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm lint-staged
1+
lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "^8.57.0",
4343
"eslint-config-vuepress": "^4.10.1",
4444
"eslint-config-vuepress-typescript": "^4.10.1",
45-
"husky": "^9.0.11",
45+
"husky": "^9.1.1",
4646
"lint-staged": "^15.2.7",
4747
"prettier": "^3.3.3",
4848
"prettier-config-vuepress": "^4.4.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)