Skip to content

Commit 372ea5e

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

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
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.9.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: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,9 +1671,9 @@ [email protected]:
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.9.0:
1675+
version "2.9.0"
1676+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169"
16771677
dependencies:
16781678
builtin-modules "^1.1.1"
16791679
contains-path "^0.1.0"
@@ -1682,7 +1682,7 @@ [email protected]:
16821682
eslint-import-resolver-node "^0.3.1"
16831683
eslint-module-utils "^2.1.1"
16841684
has "^1.0.1"
1685-
lodash.cond "^4.3.0"
1685+
lodash "^4.17.4"
16861686
minimatch "^3.0.3"
16871687
read-pkg-up "^2.0.0"
16881688

@@ -3277,10 +3277,6 @@ locate-path@^2.0.0:
32773277
p-locate "^2.0.0"
32783278
path-exists "^3.0.0"
32793279

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-
32843280
lodash.merge@^4.6.0:
32853281
version "4.6.0"
32863282
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"

0 commit comments

Comments
 (0)