Skip to content

Commit 0584e1f

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.25.1
1 parent 2f94b90 commit 0584e1f

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

example/router-redux-rematch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-loader": "4.0.2",
5252
"eslint-plugin-import": "2.23.4",
5353
"eslint-plugin-jsx-a11y": "6.4.1",
54-
"eslint-plugin-react": "7.24.0",
54+
"eslint-plugin-react": "7.25.1",
5555
"eslint-webpack-plugin": "3.0.1",
5656
"file-loader": "6.2.0",
5757
"html-webpack-plugin": "5.3.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-airbnb": "18.2.1",
2828
"eslint-plugin-import": "2.23.4",
2929
"eslint-plugin-jsx-a11y": "6.4.1",
30-
"eslint-plugin-react": "7.24.0",
30+
"eslint-plugin-react": "7.25.1",
3131
"eslint-plugin-react-hooks": "4.2.0",
3232
"tsbb": "2.2.1"
3333
}

yarn.lock

Lines changed: 21 additions & 2 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==
@@ -5837,7 +5837,26 @@ [email protected], eslint-plugin-react-hooks@^4.2.0:
58375837
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
58385838
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
58395839

5840-
[email protected], eslint-plugin-react@^7.21.5:
5840+
5841+
version "7.25.1"
5842+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
5843+
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
5844+
dependencies:
5845+
array-includes "^3.1.3"
5846+
array.prototype.flatmap "^1.2.4"
5847+
doctrine "^2.1.0"
5848+
estraverse "^5.2.0"
5849+
has "^1.0.3"
5850+
jsx-ast-utils "^2.4.1 || ^3.0.0"
5851+
minimatch "^3.0.4"
5852+
object.entries "^1.1.4"
5853+
object.fromentries "^2.0.4"
5854+
object.values "^1.1.4"
5855+
prop-types "^15.7.2"
5856+
resolve "^2.0.0-next.3"
5857+
string.prototype.matchall "^4.0.5"
5858+
5859+
eslint-plugin-react@^7.21.5:
58415860
version "7.24.0"
58425861
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
58435862
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==

0 commit comments

Comments
 (0)