Skip to content

Commit 4198f49

Browse files
committed
chore(deps): update dependency @testing-library/react-hooks to v5
1 parent 88e10b2 commit 4198f49

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@rollup/plugin-node-resolve": "11.0.1",
5959
"@testing-library/jest-dom": "5.11.8",
6060
"@testing-library/react": "11.2.2",
61-
"@testing-library/react-hooks": "4.0.0",
61+
"@testing-library/react-hooks": "5.0.0",
6262
"@types/jest": "26.0.19",
6363
"@types/node": "12.19.11",
6464
"@types/react": "17.0.0",

yarn.lock

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -556,14 +556,17 @@
556556
lodash "^4.17.15"
557557
redent "^3.0.0"
558558

559-
"@testing-library/react-hooks@4.0.0":
560-
version "4.0.0"
561-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz#5bb4caa5814690cfc3e385ffaaf2ca4d54a8d08e"
562-
integrity sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw==
559+
"@testing-library/react-hooks@5.0.0":
560+
version "5.0.0"
561+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.0.0.tgz#994af047a94c7ed04b34920f70b3fd017e9976cd"
562+
integrity sha512-c/wvcz/Set+KOvbi07EQO7tujsUIp5HnNAygJoSpMTVkIDcp7JtSemhjRDg1WL6Qsw076inWobTKCepK3mgi8A==
563563
dependencies:
564564
"@babel/runtime" "^7.12.5"
565565
"@types/react" ">=16.9.0"
566+
"@types/react-dom" ">=16.9.0"
566567
"@types/react-test-renderer" ">=16.9.0"
568+
filter-console "^0.1.1"
569+
react-error-boundary "^3.1.0"
567570

568571
"@testing-library/react@11.2.2":
569572
version "11.2.2"
@@ -685,7 +688,7 @@
685688
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
686689
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
687690

688-
"@types/react-dom@17.0.0":
691+
"@types/react-dom@17.0.0", "@types/react-dom@>=16.9.0":
689692
version "17.0.0"
690693
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
691694
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
@@ -1636,6 +1639,11 @@ fill-range@^7.0.1:
16361639
dependencies:
16371640
to-regex-range "^5.0.1"
16381641

1642+
filter-console@^0.1.1:
1643+
version "0.1.1"
1644+
resolved "https://registry.yarnpkg.com/filter-console/-/filter-console-0.1.1.tgz#6242be28982bba7415bcc6db74a79f4a294fa67c"
1645+
integrity sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==
1646+
16391647
find-cache-dir@^3.3.1:
16401648
version "3.3.1"
16411649
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
@@ -3191,6 +3199,13 @@ react-dom@17.0.1:
31913199
object-assign "^4.1.1"
31923200
scheduler "^0.20.1"
31933201

3202+
react-error-boundary@^3.1.0:
3203+
version "3.1.0"
3204+
resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.0.tgz#9487443df2f9ba1db90d8ab52351814907ea4af3"
3205+
integrity sha512-lmPrdi5SLRJR+AeJkqdkGlW/CRkAUvZnETahK58J4xb5wpbfDngasEGu+w0T1iXEhVrYBJZeW+c4V1hILCnMWQ==
3206+
dependencies:
3207+
"@babel/runtime" "^7.12.5"
3208+
31943209
"react-is@^16.12.0 || ^17.0.0", react-is@^17.0.1:
31953210
version "17.0.1"
31963211
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"

0 commit comments

Comments
 (0)