Skip to content

Commit 675593e

Browse files
Bump eslint-plugin-react from 7.34.4 to 7.35.0 in /demos/moderator (#1169)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.4 to 7.35.0. - [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.34.4...v7.35.0) --- 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 8221d27 commit 675593e

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
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.29.1",
3636
"eslint-plugin-json": "4.0.0",
3737
"eslint-plugin-prettier": "5.2.1",
38-
"eslint-plugin-react": "7.34.4",
38+
"eslint-plugin-react": "7.35.0",
3939
"jest-cli": "29.7.0",
4040
"node-sass": "9.0.0",
4141
"npm-run-all": "4.1.5",

demos/moderator/yarn.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,16 +3190,6 @@ array.prototype.flatmap@^1.3.2:
31903190
es-abstract "^1.22.1"
31913191
es-shim-unscopables "^1.0.0"
31923192

3193-
array.prototype.toreversed@^1.1.2:
3194-
version "1.1.2"
3195-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
3196-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
3197-
dependencies:
3198-
call-bind "^1.0.2"
3199-
define-properties "^1.2.0"
3200-
es-abstract "^1.22.1"
3201-
es-shim-unscopables "^1.0.0"
3202-
32033193
array.prototype.tosorted@^1.1.4:
32043194
version "1.1.4"
32053195
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -5902,15 +5892,14 @@ [email protected]:
59025892
prettier-linter-helpers "^1.0.0"
59035893
synckit "^0.9.1"
59045894

5905-
eslint-plugin-react@7.34.4:
5906-
version "7.34.4"
5907-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
5908-
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
5895+
eslint-plugin-react@7.35.0:
5896+
version "7.35.0"
5897+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
5898+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
59095899
dependencies:
59105900
array-includes "^3.1.8"
59115901
array.prototype.findlast "^1.2.5"
59125902
array.prototype.flatmap "^1.3.2"
5913-
array.prototype.toreversed "^1.1.2"
59145903
array.prototype.tosorted "^1.1.4"
59155904
doctrine "^2.1.0"
59165905
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)