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 15
15
"eslint-config-algolia" : " 13.1.0" ,
16
16
"eslint-config-prettier" : " 2.9.0" ,
17
17
"eslint-plugin-html" : " 4.0.3" ,
18
- "eslint-plugin-import" : " 2.10 .0" ,
18
+ "eslint-plugin-import" : " 2.11 .0" ,
19
19
"eslint-plugin-prettier" : " 2.6.0" ,
20
20
"prettier" : " 1.11.1"
21
21
}
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ brace-expansion@^1.1.7:
181
181
balanced-match "^1.0.0"
182
182
concat-map "0.0.1"
183
183
184
- builtin-modules@^1.0.0, builtin-modules@^1.1.1 :
184
+ builtin-modules@^1.0.0 :
185
185
version "1.1.1"
186
186
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
187
187
386
386
dependencies :
387
387
htmlparser2 "^3.8.2"
388
388
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 "
392
392
dependencies :
393
- builtin-modules "^1.1.1"
394
393
contains-path "^0.1.0"
395
394
debug "^2.6.8"
396
395
doctrine "1.5.0"
400
399
lodash "^4.17.4"
401
400
minimatch "^3.0.3"
402
401
read-pkg-up "^2.0.0"
402
+ resolve "^1.6.0"
403
403
404
404
405
405
version "2.6.0"
@@ -1005,6 +1005,12 @@ resolve@^1.5.0:
1005
1005
dependencies :
1006
1006
path-parse "^1.0.5"
1007
1007
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
+
1008
1014
restore-cursor@^2.0.0 :
1009
1015
version "2.0.0"
1010
1016
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