Skip to content

Commit 1228b81

Browse files
committed
Update dependency eslint-plugin-react to v7.33.2
1 parent 041d40f commit 1228b81

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-config-react-app": "6.0.0",
2929
"eslint-plugin-import": "2.29.1",
3030
"eslint-plugin-jsx-a11y": "6.8.0",
31-
"eslint-plugin-react": "7.31.11",
31+
"eslint-plugin-react": "7.33.2",
3232
"eslint-plugin-react-hooks": "4.6.0",
3333
"jest": "26.6.3",
3434
"jest-dom": "4.0.0",

yarn.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8127,7 +8127,7 @@ es-get-iterator@^1.0.2:
81278127
is-string "^1.0.5"
81288128
isarray "^2.0.5"
81298129

8130-
es-iterator-helpers@^1.0.15:
8130+
es-iterator-helpers@^1.0.12, es-iterator-helpers@^1.0.15:
81318131
version "1.0.15"
81328132
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz#bd81d275ac766431d19305923707c3efd9f1ae40"
81338133
integrity sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==
@@ -8314,15 +8314,16 @@ [email protected]:
83148314
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
83158315
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
83168316

8317-
eslint-plugin-react@7.31.11:
8318-
version "7.31.11"
8319-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
8320-
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
8317+
eslint-plugin-react@7.33.2:
8318+
version "7.33.2"
8319+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
8320+
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
83218321
dependencies:
83228322
array-includes "^3.1.6"
83238323
array.prototype.flatmap "^1.3.1"
83248324
array.prototype.tosorted "^1.1.1"
83258325
doctrine "^2.1.0"
8326+
es-iterator-helpers "^1.0.12"
83268327
estraverse "^5.3.0"
83278328
jsx-ast-utils "^2.4.1 || ^3.0.0"
83288329
minimatch "^3.1.2"
@@ -8331,8 +8332,8 @@ [email protected]:
83318332
object.hasown "^1.1.2"
83328333
object.values "^1.1.6"
83338334
prop-types "^15.8.1"
8334-
resolve "^2.0.0-next.3"
8335-
semver "^6.3.0"
8335+
resolve "^2.0.0-next.4"
8336+
semver "^6.3.1"
83368337
string.prototype.matchall "^4.0.8"
83378338

83388339
[email protected], eslint-scope@^5.1.1:
@@ -14888,13 +14889,14 @@ resolve@^1.22.4:
1488814889
path-parse "^1.0.7"
1488914890
supports-preserve-symlinks-flag "^1.0.0"
1489014891

14891-
resolve@^2.0.0-next.3:
14892-
version "2.0.0-next.3"
14893-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
14894-
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
14892+
resolve@^2.0.0-next.4:
14893+
version "2.0.0-next.5"
14894+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
14895+
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
1489514896
dependencies:
14896-
is-core-module "^2.2.0"
14897-
path-parse "^1.0.6"
14897+
is-core-module "^2.13.0"
14898+
path-parse "^1.0.7"
14899+
supports-preserve-symlinks-flag "^1.0.0"
1489814900

1489914901
restore-cursor@^2.0.0:
1490014902
version "2.0.0"

0 commit comments

Comments
 (0)