Skip to content

Commit fe89852

Browse files
committed
fix: Do not upgrade husky and keep at pre 9.x.
Husky has some breaking changes which we should only upgrade with the next major release of @patternslib/dev.
1 parent 830b84e commit fe89852

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"css-loader": "^7.1.2",
1515
"eslint": "^8.57.0",
1616
"eslint-config-prettier": "^9.1.0",
17-
"husky": "^9.1.4",
17+
"husky": "^8.0.3",
1818
"identity-obj-proxy": "^3.0.0",
1919
"jest": "^29.7.0",
2020
"jest-environment-jsdom": "^29.7.0",
@@ -38,7 +38,6 @@
3838
"node": ">=18.18"
3939
},
4040
"scripts": {
41-
"prepare": "husky",
4241
"test": "jest"
4342
},
4443
"author": {

0 commit comments

Comments
 (0)