Skip to content

Commit 85e2ea9

Browse files
chore(deps): update dependency husky to v9
Signed-off-by: JP-Ellis <[email protected]>
1 parent 92a6104 commit 85e2ea9

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx lint-staged

.husky/pre-push

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm run start:ui:and:test

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
@@ -22,7 +22,7 @@
2222
"cypress:open": "cypress open",
2323
"cypress": "cypress run",
2424
"cypress:headless:chrome": "cypress run --browser chrome --headless",
25-
"prepare": "husky install",
25+
"prepare": "husky",
2626
"start:ui:and:test": "start-server-and-test start 3000 cypress:headless:chrome"
2727
},
2828
"eslintConfig": {
@@ -61,7 +61,7 @@
6161
"eslint-plugin-jsx-a11y": "6.10.2",
6262
"eslint-plugin-react": "7.37.4",
6363
"eslint-plugin-react-hooks": "4.6.2",
64-
"husky": "8.0.3",
64+
"husky": "9.1.7",
6565
"lint-staged": "15.4.3",
6666
"start-server-and-test": "2.0.10",
6767
"typesync": "0.14.1"

0 commit comments

Comments
 (0)