Skip to content

Commit 8121f19

Browse files
authored
chore(deps): update dependency @testing-library/react-hooks to v7
2 parents f3cbcf2 + 04e5135 commit 8121f19

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

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": "13.0.0",
5959
"@testing-library/jest-dom": "5.12.0",
6060
"@testing-library/react": "11.2.7",
61-
"@testing-library/react-hooks": "5.1.3",
61+
"@testing-library/react-hooks": "7.0.0",
6262
"@types/jest": "26.0.23",
6363
"@types/node": "14.17.3",
6464
"@types/react": "17.0.8",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -564,16 +564,15 @@
564564
lodash "^4.17.15"
565565
redent "^3.0.0"
566566

567-
"@testing-library/react-hooks@5.1.3":
568-
version "5.1.3"
569-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.3.tgz#f722cc526025be2c16966a9a081edf47a2528721"
570-
integrity sha512-UdEUtlQapQ579NEcXDAUE275u+KUsPtxW7NmFrNt0bE6lW8lqNCyxDK0RSuECmNZ/S0/fgP00W9RWRhVKO/hRg==
567+
"@testing-library/react-hooks@7.0.0":
568+
version "7.0.0"
569+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b"
570+
integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ==
571571
dependencies:
572572
"@babel/runtime" "^7.12.5"
573573
"@types/react" ">=16.9.0"
574574
"@types/react-dom" ">=16.9.0"
575575
"@types/react-test-renderer" ">=16.9.0"
576-
filter-console "^0.1.1"
577576
react-error-boundary "^3.1.0"
578577

579578
"@testing-library/react@11.2.7":
@@ -1643,11 +1642,6 @@ fill-range@^7.0.1:
16431642
dependencies:
16441643
to-regex-range "^5.0.1"
16451644

1646-
filter-console@^0.1.1:
1647-
version "0.1.1"
1648-
resolved "https://registry.yarnpkg.com/filter-console/-/filter-console-0.1.1.tgz#6242be28982bba7415bcc6db74a79f4a294fa67c"
1649-
integrity sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==
1650-
16511645
find-cache-dir@^3.3.1:
16521646
version "3.3.1"
16531647
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"

0 commit comments

Comments
 (0)