Skip to content

Commit d5b2bf7

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

File tree

2 files changed

+82
-23
lines changed

2 files changed

+82
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-airbnb": "16.1.0",
5252
"eslint-config-prettier": "2.9.0",
5353
"eslint-plugin-flowtype": "2.46.1",
54-
"eslint-plugin-import": "2.9.0",
54+
"eslint-plugin-import": "2.18.2",
5555
"eslint-plugin-jest": "21.15.0",
5656
"eslint-plugin-jsx-a11y": "6.0.3",
5757
"eslint-plugin-prettier": "2.6.0",

yarn.lock

Lines changed: 81 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,7 +2945,7 @@ buffer@^4.3.0:
29452945
ieee754 "^1.1.4"
29462946
isarray "^1.0.0"
29472947

2948-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
2948+
builtin-modules@^1.0.0:
29492949
version "1.1.1"
29502950
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
29512951

@@ -3722,6 +3722,12 @@ define-properties@^1.1.2:
37223722
foreach "^2.0.5"
37233723
object-keys "^1.0.8"
37243724

3725+
define-properties@^1.1.3:
3726+
version "1.1.3"
3727+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
3728+
dependencies:
3729+
object-keys "^1.0.12"
3730+
37253731
define-property@^0.2.5:
37263732
version "0.2.5"
37273733
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -4069,6 +4075,17 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
40694075
is-callable "^1.1.3"
40704076
is-regex "^1.0.4"
40714077

4078+
es-abstract@^1.12.0:
4079+
version "1.13.0"
4080+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
4081+
dependencies:
4082+
es-to-primitive "^1.2.0"
4083+
function-bind "^1.1.1"
4084+
has "^1.0.3"
4085+
is-callable "^1.1.4"
4086+
is-regex "^1.0.4"
4087+
object-keys "^1.0.12"
4088+
40724089
es-to-primitive@^1.1.1:
40734090
version "1.1.1"
40744091
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -4077,6 +4094,14 @@ es-to-primitive@^1.1.1:
40774094
is-date-object "^1.0.1"
40784095
is-symbol "^1.0.1"
40794096

4097+
es-to-primitive@^1.2.0:
4098+
version "1.2.0"
4099+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
4100+
dependencies:
4101+
is-callable "^1.1.4"
4102+
is-date-object "^1.0.1"
4103+
is-symbol "^1.0.2"
4104+
40804105
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
40814106
version "0.10.41"
40824107
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.41.tgz#bab3e982d750f0112f0cb9e6abed72c59eb33eb2"
@@ -4191,40 +4216,41 @@ [email protected]:
41914216
dependencies:
41924217
get-stdin "^5.0.1"
41934218

4194-
eslint-import-resolver-node@^0.3.1:
4219+
eslint-import-resolver-node@^0.3.2:
41954220
version "0.3.2"
41964221
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
41974222
dependencies:
41984223
debug "^2.6.9"
41994224
resolve "^1.5.0"
42004225

4201-
eslint-module-utils@^2.1.1:
4202-
version "2.1.1"
4203-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
4226+
eslint-module-utils@^2.4.0:
4227+
version "2.4.1"
4228+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
42044229
dependencies:
42054230
debug "^2.6.8"
4206-
pkg-dir "^1.0.0"
4231+
pkg-dir "^2.0.0"
42074232

42084233
42094234
version "2.46.1"
42104235
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4"
42114236
dependencies:
42124237
lodash "^4.15.0"
42134238

4214-
eslint-plugin-import@2.9.0:
4215-
version "2.9.0"
4216-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169"
4239+
eslint-plugin-import@2.18.2:
4240+
version "2.18.2"
4241+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
42174242
dependencies:
4218-
builtin-modules "^1.1.1"
4243+
array-includes "^3.0.3"
42194244
contains-path "^0.1.0"
4220-
debug "^2.6.8"
4245+
debug "^2.6.9"
42214246
doctrine "1.5.0"
4222-
eslint-import-resolver-node "^0.3.1"
4223-
eslint-module-utils "^2.1.1"
4224-
has "^1.0.1"
4225-
lodash "^4.17.4"
4226-
minimatch "^3.0.3"
4247+
eslint-import-resolver-node "^0.3.2"
4248+
eslint-module-utils "^2.4.0"
4249+
has "^1.0.3"
4250+
minimatch "^3.0.4"
4251+
object.values "^1.1.0"
42274252
read-pkg-up "^2.0.0"
4253+
resolve "^1.11.0"
42284254

42294255
42304256
version "21.15.0"
@@ -5095,6 +5121,12 @@ has@^1.0.1:
50955121
dependencies:
50965122
function-bind "^1.0.2"
50975123

5124+
has@^1.0.3:
5125+
version "1.0.3"
5126+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5127+
dependencies:
5128+
function-bind "^1.1.1"
5129+
50985130
hash-base@^2.0.0:
50995131
version "2.0.2"
51005132
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -5500,6 +5532,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
55005532
version "1.1.3"
55015533
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
55025534

5535+
is-callable@^1.1.4:
5536+
version "1.1.4"
5537+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
5538+
55035539
is-ci@^1.0.10:
55045540
version "1.1.0"
55055541
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -5730,6 +5766,12 @@ is-symbol@^1.0.1:
57305766
version "1.0.1"
57315767
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
57325768

5769+
is-symbol@^1.0.2:
5770+
version "1.0.2"
5771+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
5772+
dependencies:
5773+
has-symbols "^1.0.0"
5774+
57335775
is-typedarray@~1.0.0:
57345776
version "1.0.0"
57355777
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -7183,6 +7225,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
71837225
version "1.0.11"
71847226
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
71857227

7228+
object-keys@^1.0.12:
7229+
version "1.1.1"
7230+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
7231+
71867232
object-keys@~0.2.0:
71877233
version "0.2.0"
71887234
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7244,6 +7290,15 @@ object.values@^1.0.4:
72447290
function-bind "^1.1.0"
72457291
has "^1.0.1"
72467292

7293+
object.values@^1.1.0:
7294+
version "1.1.0"
7295+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
7296+
dependencies:
7297+
define-properties "^1.1.3"
7298+
es-abstract "^1.12.0"
7299+
function-bind "^1.1.1"
7300+
has "^1.0.3"
7301+
72477302
on-finished@~2.3.0:
72487303
version "2.3.0"
72497304
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -7470,6 +7525,10 @@ path-parse@^1.0.5:
74707525
version "1.0.5"
74717526
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
74727527

7528+
path-parse@^1.0.6:
7529+
version "1.0.6"
7530+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7531+
74737532
74747533
version "0.1.7"
74757534
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7536,12 +7595,6 @@ pirates@^3.0.1:
75367595
dependencies:
75377596
node-modules-regexp "^1.0.0"
75387597

7539-
pkg-dir@^1.0.0:
7540-
version "1.0.0"
7541-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
7542-
dependencies:
7543-
find-up "^1.0.0"
7544-
75457598
pkg-dir@^2.0.0:
75467599
version "2.0.0"
75477600
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -8620,6 +8673,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
86208673
dependencies:
86218674
path-parse "^1.0.5"
86228675

8676+
resolve@^1.11.0:
8677+
version "1.12.0"
8678+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
8679+
dependencies:
8680+
path-parse "^1.0.6"
8681+
86238682
restore-cursor@^1.0.1:
86248683
version "1.0.1"
86258684
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)