This repository was archived by the owner on Mar 29, 2020. 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 4444 "eslint-plugin-babel" : " ^4.1.2" ,
4545 "eslint-plugin-eslint-comments" : " ^2.0.2" ,
4646 "eslint-plugin-flowtype" : " ^2.46.1" ,
47- "eslint-plugin-import" : " 2.10 .0" ,
47+ "eslint-plugin-import" : " 2.11 .0" ,
4848 "eslint-plugin-jest" : " ^21.15.0" ,
4949 "eslint-plugin-lodash-fp" : " ^2.1.3" ,
5050 "eslint-plugin-no-use-extend-native" : " ^0.3.12" ,
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ buffer-from@^1.0.0:
874874 version "1.0.0"
875875 resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531"
876876
877- builtin-modules@^1.0.0, builtin-modules@^1.1.1 :
877+ builtin-modules@^1.0.0 :
878878 version "1.1.1"
879879 resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
880880
@@ -1761,11 +1761,10 @@ eslint-plugin-flowtype@^2.46.1:
17611761 dependencies :
17621762 lodash "^4.15.0"
17631763
1764- eslint-plugin-import@2.10 .0 :
1765- version "2.10 .0"
1766- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10 .0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7 "
1764+ eslint-plugin-import@2.11 .0 :
1765+ version "2.11 .0"
1766+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11 .0.tgz#15aeea37a67499d848e8e981806d4627b5503816 "
17671767 dependencies :
1768- builtin-modules "^1.1.1"
17691768 contains-path "^0.1.0"
17701769 debug "^2.6.8"
17711770 doctrine "1.5.0"
@@ -1775,6 +1774,7 @@ eslint-plugin-import@2.10.0:
17751774 lodash "^4.17.4"
17761775 minimatch "^3.0.3"
17771776 read-pkg-up "^2.0.0"
1777+ resolve "^1.6.0"
17781778
17791779eslint-plugin-jest@^21.15.0 :
17801780 version "21.15.0"
@@ -5040,6 +5040,12 @@ resolve@^1.4.0, resolve@^1.5.0:
50405040 dependencies :
50415041 path-parse "^1.0.5"
50425042
5043+ resolve@^1.6.0 :
5044+ version "1.7.1"
5045+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
5046+ dependencies :
5047+ path-parse "^1.0.5"
5048+
50435049restore-cursor@^1.0.1 :
50445050 version "1.0.1"
50455051 resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
You can’t perform that action at this time.
0 commit comments