Skip to content

Commit 6a495ce

Browse files
authored
Merge pull request #222 from Rubix982/dependabot/npm_and_yarn/eslint-plugin-react-7.29.4
build(deps-dev): bump eslint-plugin-react from 7.27.0 to 7.29.4
2 parents 481b451 + f76d0fa commit 6a495ce

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-prettier": "^8.3.0",
3131
"eslint-plugin-import": "^2.26.0",
3232
"eslint-plugin-prettier": "^4.0.0",
33-
"eslint-plugin-react": "^7.27.0",
33+
"eslint-plugin-react": "^7.29.4",
3434
"eslint-plugin-react-hooks": "^4.3.0",
3535
"husky": "^7.0.4",
3636
"webpack-cli": "^4.9.2"

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -661,22 +661,22 @@ eslint-plugin-react-hooks@^4.3.0:
661661
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
662662
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
663663

664-
eslint-plugin-react@^7.27.0:
665-
version "7.27.0"
666-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124"
667-
integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==
664+
eslint-plugin-react@^7.29.4:
665+
version "7.29.4"
666+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
667+
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
668668
dependencies:
669669
array-includes "^3.1.4"
670670
array.prototype.flatmap "^1.2.5"
671671
doctrine "^2.1.0"
672672
estraverse "^5.3.0"
673673
jsx-ast-utils "^2.4.1 || ^3.0.0"
674-
minimatch "^3.0.4"
674+
minimatch "^3.1.2"
675675
object.entries "^1.1.5"
676676
object.fromentries "^2.0.5"
677677
object.hasown "^1.1.0"
678678
object.values "^1.1.5"
679-
prop-types "^15.7.2"
679+
prop-types "^15.8.1"
680680
resolve "^2.0.0-next.3"
681681
semver "^6.3.0"
682682
string.prototype.matchall "^4.0.6"
@@ -1658,14 +1658,14 @@ progress@^2.0.0:
16581658
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
16591659
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
16601660

1661-
prop-types@^15.7.2:
1662-
version "15.7.2"
1663-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1664-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
1661+
prop-types@^15.8.1:
1662+
version "15.8.1"
1663+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1664+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
16651665
dependencies:
16661666
loose-envify "^1.4.0"
16671667
object-assign "^4.1.1"
1668-
react-is "^16.8.1"
1668+
react-is "^16.13.1"
16691669

16701670
punycode@^2.1.0:
16711671
version "2.1.1"
@@ -1677,7 +1677,7 @@ queue-microtask@^1.2.2:
16771677
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3"
16781678
integrity sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==
16791679

1680-
react-is@^16.8.1:
1680+
react-is@^16.13.1:
16811681
version "16.13.1"
16821682
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
16831683
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)