Skip to content

Commit

Permalink
Merge pull request #410 from BojanStipic/renovate/husky-9.x
Browse files Browse the repository at this point in the history
Update dependency husky to v9
  • Loading branch information
BojanStipic committed Feb 1, 2024
2 parents 5ccd163 + 4fb68fc commit 0feaa64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged
npx lint-staged
18 changes: 9 additions & 9 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 @@ -14,7 +14,7 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"fmt": "prettier --write .",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4"
},
Expand Down

0 comments on commit 0feaa64

Please sign in to comment.