From edf5a609542534811a291a356a79872afedb1e0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 05:23:43 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 10.1.0 to 10.2.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v10.1.0...v10.2.0) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index d5fd1825..fcfde7a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1085,9 +1085,9 @@ "@types/testing-library__react-hooks" "^3.0.0" "@testing-library/react@^10.0.4": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.1.0.tgz#31af99093b104ffaec877cb29f5249bc33b98204" - integrity sha512-7b8GHD8IMJ1IzSpUZ1r0JLQRj4Jp9nXlKuEXkS3tgISZciO9n7++4nHCLsCK38eAB5zsBUa0G2kR+Sh3aYDqjw== + version "10.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.0.tgz#dde740cb7374c93cefec4faa750c4b50dca7bf3f" + integrity sha512-TYQZ4vz0lGCGRgFqQivrtUGQhAlRSxHlYB0sDFJ6h2BZ0IrgRMF3EDQixn5UJk8oMsZJuE1HNnOA0yP4Ci2kyA== dependencies: "@babel/runtime" "^7.10.2" "@testing-library/dom" "^7.9.0"