Skip to content

Commit c225449

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.35.0
1 parent a536692 commit c225449

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
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"eslint-config-txo-typescript": "^4.0.64",
3232
"eslint-plugin-jsx-a11y": "^6.9.0",
33-
"eslint-plugin-react": "^7.34.4",
33+
"eslint-plugin-react": "^7.35.0",
3434
"eslint-plugin-react-hooks": "^4.6.2"
3535
},
3636
"devDependencies": {

yarn.lock

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

1904-
array.prototype.toreversed@^1.1.2:
1905-
version "1.1.2"
1906-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
1907-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
1908-
dependencies:
1909-
call-bind "^1.0.2"
1910-
define-properties "^1.2.0"
1911-
es-abstract "^1.22.1"
1912-
es-shim-unscopables "^1.0.0"
1913-
19141904
array.prototype.tosorted@^1.1.4:
19151905
version "1.1.4"
19161906
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -3218,15 +3208,14 @@ eslint-plugin-react-hooks@^4.6.2:
32183208
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
32193209
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
32203210

3221-
eslint-plugin-react@^7.34.4:
3222-
version "7.34.4"
3223-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
3224-
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
3211+
eslint-plugin-react@^7.35.0:
3212+
version "7.35.0"
3213+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
3214+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
32253215
dependencies:
32263216
array-includes "^3.1.8"
32273217
array.prototype.findlast "^1.2.5"
32283218
array.prototype.flatmap "^1.3.2"
3229-
array.prototype.toreversed "^1.1.2"
32303219
array.prototype.tosorted "^1.1.4"
32313220
doctrine "^2.1.0"
32323221
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)