Skip to content

Commit 5c89e48

Browse files
Update dependency eslint-plugin-react to v7.34.3
1 parent 7c1f94d commit 5c89e48

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
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"eslint": "8.57.0",
2323
"eslint-plugin-ghost": "3.4.0",
24-
"eslint-plugin-react": "7.34.2",
24+
"eslint-plugin-react": "7.34.3",
2525
"lerna": "6.6.2",
2626
"mocha": "10.4.0",
2727
"should": "13.2.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,7 +3384,7 @@ array.prototype.toreversed@^1.1.2:
33843384
es-abstract "^1.22.1"
33853385
es-shim-unscopables "^1.0.0"
33863386

3387-
array.prototype.tosorted@^1.1.3:
3387+
array.prototype.tosorted@^1.1.4:
33883388
version "1.1.4"
33893389
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
33903390
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
@@ -5136,16 +5136,16 @@ [email protected]:
51365136
resolve "^1.22.2"
51375137
semver "^7.5.3"
51385138

5139-
5140-
version "7.34.2"
5141-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
5142-
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
5139+
5140+
version "7.34.3"
5141+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
5142+
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
51435143
dependencies:
51445144
array-includes "^3.1.8"
51455145
array.prototype.findlast "^1.2.5"
51465146
array.prototype.flatmap "^1.3.2"
51475147
array.prototype.toreversed "^1.1.2"
5148-
array.prototype.tosorted "^1.1.3"
5148+
array.prototype.tosorted "^1.1.4"
51495149
doctrine "^2.1.0"
51505150
es-iterator-helpers "^1.0.19"
51515151
estraverse "^5.3.0"

0 commit comments

Comments
 (0)