Skip to content

Commit

Permalink
fix(deps): upgrade husky again
Browse files Browse the repository at this point in the history
issue with GitHub Desktop and git hooks using yarn:
desktop/desktop#10326 (comment)
  • Loading branch information
JMaio committed Dec 25, 2020
1 parent 51f7cfe commit 01c35d9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-react": "^7.21.1",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"husky": "4.1.0",
"husky": "^4.3.6",
"jest-canvas-mock": "^2.2.0",
"jest-webgl-canvas-mock": "^0.2.3",
"jshint": "^2.10.2",
Expand Down
39 changes: 32 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5326,6 +5326,13 @@ __metadata:
languageName: node
linkType: hard

"compare-versions@npm:^3.6.0":
version: 3.6.0
resolution: "compare-versions@npm:3.6.0"
checksum: 09525264502bda1f6667ad2429eaf5520b543d997e79e7a94b66a5896df8921cdc3a97140dfff75af6c9ba1859c872de1921c3cf8a6c48ed807bbf9f582cf093
languageName: node
linkType: hard

"component-emitter@npm:^1.2.1":
version: 1.3.0
resolution: "component-emitter@npm:1.3.0"
Expand Down Expand Up @@ -8061,6 +8068,15 @@ __metadata:
languageName: node
linkType: hard

"find-versions@npm:^3.2.0":
version: 3.2.0
resolution: "find-versions@npm:3.2.0"
dependencies:
semver-regex: ^2.0.0
checksum: 2ddc16b4265184e2b7ab68bfd9d84835178fef4193abd957ebe328e0de98e8ca3b31e2a19201c1c8308e24786faa295aab46c0bc21fa89440e2a1bc8174987f0
languageName: node
linkType: hard

"flat-cache@npm:^3.0.4":
version: 3.0.4
resolution: "flat-cache@npm:3.0.4"
Expand Down Expand Up @@ -9111,13 +9127,15 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"husky@npm:4.1.0":
version: 4.1.0
resolution: "husky@npm:4.1.0"
"husky@npm:^4.3.6":
version: 4.3.6
resolution: "husky@npm:4.3.6"
dependencies:
chalk: ^3.0.0
chalk: ^4.0.0
ci-info: ^2.0.0
cosmiconfig: ^6.0.0
compare-versions: ^3.6.0
cosmiconfig: ^7.0.0
find-versions: ^3.2.0
opencollective-postinstall: ^2.0.2
pkg-dir: ^4.2.0
please-upgrade-node: ^3.2.0
Expand All @@ -9126,7 +9144,7 @@ fsevents@~2.1.2:
bin:
husky-run: bin/run.js
husky-upgrade: lib/upgrader/bin.js
checksum: 6716947ee684b749870891a274b3d1aa543c88111a124f4a0ac7db4399abd832859a999cfd3e035104fe3fd700b344ef8d6855315a15476a353258c2cdd71cd2
checksum: 3c8708887822c93094c4af22608df00a3bdd74784172d13cd08c5d1ed3e7a602f6016bce9982de206f060661f1ea801362edf5658c18fc4a3866d605c47ecaf9
languageName: node
linkType: hard

Expand Down Expand Up @@ -11322,7 +11340,7 @@ fsevents@~2.1.2:
eslint-plugin-react-hooks: ^4.1.2
gh-pages: ^3.1.0
gl-matrix: ^3.1.0
husky: 4.1.0
husky: ^4.3.6
jest-canvas-mock: ^2.2.0
jest-webgl-canvas-mock: ^0.2.3
jshint: ^2.10.2
Expand Down Expand Up @@ -15346,6 +15364,13 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"semver-regex@npm:^2.0.0":
version: 2.0.0
resolution: "semver-regex@npm:2.0.0"
checksum: 9b96cc8bd559c1d46968b334ccc88115a2d9d2f7a2125d6838471114ed0c52057e77aae760fbe4932aee06687584733b32aed6d2c9654b2db33e383bfb8f26ce
languageName: node
linkType: hard

"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.4.1, semver@npm:^5.5.0, semver@npm:^5.5.1, semver@npm:^5.6.0":
version: 5.7.1
resolution: "semver@npm:5.7.1"
Expand Down

0 comments on commit 01c35d9

Please sign in to comment.