This repository was archived by the owner on May 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1515 "eslint-config-algolia" : " 13.1.0" ,
1616 "eslint-config-prettier" : " 2.9.0" ,
1717 "eslint-plugin-html" : " 4.0.3" ,
18- "eslint-plugin-import" : " 2.10 .0" ,
18+ "eslint-plugin-import" : " 2.11 .0" ,
1919 "eslint-plugin-prettier" : " 2.6.0" ,
2020 "prettier" : " 1.11.1"
2121 }
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ brace-expansion@^1.1.7:
181181 balanced-match "^1.0.0"
182182 concat-map "0.0.1"
183183
184- builtin-modules@^1.0.0, builtin-modules@^1.1.1 :
184+ builtin-modules@^1.0.0 :
185185 version "1.1.1"
186186 resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
187187
@@ -386,11 +386,10 @@ eslint-plugin-html@4.0.3:
386386 dependencies :
387387 htmlparser2 "^3.8.2"
388388
389- eslint-plugin-import@2.10 .0 :
390- version "2.10 .0"
391- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10 .0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7 "
389+ eslint-plugin-import@2.11 .0 :
390+ version "2.11 .0"
391+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11 .0.tgz#15aeea37a67499d848e8e981806d4627b5503816 "
392392 dependencies :
393- builtin-modules "^1.1.1"
394393 contains-path "^0.1.0"
395394 debug "^2.6.8"
396395 doctrine "1.5.0"
@@ -400,6 +399,7 @@ eslint-plugin-import@2.10.0:
400399 lodash "^4.17.4"
401400 minimatch "^3.0.3"
402401 read-pkg-up "^2.0.0"
402+ resolve "^1.6.0"
403403
404404eslint-plugin-prettier@2.6.0 :
405405 version "2.6.0"
@@ -1005,6 +1005,12 @@ resolve@^1.5.0:
10051005 dependencies :
10061006 path-parse "^1.0.5"
10071007
1008+ resolve@^1.6.0 :
1009+ version "1.7.1"
1010+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
1011+ dependencies :
1012+ path-parse "^1.0.5"
1013+
10081014restore-cursor@^2.0.0 :
10091015 version "2.0.0"
10101016 resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
You can’t perform that action at this time.
0 commit comments