Skip to content

Commit

Permalink
chore(deps-dev): update husky (major version)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Oct 17, 2024
1 parent 763b213 commit bbcecd0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
commitlint --edit $1
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 lint:code:fix
13 changes: 7 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 @@ -46,7 +46,7 @@
"lint:lockfile": "lockfile-lint --path package-lock.json --validate-hosts --allowed-hosts npm",
"lint:package": "publint",
"release": "semantic-release",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "npm run build"
},
"devDependencies": {
Expand All @@ -63,7 +63,7 @@
"@vitest/coverage-v8": "^2.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"husky": "^8.0.3",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lockfile-lint": "^4.14.0",
"publint": "^0.2.11",
Expand Down

0 comments on commit bbcecd0

Please sign in to comment.