From 6850db6408577f023087d549a19a362e506336e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Mar 2021 17:07:27 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react-hooks to v5.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a659673b98..f372d09700 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@storybook/addon-options": "5.3.21", "@storybook/react": "6.1.20", "@testing-library/react": "11.2.5", - "@testing-library/react-hooks": "5.0.3", + "@testing-library/react-hooks": "5.1.0", "@types/jest": "26.0.20", "@types/js-cookie": "2.2.6", "@types/react": "17.0.0", diff --git a/yarn.lock b/yarn.lock index bf6013b63c..9f86cffe60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3063,10 +3063,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/react-hooks@5.0.3": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.0.3.tgz#dd0d2048817b013b266d35ca45e3ea48a19fd87e" - integrity sha512-UrnnRc5II7LMH14xsYNm/WRch/67cBafmrSQcyFh0v+UUmSf1uzfB7zn5jQXSettGwOSxJwdQUN7PgkT0w22Lg== +"@testing-library/react-hooks@5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.0.tgz#6014b7536d0e9427a1e73ce1d073c49a6af5fb3b" + integrity sha512-ChRyyA14e0CeVkWGp24v8q/IiWUqH+B8daRx4lGZme4dsudmMNWz+Qo2Q2NzbD2O5rAVXh2hSbS/KTKeqHYhkw== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"