Skip to content

Commit b92323e

Browse files
committed
chore(deps): upgrade husky to v9
1 parent ff64544 commit b92323e

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.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
npx lint-staged

package-lock.json

Lines changed: 6 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
@@ -15,7 +15,7 @@
1515
"lint-staged": "lint-staged",
1616
"format": "prettier --cache --write .",
1717
"preinstall": "npx only-allow npm",
18-
"prepare": "husky install"
18+
"prepare": "husky"
1919
},
2020
"dependencies": {
2121
"@fortawesome/fontawesome-free": "6.5.1",
@@ -37,7 +37,7 @@
3737
"eslint-config-prettier": "9.1.0",
3838
"eslint-plugin-editorconfig": "4.0.3",
3939
"eslint-plugin-import": "2.29.1",
40-
"husky": "8.0.3",
40+
"husky": "9.0.7",
4141
"lightningcss": "1.23.0",
4242
"lint-staged": "15.2.0",
4343
"markdownlint-cli2": "0.12.1",

0 commit comments

Comments
 (0)