Skip to content

Commit 6a92f20

Browse files
renovate-botmergify[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.29.0
1 parent 021bbd8 commit 6a92f20

2 files changed

Lines changed: 24 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-import": "2.25.4",
6565
"eslint-plugin-node": "11.1.0",
6666
"eslint-plugin-promise": "6.0.0",
67-
"eslint-plugin-react": "7.28.0",
67+
"eslint-plugin-react": "7.29.0",
6868
"husky": "7.0.4",
6969
"prettier": "2.5.1",
7070
"typescript": "4.5.5"

yarn.lock

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5455,22 +5455,22 @@ eslint-plugin-promise@6.0.0:
54555455
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
54565456
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
54575457

5458-
eslint-plugin-react@7.28.0:
5459-
version "7.28.0"
5460-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
5461-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
5458+
eslint-plugin-react@7.29.0:
5459+
version "7.29.0"
5460+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.0.tgz#51921b7e9b706398e3002cb07ff1654a5d0a78a4"
5461+
integrity sha512-lwbGCO4cEotwl+Wo0zkkjzbhxEzFcG6lv4mpWXfxKzXNZMF5wDEQqykPetB4mi3uTLGVSXxmgVlBMzHTHue6cA==
54625462
dependencies:
54635463
array-includes "^3.1.4"
54645464
array.prototype.flatmap "^1.2.5"
54655465
doctrine "^2.1.0"
54665466
estraverse "^5.3.0"
54675467
jsx-ast-utils "^2.4.1 || ^3.0.0"
5468-
minimatch "^3.0.4"
5468+
minimatch "^3.1.2"
54695469
object.entries "^1.1.5"
54705470
object.fromentries "^2.0.5"
54715471
object.hasown "^1.1.0"
54725472
object.values "^1.1.5"
5473-
prop-types "^15.7.2"
5473+
prop-types "^15.8.1"
54745474
resolve "^2.0.0-next.3"
54755475
semver "^6.3.0"
54765476
string.prototype.matchall "^4.0.6"
@@ -8177,6 +8177,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
81778177
dependencies:
81788178
brace-expansion "^1.1.7"
81798179

8180+
minimatch@^3.1.2:
8181+
version "3.1.2"
8182+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8183+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8184+
dependencies:
8185+
brace-expansion "^1.1.7"
8186+
81808187
minimist@^1.2.0, minimist@^1.2.5:
81818188
version "1.2.5"
81828189
resolved "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -9347,6 +9354,15 @@ prop-types@^15.5.0, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
93479354
object-assign "^4.1.1"
93489355
react-is "^16.8.1"
93499356

9357+
prop-types@^15.8.1:
9358+
version "15.8.1"
9359+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
9360+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
9361+
dependencies:
9362+
loose-envify "^1.4.0"
9363+
object-assign "^4.1.1"
9364+
react-is "^16.13.1"
9365+
93509366
property-information@^5.0.0, property-information@^5.3.0:
93519367
version "5.6.0"
93529368
resolved "https://registry.npm.taobao.org/property-information/download/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
@@ -10073,7 +10089,7 @@ react-helmet@^6.1.0:
1007310089
react-fast-compare "^3.1.1"
1007410090
react-side-effect "^2.1.0"
1007510091

10076-
react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
10092+
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
1007710093
version "16.13.1"
1007810094
resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz?cache=0&sync_timestamp=1603367952869&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-is%2Fdownload%2Freact-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1007910095
integrity sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=

0 commit comments

Comments
 (0)