From c5ea4770d7ea625c537ff52c08f1cbbb4ea845a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:31:49 +0000 Subject: [PATCH] Bump @testing-library/react-hooks from 3.2.1 to 3.3.0 Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v3.2.1...v3.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f8fa22d..2f6292b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react": ">= 16.8.0" }, "devDependencies": { - "@testing-library/react-hooks": "^3.2.1", + "@testing-library/react-hooks": "^3.3.0", "@types/jest": "^25.1.3", "@types/react": "^16.9.23", "jest": "^25.1.0", diff --git a/yarn.lock b/yarn.lock index 6068ae9..1119807 100644 --- a/yarn.lock +++ b/yarn.lock @@ -461,10 +461,10 @@ dependencies: type-detect "4.0.8" -"@testing-library/react-hooks@^3.2.1": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.2.1.tgz#19b6caa048ef15faa69d439c469033873ea01294" - integrity sha512-1OB6Ksvlk6BCJA1xpj8/WWz0XVd1qRcgqdaFAq+xeC6l61Ucj0P6QpA5u+Db/x9gU4DCX8ziR5b66Mlfg0M2RA== +"@testing-library/react-hooks@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.3.0.tgz#dc217bfce8e7c34a99c811d73d23feef957b7c1d" + integrity sha512-rE9geI1+HJ6jqXkzzJ6abREbeud6bLF8OmF+Vyc7gBoPwZAEVBYjbC1up5nNoVfYBhO5HUwdD4u9mTehAUeiyw== dependencies: "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^3.0.0"