Skip to content

Commit d81bc7f

Browse files
Bump eslint-plugin-react from 7.32.2 to 7.33.1 (#6)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0cf3f0 commit d81bc7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint": "^8.46.0",
4848
"eslint-config-prettier": "^8.8.0",
4949
"eslint-plugin-prettier": "^5.0.0",
50-
"eslint-plugin-react": "^7.32.2",
50+
"eslint-plugin-react": "^7.33.1",
5151
"eslint-plugin-react-hooks": "^4.6.0",
5252
"husky": "^8.0.3",
5353
"jest": "^29.6.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,10 +2813,10 @@ eslint-plugin-react-hooks@^4.6.0:
28132813
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
28142814
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
28152815

2816-
eslint-plugin-react@^7.32.2:
2817-
version "7.32.2"
2818-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
2819-
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
2816+
eslint-plugin-react@^7.33.1:
2817+
version "7.33.1"
2818+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab"
2819+
integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==
28202820
dependencies:
28212821
array-includes "^3.1.6"
28222822
array.prototype.flatmap "^1.3.1"
@@ -2831,7 +2831,7 @@ eslint-plugin-react@^7.32.2:
28312831
object.values "^1.1.6"
28322832
prop-types "^15.8.1"
28332833
resolve "^2.0.0-next.4"
2834-
semver "^6.3.0"
2834+
semver "^6.3.1"
28352835
string.prototype.matchall "^4.0.8"
28362836

28372837
eslint-scope@^5.1.1:

0 commit comments

Comments
 (0)