Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Takanori Oishi <[email protected]>
  • Loading branch information
renovate[bot] and bicstone authored Feb 1, 2024
1 parent 4c5bb51 commit dc48b40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 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 build
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"compile": "ncc build ./src/main.ts --target es2022 --license index.js.LICENSE.txt",
"lint": "eslint --ext .ts ./src/ --max-warnings 0",
"format": "prettier --write .",
"prepare": "husky install",
"prepare": "husky",
"preinstall": "npx only-allow npm",
"test": "jest"
},
"repository": {
Expand Down Expand Up @@ -47,7 +48,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "2.2.0",
"husky": "8.0.3",
"husky": "9.0.7",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.2.4",
Expand Down

0 comments on commit dc48b40

Please sign in to comment.