Skip to content

Commit

Permalink
chore(deps): update husky to 9.0.6 (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Feb 2, 2024
1 parent 3dd91af commit ea289b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

echo action source code is being reformatted and recompiled
npm run format
npm run build
Expand Down
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 @@ -15,7 +15,7 @@
"format": "prettier --write index.js src/ping.js",
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json",
"update:cypress": "./scripts/update-cypress-latest.sh",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/node": "20.11.5",
"@vercel/ncc": "0.38.1",
"husky": "8.0.3",
"husky": "9.0.6",
"markdown-link-check": "3.11.1",
"prettier": "3.2.4"
},
Expand Down

0 comments on commit ea289b9

Please sign in to comment.