Skip to content

Commit 44742ce

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump eslint-plugin-react from 7.24.0 to 7.25.1
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.24.0 to 7.25.1. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.24.0...v7.25.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1135a90 commit 44742ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-jest": "^24.4.0",
6767
"eslint-plugin-jsx-a11y": "^6.4.1",
6868
"eslint-plugin-prettier": "^3.4.1",
69-
"eslint-plugin-react": "^7.24.0",
69+
"eslint-plugin-react": "^7.25.1",
7070
"eslint-plugin-react-hooks": "^4.2.0",
7171
"glob": "^7.1.7",
7272
"is-ci": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3347,14 +3347,15 @@ eslint-plugin-react-hooks@^4.2.0:
33473347
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
33483348
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
33493349

3350-
eslint-plugin-react@^7.24.0:
3351-
version "7.24.0"
3352-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
3353-
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
3350+
eslint-plugin-react@^7.24.0, eslint-plugin-react@^7.25.1:
3351+
version "7.25.1"
3352+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
3353+
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
33543354
dependencies:
33553355
array-includes "^3.1.3"
33563356
array.prototype.flatmap "^1.2.4"
33573357
doctrine "^2.1.0"
3358+
estraverse "^5.2.0"
33583359
has "^1.0.3"
33593360
jsx-ast-utils "^2.4.1 || ^3.0.0"
33603361
minimatch "^3.0.4"

0 commit comments

Comments
 (0)