Skip to content

Commit 42cdbd4

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.18.2
1 parent aa84006 commit 42cdbd4

File tree

2 files changed

+82
-27
lines changed

2 files changed

+82
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-config-airbnb": "16.1.0",
4747
"eslint-config-prettier": "2.9.0",
4848
"eslint-plugin-flowtype": "2.42.0",
49-
"eslint-plugin-import": "2.8.0",
49+
"eslint-plugin-import": "2.18.2",
5050
"eslint-plugin-jest": "21.7.0",
5151
"eslint-plugin-jsx-a11y": "6.0.3",
5252
"eslint-plugin-prettier": "2.6.0",

yarn.lock

Lines changed: 81 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ buffer@^5.0.3:
18581858
base64-js "^1.0.2"
18591859
ieee754 "^1.1.4"
18601860

1861-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1861+
builtin-modules@^1.0.0:
18621862
version "1.1.1"
18631863
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
18641864

@@ -2587,6 +2587,12 @@ define-properties@^1.1.2:
25872587
foreach "^2.0.5"
25882588
object-keys "^1.0.8"
25892589

2590+
define-properties@^1.1.3:
2591+
version "1.1.3"
2592+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
2593+
dependencies:
2594+
object-keys "^1.0.12"
2595+
25902596
defined@^1.0.0:
25912597
version "1.0.0"
25922598
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
@@ -2915,6 +2921,17 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
29152921
is-callable "^1.1.3"
29162922
is-regex "^1.0.4"
29172923

2924+
es-abstract@^1.12.0:
2925+
version "1.13.0"
2926+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2927+
dependencies:
2928+
es-to-primitive "^1.2.0"
2929+
function-bind "^1.1.1"
2930+
has "^1.0.3"
2931+
is-callable "^1.1.4"
2932+
is-regex "^1.0.4"
2933+
object-keys "^1.0.12"
2934+
29182935
es-to-primitive@^1.1.1:
29192936
version "1.1.1"
29202937
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -2923,6 +2940,14 @@ es-to-primitive@^1.1.1:
29232940
is-date-object "^1.0.1"
29242941
is-symbol "^1.0.1"
29252942

2943+
es-to-primitive@^1.2.0:
2944+
version "1.2.0"
2945+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2946+
dependencies:
2947+
is-callable "^1.1.4"
2948+
is-date-object "^1.0.1"
2949+
is-symbol "^1.0.2"
2950+
29262951
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
29272952
version "0.10.38"
29282953
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.38.tgz#fa7d40d65bbc9bb8a67e1d3f9cc656a00530eed3"
@@ -3036,40 +3061,41 @@ [email protected]:
30363061
dependencies:
30373062
get-stdin "^5.0.1"
30383063

3039-
eslint-import-resolver-node@^0.3.1:
3064+
eslint-import-resolver-node@^0.3.2:
30403065
version "0.3.2"
30413066
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
30423067
dependencies:
30433068
debug "^2.6.9"
30443069
resolve "^1.5.0"
30453070

3046-
eslint-module-utils@^2.1.1:
3047-
version "2.1.1"
3048-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
3071+
eslint-module-utils@^2.4.0:
3072+
version "2.4.1"
3073+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
30493074
dependencies:
30503075
debug "^2.6.8"
3051-
pkg-dir "^1.0.0"
3076+
pkg-dir "^2.0.0"
30523077

30533078
30543079
version "2.42.0"
30553080
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
30563081
dependencies:
30573082
lodash "^4.15.0"
30583083

3059-
eslint-plugin-import@2.8.0:
3060-
version "2.8.0"
3061-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
3084+
eslint-plugin-import@2.18.2:
3085+
version "2.18.2"
3086+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
30623087
dependencies:
3063-
builtin-modules "^1.1.1"
3088+
array-includes "^3.0.3"
30643089
contains-path "^0.1.0"
3065-
debug "^2.6.8"
3090+
debug "^2.6.9"
30663091
doctrine "1.5.0"
3067-
eslint-import-resolver-node "^0.3.1"
3068-
eslint-module-utils "^2.1.1"
3069-
has "^1.0.1"
3070-
lodash.cond "^4.3.0"
3071-
minimatch "^3.0.3"
3092+
eslint-import-resolver-node "^0.3.2"
3093+
eslint-module-utils "^2.4.0"
3094+
has "^1.0.3"
3095+
minimatch "^3.0.4"
3096+
object.values "^1.1.0"
30723097
read-pkg-up "^2.0.0"
3098+
resolve "^1.11.0"
30733099

30743100
30753101
version "21.7.0"
@@ -3834,6 +3860,12 @@ has@^1.0.1:
38343860
dependencies:
38353861
function-bind "^1.0.2"
38363862

3863+
has@^1.0.3:
3864+
version "1.0.3"
3865+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3866+
dependencies:
3867+
function-bind "^1.1.1"
3868+
38373869
hash-base@^2.0.0:
38383870
version "2.0.2"
38393871
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4221,6 +4253,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
42214253
version "1.1.3"
42224254
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
42234255

4256+
is-callable@^1.1.4:
4257+
version "1.1.4"
4258+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4259+
42244260
is-ci@^1.0.10:
42254261
version "1.1.0"
42264262
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4401,6 +4437,12 @@ is-symbol@^1.0.1:
44014437
version "1.0.1"
44024438
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
44034439

4440+
is-symbol@^1.0.2:
4441+
version "1.0.2"
4442+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
4443+
dependencies:
4444+
has-symbols "^1.0.0"
4445+
44044446
is-typedarray@~1.0.0:
44054447
version "1.0.0"
44064448
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -5092,10 +5134,6 @@ lodash.camelcase@^4.3.0:
50925134
version "4.3.0"
50935135
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
50945136

5095-
lodash.cond@^4.3.0:
5096-
version "4.5.2"
5097-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
5098-
50995137
lodash.debounce@^4.0.8:
51005138
version "4.0.8"
51015139
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -5645,6 +5683,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
56455683
version "1.0.11"
56465684
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
56475685

5686+
object-keys@^1.0.12:
5687+
version "1.1.1"
5688+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
5689+
56485690
object-keys@~0.2.0:
56495691
version "0.2.0"
56505692
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -5694,6 +5736,15 @@ object.values@^1.0.4:
56945736
function-bind "^1.1.0"
56955737
has "^1.0.1"
56965738

5739+
object.values@^1.1.0:
5740+
version "1.1.0"
5741+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
5742+
dependencies:
5743+
define-properties "^1.1.3"
5744+
es-abstract "^1.12.0"
5745+
function-bind "^1.1.1"
5746+
has "^1.0.3"
5747+
56975748
on-finished@~2.3.0:
56985749
version "2.3.0"
56995750
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -5902,6 +5953,10 @@ path-parse@^1.0.5:
59025953
version "1.0.5"
59035954
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
59045955

5956+
path-parse@^1.0.6:
5957+
version "1.0.6"
5958+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5959+
59055960
59065961
version "0.1.7"
59075962
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -5962,12 +6017,6 @@ pinkie@^2.0.0:
59626017
version "2.0.4"
59636018
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
59646019

5965-
pkg-dir@^1.0.0:
5966-
version "1.0.0"
5967-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
5968-
dependencies:
5969-
find-up "^1.0.0"
5970-
59716020
pkg-dir@^2.0.0:
59726021
version "2.0.0"
59736022
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -7023,6 +7072,12 @@ resolve@^1.1.6, resolve@^1.5.0:
70237072
dependencies:
70247073
path-parse "^1.0.5"
70257074

7075+
resolve@^1.11.0:
7076+
version "1.12.0"
7077+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
7078+
dependencies:
7079+
path-parse "^1.0.6"
7080+
70267081
restore-cursor@^1.0.1:
70277082
version "1.0.1"
70287083
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)