Skip to content

Commit 6c7462d

Browse files
committed
fix: husky 9.1.1 fix
1 parent ed59526 commit 6c7462d

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname $0)/_/husky.sh"
3-
41
yarn commitlint --edit $1

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
yarn lint-staged --concurrent false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint-config-oclif": "^5.2.0",
2323
"eslint-config-oclif-typescript": "^3.1.8",
2424
"eslint-config-prettier": "^9.1.0",
25-
"husky": "^9",
25+
"husky": "^9.1.1",
2626
"lint-staged": "^15",
2727
"mocha": "^10.6.0",
2828
"nyc": "^15.1.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3999,7 +3999,7 @@ human-signals@^5.0.0:
39993999
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
40004000
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
40014001

4002-
husky@^9:
4002+
husky@^9.1.1:
40034003
version "9.1.1"
40044004
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.1.tgz#73f8f1b58329f377654293148c1a6458f54ca224"
40054005
integrity sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==

0 commit comments

Comments
 (0)