Skip to content

Commit e75b06b

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

File tree

2 files changed

+37
-27
lines changed

2 files changed

+37
-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.16.0",
4949
"eslint-plugin-jest": "21.7.0",
5050
"eslint-plugin-prettier": "2.6.0",
5151
"flow-bin": "0.64.0",

yarn.lock

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ bser@^2.0.0:
11041104
dependencies:
11051105
node-int64 "^0.4.0"
11061106

1107-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
1107+
builtin-modules@^1.0.0:
11081108
version "1.1.1"
11091109
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
11101110

@@ -1651,40 +1651,40 @@ [email protected]:
16511651
dependencies:
16521652
get-stdin "^5.0.1"
16531653

1654-
eslint-import-resolver-node@^0.3.1:
1654+
eslint-import-resolver-node@^0.3.2:
16551655
version "0.3.2"
16561656
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
16571657
dependencies:
16581658
debug "^2.6.9"
16591659
resolve "^1.5.0"
16601660

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"
1661+
eslint-module-utils@^2.3.0:
1662+
version "2.3.0"
1663+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
16641664
dependencies:
16651665
debug "^2.6.8"
1666-
pkg-dir "^1.0.0"
1666+
pkg-dir "^2.0.0"
16671667

16681668
16691669
version "2.42.0"
16701670
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
16711671
dependencies:
16721672
lodash "^4.15.0"
16731673

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"
1674+
eslint-plugin-import@2.16.0:
1675+
version "2.16.0"
1676+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
16771677
dependencies:
1678-
builtin-modules "^1.1.1"
16791678
contains-path "^0.1.0"
1680-
debug "^2.6.8"
1679+
debug "^2.6.9"
16811680
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"
1681+
eslint-import-resolver-node "^0.3.2"
1682+
eslint-module-utils "^2.3.0"
1683+
has "^1.0.3"
1684+
lodash "^4.17.11"
1685+
minimatch "^3.0.4"
16871686
read-pkg-up "^2.0.0"
1687+
resolve "^1.9.0"
16881688

16891689
16901690
version "21.7.0"
@@ -2280,6 +2280,12 @@ has@^1.0.1:
22802280
dependencies:
22812281
function-bind "^1.0.2"
22822282

2283+
has@^1.0.3:
2284+
version "1.0.3"
2285+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2286+
dependencies:
2287+
function-bind "^1.1.1"
2288+
22832289
[email protected], hawk@~3.1.3:
22842290
version "3.1.3"
22852291
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -3277,10 +3283,6 @@ locate-path@^2.0.0:
32773283
p-locate "^2.0.0"
32783284
path-exists "^3.0.0"
32793285

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-
32843286
lodash.merge@^4.6.0:
32853287
version "4.6.0"
32863288
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
@@ -3297,6 +3299,10 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, l
32973299
version "4.17.4"
32983300
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
32993301

3302+
lodash@^4.17.11:
3303+
version "4.17.11"
3304+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
3305+
33003306
log-symbols@^1.0.2:
33013307
version "1.0.2"
33023308
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -3797,6 +3803,10 @@ path-parse@^1.0.5:
37973803
version "1.0.5"
37983804
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
37993805

3806+
path-parse@^1.0.6:
3807+
version "1.0.6"
3808+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3809+
38003810
path-type@^1.0.0:
38013811
version "1.1.0"
38023812
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3843,12 +3853,6 @@ pirates@^3.0.1:
38433853
dependencies:
38443854
node-modules-regexp "^1.0.0"
38453855

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-
38523856
pkg-dir@^2.0.0:
38533857
version "2.0.0"
38543858
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -4237,6 +4241,12 @@ resolve@^1.3.2, resolve@^1.5.0:
42374241
dependencies:
42384242
path-parse "^1.0.5"
42394243

4244+
resolve@^1.9.0:
4245+
version "1.10.0"
4246+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
4247+
dependencies:
4248+
path-parse "^1.0.6"
4249+
42404250
restore-cursor@^1.0.1:
42414251
version "1.0.1"
42424252
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)