Skip to content

Commit 8db95bd

Browse files
chore(deps): update dependency husky to v9 (#631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0e0146 commit 8db95bd

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
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
npm run validate:pre-commit

.husky/pre-push

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
npm run validate:pre-push

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
@@ -33,7 +33,7 @@
3333
"clean:storybook-static": "rimraf storybook-static/",
3434
"eslint:check": "eslint --format codeframe --cache --cache-location ./.cache/.eslintcache --ext js,jsx,ts,tsx ./",
3535
"format": "run-s prettier:format",
36-
"prepare": "is-ci || husky install",
36+
"prepare": "is-ci || husky",
3737
"prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
3838
"prettier:format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
3939
"storybook:build": "storybook build",
@@ -119,7 +119,7 @@
119119
"eslint-plugin-vitest": "0.3.21",
120120
"eslint-plugin-vitest-globals": "1.4.0",
121121
"github-markdown-css": "5.5.1",
122-
"husky": "8.0.3",
122+
"husky": "9.0.11",
123123
"ignore-sync": "7.0.1",
124124
"is-ci": "3.0.1",
125125
"jsdom": "24.0.0",

0 commit comments

Comments
 (0)