Skip to content

Commit d7a4498

Browse files
committed
Update dependency eslint-plugin-react to v7.35.0
1 parent 2cb4a2e commit d7a4498

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
@@ -35,7 +35,7 @@
3535
"babel-eslint": "10.1.0",
3636
"eslint": "8.57.0",
3737
"eslint-plugin-ghost": "3.4.0",
38-
"eslint-plugin-react": "7.34.4"
38+
"eslint-plugin-react": "7.35.0"
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.90",

yarn.lock

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

3072-
array.prototype.toreversed@^1.1.2:
3073-
version "1.1.2"
3074-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
3075-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
3076-
dependencies:
3077-
call-bind "^1.0.2"
3078-
define-properties "^1.2.0"
3079-
es-abstract "^1.22.1"
3080-
es-shim-unscopables "^1.0.0"
3081-
30823072
array.prototype.tosorted@^1.1.4:
30833073
version "1.1.4"
30843074
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -5430,15 +5420,14 @@ eslint-plugin-react-hooks@^4.6.0:
54305420
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
54315421
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
54325422

5433-
eslint-plugin-react@7.34.4, eslint-plugin-react@^7.30.1:
5434-
version "7.34.4"
5435-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
5436-
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
5423+
eslint-plugin-react@7.35.0, eslint-plugin-react@^7.30.1:
5424+
version "7.35.0"
5425+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
5426+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
54375427
dependencies:
54385428
array-includes "^3.1.8"
54395429
array.prototype.findlast "^1.2.5"
54405430
array.prototype.flatmap "^1.3.2"
5441-
array.prototype.toreversed "^1.1.2"
54425431
array.prototype.tosorted "^1.1.4"
54435432
doctrine "^2.1.0"
54445433
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)