Skip to content

Commit 1783a7e

Browse files
committed
fix: Work around for husky regression.
Husky fails to run commitlint silently in 4.2.3. I've rolled back to 4.2.1 and locked the version there until the issue is fixed. typicode/husky#676
1 parent e1af676 commit 1783a7e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/prettier": "^1.8.0",
3636
"@types/tapable": "1.0.4",
3737
"chai": "^4.2.0",
38-
"husky": "^4.0.2",
38+
"husky": "4.2.1",
3939
"istanbul": "^0.4.5",
4040
"lerna": "^3.16.4",
4141
"loader-utils": "^1.1.0",

yarn.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -11055,10 +11055,10 @@ humanize-ms@^1.2.1:
1105511055
dependencies:
1105611056
ms "^2.0.0"
1105711057

11058-
husky@^4.0.2:
11059-
version "4.2.3"
11060-
resolved "https://registry.npmjs.org/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
11061-
integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==
11058+
husky@4.2.1:
11059+
version "4.2.1"
11060+
resolved "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz#b09f1bd9129e6c323cc515dc17081d0615e2d7c1"
11061+
integrity sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==
1106211062
dependencies:
1106311063
chalk "^3.0.0"
1106411064
ci-info "^2.0.0"
@@ -13390,8 +13390,6 @@ mime-types@^2.1.12, mime-types@^2.1.18, mime-types@^2.1.19, mime-types@^2.1.26,
1339013390
version "2.1.26"
1339113391
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
1339213392
integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
13393-
dependencies:
13394-
mime-db "1.43.0"
1339513393

1339613394
[email protected], mime@^1.2.11, mime@^1.4.1, mime@^1.5.0:
1339713395
version "1.6.0"

0 commit comments

Comments
 (0)