Skip to content

Commit abfff7f

Browse files
chore(deps): update dependency husky to v9
1 parent bb2a7a0 commit abfff7f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@commitlint/config-conventional": "18.6.3",
2525
"commitizen": "4.3.0",
2626
"cz-conventional-changelog": "3.3.0",
27-
"husky": "8.0.3"
27+
"husky": "9.1.5"
2828
}
2929
}

templates/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"cz-conventional-changelog": "3.3.0",
5050
"eslint": "8.56.0",
5151
"eslint-formatter-pretty": "4.1.0",
52-
"husky": "8.0.3",
52+
"husky": "9.1.5",
5353
"lint-staged": "15.2.5",
5454
"prettier": "3.2.5",
5555
"standard-version": "9.5.0"

templates/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"cz-conventional-changelog": "3.3.0",
7171
"eslint": "8.56.0",
7272
"eslint-formatter-pretty": "4.1.0",
73-
"husky": "8.0.3",
73+
"husky": "9.1.5",
7474
"jest": "29.6.1",
7575
"jest-environment-jsdom": "29.6.1",
7676
"lint-staged": "15.2.5",

templates/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint": "8.56.0",
9494
"eslint-formatter-pretty": "5.0.0",
9595
"fs-extra": "11.2.0",
96-
"husky": "8.0.3",
96+
"husky": "9.1.5",
9797
"jest": "29.6.2",
9898
"jest-environment-jsdom": "29.6.2",
9999
"lint-staged": "15.2.5",

0 commit comments

Comments
 (0)