Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bca0fa7

Browse files
committedMar 26, 2024
Revert "build(deps): update dependency husky to v9"
husky v9 is not compatible with node 14 This reverts commit a379789.
1 parent 4f993f6 commit bca0fa7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"commitizen": "4.3.0",
5757
"conventional-changelog-conventionalcommits": "6.1.0",
5858
"cz-conventional-changelog": "3.3.0",
59-
"husky": "9.0.11",
59+
"husky": "8.0.3",
6060
"inquirer": "8.2.6",
6161
"jest": "29.7.0",
6262
"mkdirp": "3.0.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2980,10 +2980,10 @@ humanize-ms@^1.2.1:
29802980
dependencies:
29812981
ms "^2.0.0"
29822982

2983-
husky@9.0.11:
2984-
version "9.0.11"
2985-
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9"
2986-
integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==
2983+
husky@8.0.3:
2984+
version "8.0.3"
2985+
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
2986+
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
29872987

29882988
iconv-lite@^0.4.24:
29892989
version "0.4.24"

0 commit comments

Comments
 (0)
Please sign in to comment.