mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Update dependency eslint-plugin-import to v2.25.2
This commit is contained in:
parent
00e5b726de
commit
711164c2b4
2 changed files with 15 additions and 6 deletions
|
@ -57,7 +57,7 @@
|
|||
"babel-eslint": "10.1.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-loader": "4.0.2",
|
||||
"eslint-plugin-import": "2.25.1",
|
||||
"eslint-plugin-import": "2.25.2",
|
||||
"eslint-plugin-react": "7.26.1",
|
||||
"gatsby-plugin-eslint": "4.0.0",
|
||||
"prettier": "2.4.1"
|
||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -4828,6 +4828,15 @@ eslint-module-utils@^2.6.2:
|
|||
debug "^3.2.7"
|
||||
pkg-dir "^2.0.0"
|
||||
|
||||
eslint-module-utils@^2.7.0:
|
||||
version "2.7.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
|
||||
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
|
||||
dependencies:
|
||||
debug "^3.2.7"
|
||||
find-up "^2.1.0"
|
||||
pkg-dir "^2.0.0"
|
||||
|
||||
eslint-plugin-flowtype@^5.9.2:
|
||||
version "5.10.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
|
||||
|
@ -4846,17 +4855,17 @@ eslint-plugin-graphql@^4.0.0:
|
|||
lodash.flatten "^4.4.0"
|
||||
lodash.without "^4.4.0"
|
||||
|
||||
eslint-plugin-import@2.25.1:
|
||||
version "2.25.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.1.tgz#b4b23bef08309f91303e528b13ecdffc42f8bb89"
|
||||
integrity sha512-YiQtY+ehqQXb6dvdrFUVdl3hsTvl+g3aKoTLZFIy1j/mKxjrLcRISI2rA7dNmEReJdr5xzjLld6vJ8pC1bfCfw==
|
||||
eslint-plugin-import@2.25.2:
|
||||
version "2.25.2"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
|
||||
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
|
||||
dependencies:
|
||||
array-includes "^3.1.4"
|
||||
array.prototype.flat "^1.2.5"
|
||||
debug "^2.6.9"
|
||||
doctrine "^2.1.0"
|
||||
eslint-import-resolver-node "^0.3.6"
|
||||
eslint-module-utils "^2.6.2"
|
||||
eslint-module-utils "^2.7.0"
|
||||
has "^1.0.3"
|
||||
is-core-module "^2.7.0"
|
||||
is-glob "^4.0.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue