Skip to content

Commit ea4e37e

Browse files
authored
Update eslint-plugin-react to version 7.29.4
1 parent 802b047 commit ea4e37e

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-config-prettier": "^8.3.0",
8787
"eslint-plugin-import": "^2.25.4",
8888
"eslint-plugin-prettier": "^3.4.1",
89-
"eslint-plugin-react": "^7.28.0",
89+
"eslint-plugin-react": "^7.29.4",
9090
"eslint-plugin-react-hooks": "^4.3.0",
9191
"fastify": "^3.27.4",
9292
"gitpkg": "^1.0.0-beta.2",

yarn.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,22 +2819,22 @@ eslint-plugin-react-hooks@^4.3.0:
28192819
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
28202820
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
28212821

2822-
eslint-plugin-react@^7.28.0:
2823-
version "7.28.0"
2824-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
2825-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
2822+
eslint-plugin-react@^7.29.4:
2823+
version "7.29.4"
2824+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
2825+
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
28262826
dependencies:
28272827
array-includes "^3.1.4"
28282828
array.prototype.flatmap "^1.2.5"
28292829
doctrine "^2.1.0"
28302830
estraverse "^5.3.0"
28312831
jsx-ast-utils "^2.4.1 || ^3.0.0"
2832-
minimatch "^3.0.4"
2832+
minimatch "^3.1.2"
28332833
object.entries "^1.1.5"
28342834
object.fromentries "^2.0.5"
28352835
object.hasown "^1.1.0"
28362836
object.values "^1.1.5"
2837-
prop-types "^15.7.2"
2837+
prop-types "^15.8.1"
28382838
resolve "^2.0.0-next.3"
28392839
semver "^6.3.0"
28402840
string.prototype.matchall "^4.0.6"
@@ -5030,6 +5030,13 @@ minimatch@^3.0.4:
50305030
dependencies:
50315031
brace-expansion "^1.1.7"
50325032

5033+
minimatch@^3.1.2:
5034+
version "3.1.2"
5035+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
5036+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
5037+
dependencies:
5038+
brace-expansion "^1.1.7"
5039+
50335040
minimist@^1.2.0, minimist@^1.2.5:
50345041
version "1.2.5"
50355042
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -5633,14 +5640,14 @@ prompts@^2.0.1:
56335640
kleur "^3.0.3"
56345641
sisteransi "^1.0.5"
56355642

5636-
prop-types@^15.7.2:
5637-
version "15.7.2"
5638-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
5639-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
5643+
prop-types@^15.8.1:
5644+
version "15.8.1"
5645+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
5646+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
56405647
dependencies:
56415648
loose-envify "^1.4.0"
56425649
object-assign "^4.1.1"
5643-
react-is "^16.8.1"
5650+
react-is "^16.13.1"
56445651

56455652
proper-lockfile@^4.1.1:
56465653
version "4.1.2"
@@ -5739,7 +5746,7 @@ react-dom@*, [email protected]:
57395746
object-assign "^4.1.1"
57405747
scheduler "0.0.0-experimental-4ead6b530"
57415748

5742-
react-is@^16.8.1:
5749+
react-is@^16.13.1:
57435750
version "16.13.1"
57445751
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
57455752
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)