Skip to content

Commit b744b3e

Browse files
build(deps-dev): bump eslint-plugin-react in /demos/moderator (#731)
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 c5358bc commit b744b3e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-import": "2.28.0",
3636
"eslint-plugin-json": "3.1.0",
3737
"eslint-plugin-prettier": "4.2.1",
38-
"eslint-plugin-react": "7.32.2",
38+
"eslint-plugin-react": "7.33.1",
3939
"jest-cli": "29.6.2",
4040
"node-sass": "8.0.0",
4141
"npm-run-all": "4.1.5",

demos/moderator/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5550,10 +5550,10 @@ [email protected]:
55505550
dependencies:
55515551
prettier-linter-helpers "^1.0.0"
55525552

5553-
eslint-plugin-react@7.32.2:
5554-
version "7.32.2"
5555-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
5556-
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
5553+
eslint-plugin-react@7.33.1:
5554+
version "7.33.1"
5555+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab"
5556+
integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==
55575557
dependencies:
55585558
array-includes "^3.1.6"
55595559
array.prototype.flatmap "^1.3.1"
@@ -5568,7 +5568,7 @@ [email protected]:
55685568
object.values "^1.1.6"
55695569
prop-types "^15.8.1"
55705570
resolve "^2.0.0-next.4"
5571-
semver "^6.3.0"
5571+
semver "^6.3.1"
55725572
string.prototype.matchall "^4.0.8"
55735573

55745574
eslint-scope@^7.0.0, eslint-scope@^7.2.2:

0 commit comments

Comments
 (0)