Skip to content

Commit 30a7a9b

Browse files
Update dependency eslint-plugin-react to v7.35.0
1 parent 3f04472 commit 30a7a9b

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"eslint": "8.57.0",
9999
"eslint-config-prettier": "9.1.0",
100100
"eslint-plugin-jest": "28.6.0",
101-
"eslint-plugin-react": "7.34.4",
101+
"eslint-plugin-react": "7.35.0",
102102
"i18next-conv": "14.1.0",
103103
"i18next-scanner": "4.5.0",
104104
"jest": "29.7.0",

yarn.lock

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

2780-
array.prototype.toreversed@^1.1.2:
2781-
version "1.1.2"
2782-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
2783-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
2784-
dependencies:
2785-
call-bind "^1.0.2"
2786-
define-properties "^1.2.0"
2787-
es-abstract "^1.22.1"
2788-
es-shim-unscopables "^1.0.0"
2789-
27902780
array.prototype.tosorted@^1.1.4:
27912781
version "1.1.4"
27922782
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -4441,15 +4431,14 @@ [email protected]:
44414431
dependencies:
44424432
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
44434433

4444-
eslint-plugin-react@7.34.4:
4445-
version "7.34.4"
4446-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
4447-
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
4434+
eslint-plugin-react@7.35.0:
4435+
version "7.35.0"
4436+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
4437+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
44484438
dependencies:
44494439
array-includes "^3.1.8"
44504440
array.prototype.findlast "^1.2.5"
44514441
array.prototype.flatmap "^1.3.2"
4452-
array.prototype.toreversed "^1.1.2"
44534442
array.prototype.tosorted "^1.1.4"
44544443
doctrine "^2.1.0"
44554444
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)