Skip to content

Commit b8f00b0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.29.0
1 parent 511e452 commit b8f00b0

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-import": "2.25.4",
4040
"eslint-plugin-json": "3.1.0",
4141
"eslint-plugin-jsx-a11y": "6.5.1",
42-
"eslint-plugin-react": "7.28.0",
42+
"eslint-plugin-react": "7.29.0",
4343
"eslint-plugin-react-hooks": "4.3.0",
4444
"jest": "27.5.1",
4545
"metro-react-native-babel-preset": "0.68.0",

yarn.lock

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9982,22 +9982,22 @@ eslint-plugin-react-hooks@^1.7.0:
99829982
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
99839983
integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==
99849984

9985-
eslint-plugin-react@7.28.0:
9986-
version "7.28.0"
9987-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
9988-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
9985+
eslint-plugin-react@7.29.0:
9986+
version "7.29.0"
9987+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.0.tgz#51921b7e9b706398e3002cb07ff1654a5d0a78a4"
9988+
integrity sha512-lwbGCO4cEotwl+Wo0zkkjzbhxEzFcG6lv4mpWXfxKzXNZMF5wDEQqykPetB4mi3uTLGVSXxmgVlBMzHTHue6cA==
99899989
dependencies:
99909990
array-includes "^3.1.4"
99919991
array.prototype.flatmap "^1.2.5"
99929992
doctrine "^2.1.0"
99939993
estraverse "^5.3.0"
99949994
jsx-ast-utils "^2.4.1 || ^3.0.0"
9995-
minimatch "^3.0.4"
9995+
minimatch "^3.1.2"
99969996
object.entries "^1.1.5"
99979997
object.fromentries "^2.0.5"
99989998
object.hasown "^1.1.0"
99999999
object.values "^1.1.5"
10000-
prop-types "^15.7.2"
10000+
prop-types "^15.8.1"
1000110001
resolve "^2.0.0-next.3"
1000210002
semver "^6.3.0"
1000310003
string.prototype.matchall "^4.0.6"
@@ -16077,6 +16077,13 @@ minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
1607716077
dependencies:
1607816078
brace-expansion "^1.1.7"
1607916079

16080+
minimatch@^3.1.2:
16081+
version "3.1.2"
16082+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
16083+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
16084+
dependencies:
16085+
brace-expansion "^1.1.7"
16086+
1608016087
minimist-options@4.1.0:
1608116088
version "4.1.0"
1608216089
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -18285,6 +18292,15 @@ prop-types@15.7.2, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6,
1828518292
object-assign "^4.1.1"
1828618293
react-is "^16.8.1"
1828718294

18295+
prop-types@^15.8.1:
18296+
version "15.8.1"
18297+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
18298+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
18299+
dependencies:
18300+
loose-envify "^1.4.0"
18301+
object-assign "^4.1.1"
18302+
react-is "^16.13.1"
18303+
1828818304
property-information@^5.0.0, property-information@^5.0.1:
1828918305
version "5.2.2"
1829018306
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.2.2.tgz#20555eafd2296278a682e5a51d5123e7878ecc30"
@@ -18801,16 +18817,16 @@ react-hot-loader@^4.8.4:
1880118817
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
1880218818
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
1880318819

18820+
react-is@^16.13.1, react-is@^16.8.1:
18821+
version "16.13.1"
18822+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
18823+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
18824+
1880418825
react-is@^16.6.0, react-is@^16.7.0:
1880518826
version "16.8.6"
1880618827
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
1880718828
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
1880818829

18809-
react-is@^16.8.1:
18810-
version "16.13.1"
18811-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
18812-
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
18813-
1881418830
react-is@^17.0.2:
1881518831
version "17.0.2"
1881618832
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"

0 commit comments

Comments
 (0)