From 2bb4ba1f0af4d6b531c2a2974a23eae687c23fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:33:41 +0100 Subject: [PATCH] Bump @testing-library/react-hooks from 5.0.3 to 5.1.0 (#360) Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 5.0.3 to 5.1.0. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v5.0.3...v5.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93a0602d..e64ea3ee 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@rollup/plugin-node-resolve": "11.2.0", "@testing-library/jest-dom": "5.11.9", "@testing-library/react": "11.2.5", - "@testing-library/react-hooks": "5.0.3", + "@testing-library/react-hooks": "5.1.0", "@testing-library/user-event": "12.7.2", "autoprefixer": "9.8.6", "babel-eslint": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index abae6924..2c80fb02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2298,10 +2298,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@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"