Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#22)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency husky to v9

* chore: update scripts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moreno Feltscher <[email protected]>
  • Loading branch information
renovate[bot] and mfeltscher authored Jul 5, 2024
1 parent fe786f6 commit 612a0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run commitlint ${1}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@commitlint/config-conventional": "^18.0.0",
"@smartive/prettier-config": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"husky": "^9.0.0",
"prettier": "^3.0.0"
},
"scripts": {
"commitlint": "commitlint --edit",
"prepare": "[ ! -f node_modules/.bin/husky ] || husky install"
"prepare": "[ ! -f node_modules/.bin/husky ] || husky"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 612a0a8

Please sign in to comment.