Skip to content

Commit 52921c1

Browse files
committed
chore(deps): update husky to 9.0.6
1 parent 3dd91af commit 52921c1

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
echo action source code is being reformatted and recompiled
52
npm run format
63
npm run build

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier --write index.js src/ping.js",
1616
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json",
1717
"update:cypress": "./scripts/update-cypress-latest.sh",
18-
"prepare": "husky install"
18+
"prepare": "husky"
1919
},
2020
"repository": {
2121
"type": "git",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/node": "20.11.5",
5050
"@vercel/ncc": "0.38.1",
51-
"husky": "8.0.3",
51+
"husky": "9.0.6",
5252
"markdown-link-check": "3.11.1",
5353
"prettier": "3.2.4"
5454
},

0 commit comments

Comments
 (0)