Skip to content

Commit bf2a996

Browse files
committed
Update dependency eslint-plugin-react to v7.34.3
1 parent d3001ab commit bf2a996

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.2"
38+
"eslint-plugin-react": "7.34.3"
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.90",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,7 +3079,7 @@ array.prototype.toreversed@^1.1.2:
30793079
es-abstract "^1.22.1"
30803080
es-shim-unscopables "^1.0.0"
30813081

3082-
array.prototype.tosorted@^1.1.3:
3082+
array.prototype.tosorted@^1.1.4:
30833083
version "1.1.4"
30843084
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
30853085
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
@@ -5396,16 +5396,16 @@ eslint-plugin-react-hooks@^4.6.0:
53965396
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
53975397
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
53985398

5399-
[email protected].2, eslint-plugin-react@^7.30.1:
5400-
version "7.34.2"
5401-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
5402-
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
5399+
[email protected].3, eslint-plugin-react@^7.30.1:
5400+
version "7.34.3"
5401+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
5402+
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
54035403
dependencies:
54045404
array-includes "^3.1.8"
54055405
array.prototype.findlast "^1.2.5"
54065406
array.prototype.flatmap "^1.3.2"
54075407
array.prototype.toreversed "^1.1.2"
5408-
array.prototype.tosorted "^1.1.3"
5408+
array.prototype.tosorted "^1.1.4"
54095409
doctrine "^2.1.0"
54105410
es-iterator-helpers "^1.0.19"
54115411
estraverse "^5.3.0"

0 commit comments

Comments
 (0)