Skip to content

Commit f49c581

Browse files
authored
Merge pull request #31 from LeetCode-OpenSource/greenkeeper/husky-3.0.0
Update husky to the latest version 🚀
2 parents 832bdcd + fdc7dbb commit f49c581

File tree

2 files changed

+65
-18
lines changed

2 files changed

+65
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint": "5.3.0",
7575
"eslint-config-prettier": "^5.0.0",
7676
"eslint-plugin-react": "^7.12.4",
77-
"husky": "^2.1.0",
77+
"husky": "^3.0.0",
7878
"immer": "^3.1.2",
7979
"jest": "^24.5.0",
8080
"lint-staged": "^8.1.5",

yarn.lock

Lines changed: 64 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
20702070
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
20712071
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
20722072

2073-
cosmiconfig@^5.0.0, cosmiconfig@^5.0.2, cosmiconfig@^5.2.0:
2073+
cosmiconfig@^5.0.0, cosmiconfig@^5.0.2:
20742074
version "5.2.0"
20752075
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8"
20762076
integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g==
@@ -2080,6 +2080,16 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.0.2, cosmiconfig@^5.2.0:
20802080
js-yaml "^3.13.0"
20812081
parse-json "^4.0.0"
20822082

2083+
cosmiconfig@^5.2.1:
2084+
version "5.2.1"
2085+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
2086+
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
2087+
dependencies:
2088+
import-fresh "^2.0.0"
2089+
is-directory "^0.3.1"
2090+
js-yaml "^3.13.1"
2091+
parse-json "^4.0.0"
2092+
20832093
create-ecdh@^4.0.0:
20842094
version "4.0.3"
20852095
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
@@ -3183,6 +3193,14 @@ find-up@^3.0.0:
31833193
dependencies:
31843194
locate-path "^3.0.0"
31853195

3196+
find-up@^4.0.0:
3197+
version "4.1.0"
3198+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
3199+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
3200+
dependencies:
3201+
locate-path "^5.0.0"
3202+
path-exists "^4.0.0"
3203+
31863204
find@^0.3.0:
31873205
version "0.3.0"
31883206
resolved "https://registry.yarnpkg.com/find/-/find-0.3.0.tgz#4082e8fc8d8320f1a382b5e4f521b9bc50775cb8"
@@ -3633,21 +3651,21 @@ https-proxy-agent@^2.2.1:
36333651
agent-base "^4.1.0"
36343652
debug "^3.1.0"
36353653

3636-
husky@^2.1.0:
3637-
version "2.2.0"
3638-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.2.0.tgz#4dda4370ba0f145b6594be4a4e4e4d4c82a6f2d5"
3639-
integrity sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==
3654+
husky@^3.0.0:
3655+
version "3.0.0"
3656+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
3657+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
36403658
dependencies:
3641-
cosmiconfig "^5.2.0"
3659+
cosmiconfig "^5.2.1"
36423660
execa "^1.0.0"
3643-
find-up "^3.0.0"
36443661
get-stdin "^7.0.0"
36453662
is-ci "^2.0.0"
3646-
pkg-dir "^4.1.0"
3663+
opencollective-postinstall "^2.0.2"
3664+
pkg-dir "^4.2.0"
36473665
please-upgrade-node "^3.1.1"
3648-
read-pkg "^5.0.0"
3666+
read-pkg "^5.1.1"
36493667
run-node "^1.0.0"
3650-
slash "^2.0.0"
3668+
slash "^3.0.0"
36513669

36523670
iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.4:
36533671
version "0.4.24"
@@ -4774,6 +4792,13 @@ locate-path@^3.0.0:
47744792
p-locate "^3.0.0"
47754793
path-exists "^3.0.0"
47764794

4795+
locate-path@^5.0.0:
4796+
version "5.0.0"
4797+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
4798+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
4799+
dependencies:
4800+
p-locate "^4.1.0"
4801+
47774802
lodash.clone@^4.5.0:
47784803
version "4.5.0"
47794804
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
@@ -5475,6 +5500,11 @@ onetime@^2.0.0:
54755500
dependencies:
54765501
mimic-fn "^1.0.0"
54775502

5503+
opencollective-postinstall@^2.0.2:
5504+
version "2.0.2"
5505+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
5506+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
5507+
54785508
opn@^5.1.0:
54795509
version "5.5.0"
54805510
resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
@@ -5580,7 +5610,7 @@ p-is-promise@^2.0.0:
55805610
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e"
55815611
integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==
55825612

5583-
p-limit@^2.0.0:
5613+
p-limit@^2.0.0, p-limit@^2.2.0:
55845614
version "2.2.0"
55855615
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
55865616
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
@@ -5594,6 +5624,13 @@ p-locate@^3.0.0:
55945624
dependencies:
55955625
p-limit "^2.0.0"
55965626

5627+
p-locate@^4.1.0:
5628+
version "4.1.0"
5629+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
5630+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
5631+
dependencies:
5632+
p-limit "^2.2.0"
5633+
55975634
p-map@^1.1.1:
55985635
version "1.2.0"
55995636
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -5742,6 +5779,11 @@ path-exists@^3.0.0:
57425779
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
57435780
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
57445781

5782+
path-exists@^4.0.0:
5783+
version "4.0.0"
5784+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
5785+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
5786+
57455787
path-is-absolute@^1.0.0:
57465788
version "1.0.1"
57475789
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -5836,12 +5878,12 @@ pkg-dir@^3.0.0:
58365878
dependencies:
58375879
find-up "^3.0.0"
58385880

5839-
pkg-dir@^4.1.0:
5840-
version "4.1.0"
5841-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.1.0.tgz#aaeb91c0d3b9c4f74a44ad849f4de34781ae01de"
5842-
integrity sha512-55k9QN4saZ8q518lE6EFgYiu95u3BWkSajCifhdQjvLvmr8IpnRbhI+UGpWJQfa0KzDguHeeWT1ccO1PmkOi3A==
5881+
pkg-dir@^4.2.0:
5882+
version "4.2.0"
5883+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
5884+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
58435885
dependencies:
5844-
find-up "^3.0.0"
5886+
find-up "^4.0.0"
58455887

58465888
please-upgrade-node@^3.0.2, please-upgrade-node@^3.1.1:
58475889
version "3.1.1"
@@ -6488,7 +6530,7 @@ read-pkg@^3.0.0:
64886530
normalize-package-data "^2.3.2"
64896531
path-type "^3.0.0"
64906532

6491-
read-pkg@^5.0.0:
6533+
read-pkg@^5.1.1:
64926534
version "5.1.1"
64936535
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5"
64946536
integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==
@@ -7114,6 +7156,11 @@ slash@^2.0.0:
71147156
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
71157157
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
71167158

7159+
slash@^3.0.0:
7160+
version "3.0.0"
7161+
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
7162+
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
7163+
71177164
slice-ansi@0.0.4:
71187165
version "0.0.4"
71197166
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"

0 commit comments

Comments
 (0)