Skip to content

Commit 03f5311

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.25.1
1 parent 59e2bfb commit 03f5311

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-plugin-import": "2.23.4",
7171
"eslint-plugin-jsx-a11y": "6.4.1",
7272
"eslint-plugin-prettier": "4.0.0",
73-
"eslint-plugin-react": "7.24.0",
73+
"eslint-plugin-react": "7.25.1",
7474
"eslint-plugin-react-hooks": "4.2.0",
7575
"husky": "7.0.2",
7676
"lint-staged": "11.1.2",

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,26 @@ [email protected], eslint-plugin-react-hooks@^4.2.0:
27152715
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
27162716
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
27172717

2718-
[email protected], eslint-plugin-react@^7.23.1:
2718+
2719+
version "7.25.1"
2720+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
2721+
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
2722+
dependencies:
2723+
array-includes "^3.1.3"
2724+
array.prototype.flatmap "^1.2.4"
2725+
doctrine "^2.1.0"
2726+
estraverse "^5.2.0"
2727+
has "^1.0.3"
2728+
jsx-ast-utils "^2.4.1 || ^3.0.0"
2729+
minimatch "^3.0.4"
2730+
object.entries "^1.1.4"
2731+
object.fromentries "^2.0.4"
2732+
object.values "^1.1.4"
2733+
prop-types "^15.7.2"
2734+
resolve "^2.0.0-next.3"
2735+
string.prototype.matchall "^4.0.5"
2736+
2737+
eslint-plugin-react@^7.23.1:
27192738
version "7.24.0"
27202739
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
27212740
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==

0 commit comments

Comments
 (0)