Skip to content

Commit

Permalink
Merge pull request #234 from aloisklink/dependabot/npm_and_yarn/husky…
Browse files Browse the repository at this point in the history
…-9.1.6

chore(deps-dev): bump husky from 8.0.3 to 9.1.6
  • Loading branch information
aloisklink authored Nov 2, 2024
2 parents 98b1d60 + 6b93861 commit b885368
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
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 @@ -6,7 +6,7 @@
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "npx eslint test/ index.js",
"prepare": "husky install && tsc"
"prepare": "husky && tsc"
},
"engines": {
"node": "^18.19 || >=20.0"
Expand Down Expand Up @@ -47,7 +47,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.1",
"husky": "^9.1.6",
"jest": "^29.3.1",
"jest-image-snapshot": "^6.0.0",
"jest-light-runner": "^0.5.0",
Expand Down

0 comments on commit b885368

Please sign in to comment.