Skip to content

Commit b5c5a7f

Browse files
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#297)
* chore(deps-dev): bump husky from 8.0.3 to 9.0.6 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: migrate Husky scripts --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Owen Voke <[email protected]>
1 parent dd6bc0d commit b5c5a7f

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run lint

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"jison": "jison tldr.yy tldr.l -o lib/tldr-parser.js",
88
"lint": "eslint lib specs",
9-
"prepare": "husky install",
9+
"prepare": "husky",
1010
"test": "jest specs",
1111
"watch": "concurrently 'npm run watch:jison' 'npm run watch:specs'",
1212
"watch:jison": "onchange '*.l' '*.yy' -- npm run jison",
@@ -41,7 +41,7 @@
4141
"concurrently": "^8.0.1",
4242
"eslint": "^8.0.0",
4343
"eslint-plugin-jest": "^27.0.4",
44-
"husky": "^8.0.2",
44+
"husky": "^9.0.6",
4545
"jest": "^29.1.2",
4646
"jison": "^0.4.18",
4747
"onchange": "^7.1.0"

0 commit comments

Comments
 (0)