Skip to content

Commit e18424d

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.24.1
1 parent 2f94b90 commit e18424d

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed

example/router-redux-rematch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "7.31.0",
5050
"eslint-config-airbnb": "18.2.1",
5151
"eslint-loader": "4.0.2",
52-
"eslint-plugin-import": "2.23.4",
52+
"eslint-plugin-import": "2.24.1",
5353
"eslint-plugin-jsx-a11y": "6.4.1",
5454
"eslint-plugin-react": "7.24.0",
5555
"eslint-webpack-plugin": "3.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"babel-eslint": "10.1.0",
2626
"eslint": "7.31.0",
2727
"eslint-config-airbnb": "18.2.1",
28-
"eslint-plugin-import": "2.23.4",
28+
"eslint-plugin-import": "2.24.1",
2929
"eslint-plugin-jsx-a11y": "6.4.1",
3030
"eslint-plugin-react": "7.24.0",
3131
"eslint-plugin-react-hooks": "4.2.0",

yarn.lock

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ axobject-query@^2.2.0:
35193519
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
35203520
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
35213521

3522-
babel-eslint@^10.1.0:
3522+
babel-eslint@10.1.0, babel-eslint@^10.1.0:
35233523
version "10.1.0"
35243524
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
35253525
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -5760,6 +5760,14 @@ eslint-import-resolver-node@^0.3.4:
57605760
debug "^2.6.9"
57615761
resolve "^1.13.1"
57625762

5763+
eslint-import-resolver-node@^0.3.6:
5764+
version "0.3.6"
5765+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
5766+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
5767+
dependencies:
5768+
debug "^3.2.7"
5769+
resolve "^1.20.0"
5770+
57635771
57645772
version "4.0.2"
57655773
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-4.0.2.tgz#386a1e21bcb613b3cf2d252a3b708023ccfb41ec"
@@ -5779,6 +5787,14 @@ eslint-module-utils@^2.6.1:
57795787
debug "^3.2.7"
57805788
pkg-dir "^2.0.0"
57815789

5790+
eslint-module-utils@^2.6.2:
5791+
version "2.6.2"
5792+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
5793+
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
5794+
dependencies:
5795+
debug "^3.2.7"
5796+
pkg-dir "^2.0.0"
5797+
57825798
eslint-plugin-flowtype@^5.2.0:
57835799
version "5.8.1"
57845800
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.8.1.tgz#6f2c313a6e9ec271a51315ccd09c2432b4d1930e"
@@ -5787,7 +5803,28 @@ eslint-plugin-flowtype@^5.2.0:
57875803
lodash "^4.17.15"
57885804
string-natural-compare "^3.0.1"
57895805

5790-
[email protected], eslint-plugin-import@^2.22.1:
5806+
5807+
version "2.24.1"
5808+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1.tgz#64aba8b567a1ba9921d5465586e86c491b8e2135"
5809+
integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==
5810+
dependencies:
5811+
array-includes "^3.1.3"
5812+
array.prototype.flat "^1.2.4"
5813+
debug "^2.6.9"
5814+
doctrine "^2.1.0"
5815+
eslint-import-resolver-node "^0.3.6"
5816+
eslint-module-utils "^2.6.2"
5817+
find-up "^2.0.0"
5818+
has "^1.0.3"
5819+
is-core-module "^2.6.0"
5820+
minimatch "^3.0.4"
5821+
object.values "^1.1.4"
5822+
pkg-up "^2.0.0"
5823+
read-pkg-up "^3.0.0"
5824+
resolve "^1.20.0"
5825+
tsconfig-paths "^3.10.1"
5826+
5827+
eslint-plugin-import@^2.22.1:
57915828
version "2.23.4"
57925829
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
57935830
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
@@ -7402,6 +7439,13 @@ is-core-module@^2.0.0, is-core-module@^2.2.0, is-core-module@^2.4.0:
74027439
dependencies:
74037440
has "^1.0.3"
74047441

7442+
is-core-module@^2.6.0:
7443+
version "2.6.0"
7444+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
7445+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
7446+
dependencies:
7447+
has "^1.0.3"
7448+
74057449
is-data-descriptor@^0.1.4:
74067450
version "0.1.4"
74077451
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -12949,7 +12993,7 @@ [email protected]:
1294912993
typescript "4.3.4"
1295012994
yargs "17.0.1"
1295112995

12952-
tsconfig-paths@^3.9.0:
12996+
tsconfig-paths@^3.10.1, tsconfig-paths@^3.9.0:
1295312997
version "3.10.1"
1295412998
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
1295512999
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==

0 commit comments

Comments
 (0)