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

Diff for: .husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm commitlint --edit $1
1+
commitlint --edit $1

Diff for: .husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm lint-staged
1+
lint-staged

Diff for: package.json

+1-1
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",

Diff for: pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)