From 13d60031903bd62164962269f66d504f180ae7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:10:02 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react-hooks from 5.1.2 to 7.0.0 (#958) Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 5.1.2 to 7.0.0. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.2...v7.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/circuit-ui/package.json | 2 +- yarn.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 5fe2be7c7d..9953bb61c9 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -64,7 +64,7 @@ "@testing-library/dom": "^7.27.1", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.0", - "@testing-library/react-hooks": "^5.0.0", + "@testing-library/react-hooks": "^7.0.0", "@testing-library/user-event": "^13.1.3", "@types/cross-spawn": "^6.0.2", "@types/jest-axe": "^3.5.1", diff --git a/yarn.lock b/yarn.lock index 207f3ec382..47b7685124 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4050,16 +4050,15 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react-hooks@^5.0.0": - version "5.1.2" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz#36e359d992bb652a9885c6fa9aa394639cbe8dd3" - integrity sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg== +"@testing-library/react-hooks@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b" + integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0" "@types/react-dom" ">=16.9.0" "@types/react-test-renderer" ">=16.9.0" - filter-console "^0.1.1" react-error-boundary "^3.1.0" "@testing-library/react@^11.2.0": @@ -9011,11 +9010,6 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" -filter-console@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/filter-console/-/filter-console-0.1.1.tgz#6242be28982bba7415bcc6db74a79f4a294fa67c" - integrity sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg== - filter-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b"