Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#631)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent a0e0146 commit 8db95bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run validate:pre-commit
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run validate:pre-push
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clean:storybook-static": "rimraf storybook-static/",
"eslint:check": "eslint --format codeframe --cache --cache-location ./.cache/.eslintcache --ext js,jsx,ts,tsx ./",
"format": "run-s prettier:format",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky",
"prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
"prettier:format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
"storybook:build": "storybook build",
Expand Down Expand Up @@ -119,7 +119,7 @@
"eslint-plugin-vitest": "0.3.21",
"eslint-plugin-vitest-globals": "1.4.0",
"github-markdown-css": "5.5.1",
"husky": "8.0.3",
"husky": "9.0.11",
"ignore-sync": "7.0.1",
"is-ci": "3.0.1",
"jsdom": "24.0.0",
Expand Down

0 comments on commit 8db95bd

Please sign in to comment.