Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 3789d4f

Browse files
greenkeeper[bot]mydearxym
authored andcommitted
Update husky to the latest version 🚀 (#511)
* chore(package): update husky to version 3.0.0 * chore(package): update lockfile yarn.lock
1 parent f8ad4d3 commit 3789d4f

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"enzyme-to-json": "^3.3.4",
155155
"eslint": "6.1.0",
156156
"eslint-plugin-prettier": "^3.1.0",
157-
"husky": "^2.1.0",
157+
"husky": "^3.0.0",
158158
"jest": "23.4.2",
159159
"npm-run-all": "^4.1.1",
160160
"plop": "2.3.1",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,7 +3277,7 @@ [email protected], core-util-is@~1.0.0:
32773277
version "1.0.2"
32783278
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
32793279

3280-
cosmiconfig@^5.0.0, cosmiconfig@^5.2.0:
3280+
cosmiconfig@^5.0.0, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
32813281
version "5.2.1"
32823282
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
32833283
dependencies:
@@ -5605,16 +5605,17 @@ [email protected]:
56055605
agent-base "^4.1.0"
56065606
debug "^3.1.0"
56075607

5608-
husky@^2.1.0:
5609-
version "2.4.1"
5610-
resolved "https://registry.npmjs.org/husky/-/husky-2.4.1.tgz#dd00f9646f8693b93f7b3a12ba4be00be0eff7ab"
5608+
husky@^3.0.0:
5609+
version "3.0.0"
5610+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
5611+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
56115612
dependencies:
5612-
cosmiconfig "^5.2.0"
5613+
cosmiconfig "^5.2.1"
56135614
execa "^1.0.0"
5614-
find-up "^3.0.0"
56155615
get-stdin "^7.0.0"
56165616
is-ci "^2.0.0"
5617-
pkg-dir "^4.1.0"
5617+
opencollective-postinstall "^2.0.2"
5618+
pkg-dir "^4.2.0"
56185619
please-upgrade-node "^3.1.1"
56195620
read-pkg "^5.1.1"
56205621
run-node "^1.0.0"
@@ -8080,6 +8081,11 @@ onetime@^2.0.0:
80808081
dependencies:
80818082
mimic-fn "^1.0.0"
80828083

8084+
opencollective-postinstall@^2.0.2:
8085+
version "2.0.2"
8086+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
8087+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
8088+
80838089
opener@^1.5.1:
80848090
version "1.5.1"
80858091
resolved "https://registry.npmjs.org/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
@@ -8480,9 +8486,10 @@ pkg-dir@^3.0.0:
84808486
dependencies:
84818487
find-up "^3.0.0"
84828488

8483-
pkg-dir@^4.1.0:
8489+
pkg-dir@^4.2.0:
84848490
version "4.2.0"
8485-
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
8491+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
8492+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
84868493
dependencies:
84878494
find-up "^4.0.0"
84888495

0 commit comments

Comments
 (0)