Skip to content

Commit 9749d43

Browse files
committed
build: fix some more issues
1 parent 810b396 commit 9749d43

File tree

2 files changed

+59
-20
lines changed

2 files changed

+59
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"flow-bin": "^0.86.0",
9999
"flow-copy-source": "^2.0.2",
100100
"flow-watch": "^1.1.0",
101-
"husky": "^0.14.3",
101+
"husky": "^1.1.4",
102102
"istanbul": "^0.4.5",
103103
"lint-staged": "^8.0.4",
104104
"mocha": "^5.2.0",

yarn.lock

Lines changed: 58 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ cosmiconfig@^4.0.0:
21642164
parse-json "^4.0.0"
21652165
require-from-string "^2.0.1"
21662166

2167-
cosmiconfig@^5.0.1, cosmiconfig@^5.0.2:
2167+
cosmiconfig@^5.0.1, cosmiconfig@^5.0.2, cosmiconfig@^5.0.6:
21682168
version "5.0.7"
21692169
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
21702170
integrity sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==
@@ -2283,7 +2283,7 @@ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0:
22832283
dependencies:
22842284
ms "^2.1.1"
22852285

2286-
debuglog@^1.0.1:
2286+
debuglog@*, debuglog@^1.0.1:
22872287
version "1.0.1"
22882288
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
22892289
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -3712,14 +3712,21 @@ humanize-ms@^1.2.1:
37123712
dependencies:
37133713
ms "^2.0.0"
37143714

3715-
husky@^0.14.3:
3716-
version "0.14.3"
3717-
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
3718-
integrity sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==
3715+
husky@^1.1.4:
3716+
version "1.1.4"
3717+
resolved "https://registry.yarnpkg.com/husky/-/husky-1.1.4.tgz#92f61383527d2571e9586234e5864356bfaceaa9"
3718+
integrity sha512-cZjGpS7qsaBSo3fOMUuR7erQloX3l5XzL1v/RkIqU6zrQImDdU70z5Re9fGDp7+kbYlM2EtS4aYMlahBeiCUGw==
37193719
dependencies:
3720-
is-ci "^1.0.10"
3721-
normalize-path "^1.0.0"
3722-
strip-indent "^2.0.0"
3720+
cosmiconfig "^5.0.6"
3721+
execa "^1.0.0"
3722+
find-up "^3.0.0"
3723+
get-stdin "^6.0.0"
3724+
is-ci "^1.2.1"
3725+
pkg-dir "^3.0.0"
3726+
please-upgrade-node "^3.1.1"
3727+
read-pkg "^4.0.1"
3728+
run-node "^1.0.0"
3729+
slash "^2.0.0"
37233730

37243731
iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
37253732
version "0.4.24"
@@ -3780,7 +3787,7 @@ import-lazy@^2.1.0:
37803787
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
37813788
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
37823789

3783-
imurmurhash@^0.1.4:
3790+
imurmurhash@*, imurmurhash@^0.1.4:
37843791
version "0.1.4"
37853792
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
37863793
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -3942,7 +3949,7 @@ is-builtin-module@^1.0.0:
39423949
dependencies:
39433950
builtin-modules "^1.0.0"
39443951

3945-
is-ci@^1.0.10:
3952+
is-ci@^1.0.10, is-ci@^1.2.1:
39463953
version "1.2.1"
39473954
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
39483955
integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
@@ -4680,6 +4687,11 @@ lockfile@^1.0.4:
46804687
dependencies:
46814688
signal-exit "^3.0.2"
46824689

4690+
lodash._baseindexof@*:
4691+
version "3.1.0"
4692+
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
4693+
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
4694+
46834695
lodash._baseuniq@~4.6.0:
46844696
version "4.6.0"
46854697
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -4688,11 +4700,33 @@ lodash._baseuniq@~4.6.0:
46884700
lodash._createset "~4.0.0"
46894701
lodash._root "~3.0.0"
46904702

4703+
lodash._bindcallback@*:
4704+
version "3.0.1"
4705+
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
4706+
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
4707+
4708+
lodash._cacheindexof@*:
4709+
version "3.0.2"
4710+
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
4711+
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
4712+
4713+
lodash._createcache@*:
4714+
version "3.1.2"
4715+
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
4716+
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
4717+
dependencies:
4718+
lodash._getnative "^3.0.0"
4719+
46914720
lodash._createset@~4.0.0:
46924721
version "4.0.3"
46934722
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
46944723
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
46954724

4725+
lodash._getnative@*, lodash._getnative@^3.0.0:
4726+
version "3.9.1"
4727+
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
4728+
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
4729+
46964730
lodash._reinterpolate@~3.0.0:
46974731
version "3.0.0"
46984732
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -4773,6 +4807,11 @@ lodash.pick@4.4.0:
47734807
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
47744808
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
47754809

4810+
lodash.restparam@*:
4811+
version "3.6.1"
4812+
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4813+
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
4814+
47764815
lodash.snakecase@4.1.1:
47774816
version "4.1.1"
47784817
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
@@ -5456,11 +5495,6 @@ normalize-package-data@^2.0.0, normalize-package-data@^2.3.2, normalize-package-
54565495
semver "2 || 3 || 4 || 5"
54575496
validate-npm-package-license "^3.0.1"
54585497

5459-
normalize-path@^1.0.0:
5460-
version "1.0.0"
5461-
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"
5462-
integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=
5463-
54645498
normalize-path@^2.1.1:
54655499
version "2.1.1"
54665500
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -6194,7 +6228,7 @@ pkg-dir@^3.0.0:
61946228
dependencies:
61956229
find-up "^3.0.0"
61966230

6197-
please-upgrade-node@^3.0.2:
6231+
please-upgrade-node@^3.0.2, please-upgrade-node@^3.1.1:
61986232
version "3.1.1"
61996233
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz#ed320051dfcc5024fae696712c8288993595e8ac"
62006234
integrity sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==
@@ -6481,7 +6515,7 @@ read-pkg@^3.0.0:
64816515
normalize-package-data "^2.3.2"
64826516
path-type "^3.0.0"
64836517

6484-
read-pkg@^4.0.0:
6518+
read-pkg@^4.0.0, read-pkg@^4.0.1:
64856519
version "4.0.1"
64866520
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
64876521
integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
@@ -6520,7 +6554,7 @@ readable-stream@~1.1.10:
65206554
isarray "0.0.1"
65216555
string_decoder "~0.10.x"
65226556

6523-
readdir-scoped-modules@^1.0.0:
6557+
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
65246558
version "1.0.2"
65256559
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
65266560
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=
@@ -6825,6 +6859,11 @@ run-async@^2.2.0:
68256859
dependencies:
68266860
is-promise "^2.1.0"
68276861

6862+
run-node@^1.0.0:
6863+
version "1.0.0"
6864+
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
6865+
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
6866+
68286867
run-queue@^1.0.0, run-queue@^1.0.3:
68296868
version "1.0.3"
68306869
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"

0 commit comments

Comments
 (0)