Skip to content

Commit 78779ff

Browse files
fix(deps): update dependency eslint-plugin-react to ^7.29.2 (#34988)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 574e04b commit 78779ff

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-graphql": "^4.0.0",
6767
"eslint-plugin-import": "^2.25.4",
6868
"eslint-plugin-jsx-a11y": "^6.5.1",
69-
"eslint-plugin-react": "^7.28.0",
69+
"eslint-plugin-react": "^7.29.2",
7070
"eslint-plugin-react-hooks": "^4.3.0",
7171
"eslint-webpack-plugin": "^2.6.0",
7272
"event-source-polyfill": "^1.0.25",

yarn.lock

+20-12
Original file line numberDiff line numberDiff line change
@@ -10021,22 +10021,22 @@ eslint-plugin-react-hooks@^4.3.0:
1002110021
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
1002210022
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
1002310023

10024-
eslint-plugin-react@^7.28.0:
10025-
version "7.28.0"
10026-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
10027-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
10024+
eslint-plugin-react@^7.28.0, eslint-plugin-react@^7.29.2:
10025+
version "7.29.2"
10026+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz#2d4da69d30d0a736efd30890dc6826f3e91f3f7c"
10027+
integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==
1002810028
dependencies:
1002910029
array-includes "^3.1.4"
1003010030
array.prototype.flatmap "^1.2.5"
1003110031
doctrine "^2.1.0"
1003210032
estraverse "^5.3.0"
1003310033
jsx-ast-utils "^2.4.1 || ^3.0.0"
10034-
minimatch "^3.0.4"
10034+
minimatch "^3.1.2"
1003510035
object.entries "^1.1.5"
1003610036
object.fromentries "^2.0.5"
1003710037
object.hasown "^1.1.0"
1003810038
object.values "^1.1.5"
10039-
prop-types "^15.7.2"
10039+
prop-types "^15.8.1"
1004010040
resolve "^2.0.0-next.3"
1004110041
semver "^6.3.0"
1004210042
string.prototype.matchall "^4.0.6"
@@ -16427,7 +16427,14 @@ mini-svg-data-uri@^1.4.3:
1642716427
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.3.tgz#43177b2e93766ba338931a3e2a84a3dfd3a222b8"
1642816428
integrity sha512-gSfqpMRC8IxghvMcxzzmMnWpXAChSA+vy4cia33RgerMS8Fex95akUyQZPbxJJmeBGiGmK7n/1OpUX8ksRjIdA==
1642916429

16430-
"minimatch@2 || 3", [email protected], minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
16430+
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.2:
16431+
version "3.1.2"
16432+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
16433+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
16434+
dependencies:
16435+
brace-expansion "^1.1.7"
16436+
16437+
1643116438
version "3.0.4"
1643216439
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
1643316440
dependencies:
@@ -19233,13 +19240,14 @@ promzard@^0.3.0:
1923319240
dependencies:
1923419241
read "1"
1923519242

19236-
prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
19237-
version "15.7.2"
19238-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
19243+
prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
19244+
version "15.8.1"
19245+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
19246+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
1923919247
dependencies:
1924019248
loose-envify "^1.4.0"
1924119249
object-assign "^4.1.1"
19242-
react-is "^16.8.1"
19250+
react-is "^16.13.1"
1924319251

1924419252
propagate@^2.0.0:
1924519253
version "2.0.1"
@@ -19603,7 +19611,7 @@ react-error-overlay@^6.0.9:
1960319611
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
1960419612
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
1960519613

19606-
react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
19614+
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.4, react-is@^16.8.6:
1960719615
version "16.13.1"
1960819616
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1960919617
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)