Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 6d24252

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.9.0
1 parent 96939d1 commit 6d24252

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
@@ -15,7 +15,7 @@
1515
"eslint-config-algolia": "13.1.0",
1616
"eslint-config-prettier": "2.9.0",
1717
"eslint-plugin-html": "4.0.2",
18-
"eslint-plugin-import": "2.8.0",
18+
"eslint-plugin-import": "2.9.0",
1919
"eslint-plugin-prettier": "2.6.0",
2020
"prettier": "1.11.0"
2121
}

yarn.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ eslint-plugin-html@4.0.2:
362362
dependencies:
363363
htmlparser2 "^3.8.2"
364364

365-
eslint-plugin-import@2.8.0:
366-
version "2.8.0"
367-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
365+
eslint-plugin-import@2.9.0:
366+
version "2.9.0"
367+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169"
368368
dependencies:
369369
builtin-modules "^1.1.1"
370370
contains-path "^0.1.0"
@@ -373,7 +373,7 @@ eslint-plugin-import@2.8.0:
373373
eslint-import-resolver-node "^0.3.1"
374374
eslint-module-utils "^2.1.1"
375375
has "^1.0.1"
376-
lodash.cond "^4.3.0"
376+
lodash "^4.17.4"
377377
minimatch "^3.0.3"
378378
read-pkg-up "^2.0.0"
379379

@@ -745,10 +745,6 @@ locate-path@^2.0.0:
745745
p-locate "^2.0.0"
746746
path-exists "^3.0.0"
747747

748-
lodash.cond@^4.3.0:
749-
version "4.5.2"
750-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
751-
752748
lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
753749
version "4.17.5"
754750
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"

0 commit comments

Comments
 (0)