mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
Update dependency eslint-plugin-import to v2.16.0
This commit is contained in:
parent
bf8a726f79
commit
972df7439e
@ -93,7 +93,7 @@
|
|||||||
"stylelint-config-recommended-scss": "3.2.0",
|
"stylelint-config-recommended-scss": "3.2.0",
|
||||||
"eslint": "5.12.1",
|
"eslint": "5.12.1",
|
||||||
"eslint-config-airbnb-base": "13.1.0",
|
"eslint-config-airbnb-base": "13.1.0",
|
||||||
"eslint-plugin-import": "2.14.0",
|
"eslint-plugin-import": "2.16.0",
|
||||||
"eslint-plugin-jest": "22.1.3",
|
"eslint-plugin-jest": "22.1.3",
|
||||||
"eslint-plugin-react": "7.12.4",
|
"eslint-plugin-react": "7.12.4",
|
||||||
"eslint-watch": "4.0.2",
|
"eslint-watch": "4.0.2",
|
||||||
|
28
yarn.lock
28
yarn.lock
@ -4738,7 +4738,7 @@ eslint-config-react-app@^3.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
confusing-browser-globals "^1.0.5"
|
confusing-browser-globals "^1.0.5"
|
||||||
|
|
||||||
eslint-import-resolver-node@^0.3.1:
|
eslint-import-resolver-node@^0.3.1, eslint-import-resolver-node@^0.3.2:
|
||||||
version "0.3.2"
|
version "0.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
|
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4762,6 +4762,14 @@ eslint-module-utils@^2.2.0:
|
|||||||
debug "^2.6.8"
|
debug "^2.6.8"
|
||||||
pkg-dir "^1.0.0"
|
pkg-dir "^1.0.0"
|
||||||
|
|
||||||
|
eslint-module-utils@^2.3.0:
|
||||||
|
version "2.3.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
|
||||||
|
integrity sha512-lmDJgeOOjk8hObTysjqH7wyMi+nsHwwvfBykwfhjR1LNdd7C2uFJBvx4OpWYpXOw4df1yE1cDEVd1yLHitk34w==
|
||||||
|
dependencies:
|
||||||
|
debug "^2.6.8"
|
||||||
|
pkg-dir "^2.0.0"
|
||||||
|
|
||||||
eslint-plugin-flowtype@^2.46.1:
|
eslint-plugin-flowtype@^2.46.1:
|
||||||
version "2.50.3"
|
version "2.50.3"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f"
|
||||||
@ -4775,7 +4783,23 @@ eslint-plugin-graphql@^2.0.0:
|
|||||||
graphql-config "^2.0.1"
|
graphql-config "^2.0.1"
|
||||||
lodash "^4.11.1"
|
lodash "^4.11.1"
|
||||||
|
|
||||||
eslint-plugin-import@2.14.0, eslint-plugin-import@^2.9.0:
|
eslint-plugin-import@2.16.0:
|
||||||
|
version "2.16.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
|
||||||
|
integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==
|
||||||
|
dependencies:
|
||||||
|
contains-path "^0.1.0"
|
||||||
|
debug "^2.6.9"
|
||||||
|
doctrine "1.5.0"
|
||||||
|
eslint-import-resolver-node "^0.3.2"
|
||||||
|
eslint-module-utils "^2.3.0"
|
||||||
|
has "^1.0.3"
|
||||||
|
lodash "^4.17.11"
|
||||||
|
minimatch "^3.0.4"
|
||||||
|
read-pkg-up "^2.0.0"
|
||||||
|
resolve "^1.9.0"
|
||||||
|
|
||||||
|
eslint-plugin-import@^2.9.0:
|
||||||
version "2.14.0"
|
version "2.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.14.0.tgz#6b17626d2e3e6ad52cfce8807a845d15e22111a8"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.14.0.tgz#6b17626d2e3e6ad52cfce8807a845d15e22111a8"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user