Skip to content

Commit fffd068

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.29.2
1 parent c2e6f4b commit fffd068

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-config-react-app": "6.0.0",
9797
"eslint-plugin-flowtype": "5.10.0",
9898
"eslint-plugin-jsx-a11y": "6.5.1",
99-
"eslint-plugin-react": "7.28.0",
99+
"eslint-plugin-react": "7.29.2",
100100
"eslint-plugin-react-hooks": "4.3.0",
101101
"eslint-plugin-testing-library": "4.12.4",
102102
"prettier": "2.5.1"

yarn.lock

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11364,22 +11364,22 @@ eslint-plugin-react-hooks@^4.2.0:
1136411364
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1136511365
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1136611366

11367-
eslint-plugin-react@7.28.0:
11368-
version "7.28.0"
11369-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
11370-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
11367+
eslint-plugin-react@7.29.2:
11368+
version "7.29.2"
11369+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz#2d4da69d30d0a736efd30890dc6826f3e91f3f7c"
11370+
integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==
1137111371
dependencies:
1137211372
array-includes "^3.1.4"
1137311373
array.prototype.flatmap "^1.2.5"
1137411374
doctrine "^2.1.0"
1137511375
estraverse "^5.3.0"
1137611376
jsx-ast-utils "^2.4.1 || ^3.0.0"
11377-
minimatch "^3.0.4"
11377+
minimatch "^3.1.2"
1137811378
object.entries "^1.1.5"
1137911379
object.fromentries "^2.0.5"
1138011380
object.hasown "^1.1.0"
1138111381
object.values "^1.1.5"
11382-
prop-types "^15.7.2"
11382+
prop-types "^15.8.1"
1138311383
resolve "^2.0.0-next.3"
1138411384
semver "^6.3.0"
1138511385
string.prototype.matchall "^4.0.6"
@@ -16922,6 +16922,13 @@ [email protected], minimatch@^3.0.4:
1692216922
dependencies:
1692316923
brace-expansion "^1.1.7"
1692416924

16925+
minimatch@^3.1.2:
16926+
version "3.1.2"
16927+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
16928+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
16929+
dependencies:
16930+
brace-expansion "^1.1.7"
16931+
1692516932
minimist-options@^4.0.2:
1692616933
version "4.1.0"
1692716934
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -19525,6 +19532,15 @@ [email protected], prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
1952519532
object-assign "^4.1.1"
1952619533
react-is "^16.8.1"
1952719534

19535+
prop-types@^15.8.1:
19536+
version "15.8.1"
19537+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
19538+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
19539+
dependencies:
19540+
loose-envify "^1.4.0"
19541+
object-assign "^4.1.1"
19542+
react-is "^16.13.1"
19543+
1952819544
1952919545
version "6.10.2"
1953019546
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.2.tgz#b9cb6bd8ec8f87514592ba3fdfd28e93f33a469b"
@@ -19922,7 +19938,7 @@ [email protected]:
1992219938
dependencies:
1992319939
hotkeys-js "3.8.7"
1992419940

19925-
react-is@^16.10.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
19941+
react-is@^16.10.2, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
1992619942
version "16.13.1"
1992719943
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1992819944
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)