Skip to content

Commit 0039e3c

Browse files
chore(deps-dev): bump husky from 8.0.3 to 9.0.7 (#265)
* chore(deps-dev): bump husky from 8.0.3 to 9.0.7 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: migrate to husky v9 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <[email protected]>
1 parent cca8d68 commit 0039e3c

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 build && git add lib

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
@@ -7,7 +7,7 @@
77
"build": "ncc build src/index.ts --minify --out lib",
88
"lint": "eslint src/**",
99
"lint:fix": "eslint src/** --fix",
10-
"prepare": "husky install",
10+
"prepare": "husky",
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"repository": {
@@ -38,7 +38,7 @@
3838
"eslint": "^8.45.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"eslint-plugin-prettier": "^5.1.3",
41-
"husky": "^8.0.3",
41+
"husky": "^9.0.10",
4242
"prettier": "^3.1.1",
4343
"typescript": "^5.3.3"
4444
}

0 commit comments

Comments
 (0)