Skip to content

Commit dc7048d

Browse files
chore: update husky
1 parent 5a41bdf commit dc7048d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=22"
99
},
1010
"scripts": {
11-
"prepare": "husky install",
11+
"prepare": "husky",
1212
"build": "npm run clean && tsc --project .",
1313
"clean": "rimraf lib/ yarn-error.log npm-debug.log",
1414
"lint": "eslint '**/*.ts' '**/*mjs'",
@@ -44,7 +44,7 @@
4444
"@typescript-eslint/parser": "^8.17.0",
4545
"conventional-changelog-eslint": "^6.0.0",
4646
"eslint": "^9.16.0",
47-
"husky": "^8.0.3",
47+
"husky": "^9.1.7",
4848
"jest": "^29.7.0",
4949
"jest-environment-jsdom": "^29.7.0",
5050
"react": "^18.2.0",

0 commit comments

Comments
 (0)