Skip to content

Commit d1af452

Browse files
authored
Merge pull request #320 from gadget-inc/depfu/update/yarn/eslint-plugin-react-7.29.4
Update eslint-plugin-react: 7.28.0 → 7.29.4 (minor)
2 parents de5c76d + ea4e37e commit d1af452

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.5.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
@@ -2824,22 +2824,22 @@ eslint-plugin-react-hooks@^4.3.0:
28242824
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
28252825
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
28262826

2827-
eslint-plugin-react@^7.28.0:
2828-
version "7.28.0"
2829-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
2830-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
2827+
eslint-plugin-react@^7.29.4:
2828+
version "7.29.4"
2829+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
2830+
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
28312831
dependencies:
28322832
array-includes "^3.1.4"
28332833
array.prototype.flatmap "^1.2.5"
28342834
doctrine "^2.1.0"
28352835
estraverse "^5.3.0"
28362836
jsx-ast-utils "^2.4.1 || ^3.0.0"
2837-
minimatch "^3.0.4"
2837+
minimatch "^3.1.2"
28382838
object.entries "^1.1.5"
28392839
object.fromentries "^2.0.5"
28402840
object.hasown "^1.1.0"
28412841
object.values "^1.1.5"
2842-
prop-types "^15.7.2"
2842+
prop-types "^15.8.1"
28432843
resolve "^2.0.0-next.3"
28442844
semver "^6.3.0"
28452845
string.prototype.matchall "^4.0.6"
@@ -5035,6 +5035,13 @@ minimatch@^3.0.4:
50355035
dependencies:
50365036
brace-expansion "^1.1.7"
50375037

5038+
minimatch@^3.1.2:
5039+
version "3.1.2"
5040+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
5041+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
5042+
dependencies:
5043+
brace-expansion "^1.1.7"
5044+
50385045
minimist@^1.2.0, minimist@^1.2.5:
50395046
version "1.2.5"
50405047
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -5652,14 +5659,14 @@ prompts@^2.0.1:
56525659
kleur "^3.0.3"
56535660
sisteransi "^1.0.5"
56545661

5655-
prop-types@^15.7.2:
5656-
version "15.7.2"
5657-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
5658-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
5662+
prop-types@^15.8.1:
5663+
version "15.8.1"
5664+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
5665+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
56595666
dependencies:
56605667
loose-envify "^1.4.0"
56615668
object-assign "^4.1.1"
5662-
react-is "^16.8.1"
5669+
react-is "^16.13.1"
56635670

56645671
56655672
version "4.1.2"
@@ -5758,7 +5765,7 @@ react-dom@*, [email protected]:
57585765
object-assign "^4.1.1"
57595766
scheduler "0.0.0-experimental-4ead6b530"
57605767

5761-
react-is@^16.8.1:
5768+
react-is@^16.13.1:
57625769
version "16.13.1"
57635770
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
57645771
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)