Skip to content

Commit 8edd0b4

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.18.2
1 parent 39cf5d8 commit 8edd0b4

File tree

2 files changed

+93
-27
lines changed

2 files changed

+93
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-config-airbnb-base": "12.1.0",
4646
"eslint-config-prettier": "2.9.0",
4747
"eslint-plugin-flowtype": "2.42.0",
48-
"eslint-plugin-import": "2.8.0",
48+
"eslint-plugin-import": "2.18.2",
4949
"eslint-plugin-jest": "21.7.0",
5050
"eslint-plugin-prettier": "2.6.0",
5151
"flow-bin": "0.64.0",

yarn.lock

Lines changed: 92 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,13 @@ array-equal@^1.0.0:
722722
version "1.0.0"
723723
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
724724

725+
array-includes@^3.0.3:
726+
version "3.0.3"
727+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
728+
dependencies:
729+
define-properties "^1.1.2"
730+
es-abstract "^1.7.0"
731+
725732
array-union@^1.0.1:
726733
version "1.0.2"
727734
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1104,7 +1111,7 @@ bser@^2.0.0:
11041111
dependencies:
11051112
node-int64 "^0.4.0"
11061113

1107-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1114+
builtin-modules@^1.0.0:
11081115
version "1.1.1"
11091116
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11101117

@@ -1489,6 +1496,12 @@ define-properties@^1.1.2:
14891496
foreach "^2.0.5"
14901497
object-keys "^1.0.8"
14911498

1499+
define-properties@^1.1.3:
1500+
version "1.1.3"
1501+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1502+
dependencies:
1503+
object-keys "^1.0.12"
1504+
14921505
del@^2.0.2:
14931506
version "2.2.2"
14941507
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -1606,6 +1619,17 @@ error-ex@^1.2.0, error-ex@^1.3.1:
16061619
dependencies:
16071620
is-arrayish "^0.2.1"
16081621

1622+
es-abstract@^1.12.0, es-abstract@^1.7.0:
1623+
version "1.13.0"
1624+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1625+
dependencies:
1626+
es-to-primitive "^1.2.0"
1627+
function-bind "^1.1.1"
1628+
has "^1.0.3"
1629+
is-callable "^1.1.4"
1630+
is-regex "^1.0.4"
1631+
object-keys "^1.0.12"
1632+
16091633
es-abstract@^1.5.1, es-abstract@^1.6.1:
16101634
version "1.10.0"
16111635
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -1624,6 +1648,14 @@ es-to-primitive@^1.1.1:
16241648
is-date-object "^1.0.1"
16251649
is-symbol "^1.0.1"
16261650

1651+
es-to-primitive@^1.2.0:
1652+
version "1.2.0"
1653+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1654+
dependencies:
1655+
is-callable "^1.1.4"
1656+
is-date-object "^1.0.1"
1657+
is-symbol "^1.0.2"
1658+
16271659
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
16281660
version "1.0.5"
16291661
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1651,40 +1683,41 @@ [email protected]:
16511683
dependencies:
16521684
get-stdin "^5.0.1"
16531685

1654-
eslint-import-resolver-node@^0.3.1:
1686+
eslint-import-resolver-node@^0.3.2:
16551687
version "0.3.2"
16561688
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
16571689
dependencies:
16581690
debug "^2.6.9"
16591691
resolve "^1.5.0"
16601692

1661-
eslint-module-utils@^2.1.1:
1662-
version "2.1.1"
1663-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
1693+
eslint-module-utils@^2.4.0:
1694+
version "2.4.1"
1695+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
16641696
dependencies:
16651697
debug "^2.6.8"
1666-
pkg-dir "^1.0.0"
1698+
pkg-dir "^2.0.0"
16671699

16681700
16691701
version "2.42.0"
16701702
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
16711703
dependencies:
16721704
lodash "^4.15.0"
16731705

1674-
eslint-plugin-import@2.8.0:
1675-
version "2.8.0"
1676-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
1706+
eslint-plugin-import@2.18.2:
1707+
version "2.18.2"
1708+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
16771709
dependencies:
1678-
builtin-modules "^1.1.1"
1710+
array-includes "^3.0.3"
16791711
contains-path "^0.1.0"
1680-
debug "^2.6.8"
1712+
debug "^2.6.9"
16811713
doctrine "1.5.0"
1682-
eslint-import-resolver-node "^0.3.1"
1683-
eslint-module-utils "^2.1.1"
1684-
has "^1.0.1"
1685-
lodash.cond "^4.3.0"
1686-
minimatch "^3.0.3"
1714+
eslint-import-resolver-node "^0.3.2"
1715+
eslint-module-utils "^2.4.0"
1716+
has "^1.0.3"
1717+
minimatch "^3.0.4"
1718+
object.values "^1.1.0"
16871719
read-pkg-up "^2.0.0"
1720+
resolve "^1.11.0"
16881721

16891722
16901723
version "21.7.0"
@@ -2270,6 +2303,10 @@ has-flag@^2.0.0:
22702303
version "2.0.0"
22712304
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
22722305

2306+
has-symbols@^1.0.0:
2307+
version "1.0.0"
2308+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2309+
22732310
has-unicode@^2.0.0:
22742311
version "2.0.1"
22752312
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2280,6 +2317,12 @@ has@^1.0.1:
22802317
dependencies:
22812318
function-bind "^1.0.2"
22822319

2320+
has@^1.0.3:
2321+
version "1.0.3"
2322+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2323+
dependencies:
2324+
function-bind "^1.1.1"
2325+
22832326
[email protected], hawk@~3.1.3:
22842327
version "3.1.3"
22852328
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2490,6 +2533,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
24902533
version "1.1.3"
24912534
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
24922535

2536+
is-callable@^1.1.4:
2537+
version "1.1.4"
2538+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2539+
24932540
is-ci@^1.0.10:
24942541
version "1.1.0"
24952542
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -2638,6 +2685,12 @@ is-symbol@^1.0.1:
26382685
version "1.0.1"
26392686
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
26402687

2688+
is-symbol@^1.0.2:
2689+
version "1.0.2"
2690+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2691+
dependencies:
2692+
has-symbols "^1.0.0"
2693+
26412694
is-typedarray@~1.0.0:
26422695
version "1.0.0"
26432696
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3277,10 +3330,6 @@ locate-path@^2.0.0:
32773330
p-locate "^2.0.0"
32783331
path-exists "^3.0.0"
32793332

3280-
lodash.cond@^4.3.0:
3281-
version "4.5.2"
3282-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
3283-
32843333
lodash.merge@^4.6.0:
32853334
version "4.6.0"
32863335
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
@@ -3590,6 +3639,10 @@ object-assign@^4.0.1, object-assign@^4.1.0:
35903639
version "4.1.1"
35913640
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
35923641

3642+
object-keys@^1.0.12:
3643+
version "1.1.1"
3644+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
3645+
35933646
object-keys@^1.0.8:
35943647
version "1.0.11"
35953648
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
@@ -3625,6 +3678,15 @@ object.values@^1.0.4:
36253678
function-bind "^1.1.0"
36263679
has "^1.0.1"
36273680

3681+
object.values@^1.1.0:
3682+
version "1.1.0"
3683+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
3684+
dependencies:
3685+
define-properties "^1.1.3"
3686+
es-abstract "^1.12.0"
3687+
function-bind "^1.1.1"
3688+
has "^1.0.3"
3689+
36283690
once@^1.3.0, once@^1.3.3, once@^1.4.0:
36293691
version "1.4.0"
36303692
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -3797,6 +3859,10 @@ path-parse@^1.0.5:
37973859
version "1.0.5"
37983860
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
37993861

3862+
path-parse@^1.0.6:
3863+
version "1.0.6"
3864+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3865+
38003866
path-type@^1.0.0:
38013867
version "1.1.0"
38023868
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3843,12 +3909,6 @@ pirates@^3.0.1:
38433909
dependencies:
38443910
node-modules-regexp "^1.0.0"
38453911

3846-
pkg-dir@^1.0.0:
3847-
version "1.0.0"
3848-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
3849-
dependencies:
3850-
find-up "^1.0.0"
3851-
38523912
pkg-dir@^2.0.0:
38533913
version "2.0.0"
38543914
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -4231,6 +4291,12 @@ [email protected]:
42314291
version "1.1.7"
42324292
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
42334293

4294+
resolve@^1.11.0:
4295+
version "1.12.0"
4296+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4297+
dependencies:
4298+
path-parse "^1.0.6"
4299+
42344300
resolve@^1.3.2, resolve@^1.5.0:
42354301
version "1.5.0"
42364302
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"

0 commit comments

Comments
 (0)