Skip to content

Commit 139061e

Browse files
Bump eslint-plugin-react from 7.25.1 to 7.25.2 (#1695)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.1 to 7.25.2. - [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.25.1...v7.25.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cc4ddb commit 139061e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "7.32.0",
2727
"eslint-config-prettier": "8.3.0",
2828
"eslint-plugin-prettier": "4.0.0",
29-
"eslint-plugin-react": "7.25.1",
29+
"eslint-plugin-react": "7.25.2",
3030
"prettier": "2.3.2",
3131
"typescript": "4.4.3"
3232
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,10 @@ eslint-plugin-prettier@4.0.0:
525525
dependencies:
526526
prettier-linter-helpers "^1.0.0"
527527

528-
eslint-plugin-react@7.25.1:
529-
version "7.25.1"
530-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
531-
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
528+
eslint-plugin-react@7.25.2:
529+
version "7.25.2"
530+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.2.tgz#d567a217d306b76dd110561f28074e2328ae38f8"
531+
integrity sha512-elx4585wgmryanJK4C5IoSKQyVZ+e7H0t2JOOtJNBql0cuercvSShvRReuLBbfx8687yW5yv+UL7pXwMsd6adQ==
532532
dependencies:
533533
array-includes "^3.1.3"
534534
array.prototype.flatmap "^1.2.4"

0 commit comments

Comments
 (0)