From 7ffabde0bd279ba7f87b9c718f7fddecf78304b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:46:37 +0000 Subject: [PATCH] Bump @testing-library/react from 10.2.1 to 10.3.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.2.1 to 10.3.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.2.1...v10.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6d413ab84..c9559c93d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@pybricks/mpy-cross-v5": "^1.0.0", "@shopify/react-i18n": "^5.0.0", "@testing-library/jest-dom": "^5.8.0", - "@testing-library/react": "^10.2.1", + "@testing-library/react": "^10.3.0", "@testing-library/user-event": "^11.4.2", "@types/file-saver": "^2.0.1", "@types/jest": "^25.2.3", diff --git a/yarn.lock b/yarn.lock index 8b3b1679b..abfdf0479 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1583,10 +1583,10 @@ "@svgr/plugin-svgo" "^4.3.1" loader-utils "^1.2.3" -"@testing-library/dom@^7.9.0": - version "7.12.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.12.0.tgz#1c2f7c36ec77059f2809b0104b5fca2cdc2fd808" - integrity sha512-DaP36Pa7G8cFros2MFQWNQsZSwl1DjG/OYQzFSM6gt1N1bzxsqb1GaxPo6LyTKA622xDC2KqPpqF+PsOlYd00Q== +"@testing-library/dom@^7.14.2": + version "7.16.2" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.16.2.tgz#f7a20b5548817e5c7ed26077913372d977be90af" + integrity sha512-4fT5l5L+5gfNhUZVCg0wnSszbRJ7A1ZHEz32v7OzH3mcY5lUsK++brI3IB2L9F5zO4kSDc2TRGEVa8v2hgl9vA== dependencies: "@babel/runtime" "^7.10.2" aria-query "^4.0.2" @@ -1608,13 +1608,13 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@^10.2.1": - version "10.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.1.tgz#f0c5ac9072ad54c29672150943f35d6617263f26" - integrity sha512-pv2jZhiZgN1/alz1aImhSasZAOPg3er2Kgcfg9fzuw7aKPLxVengqqR1n0CJANeErR1DqORauQaod+gGUgAJOQ== +"@testing-library/react@^10.3.0": + version "10.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.3.0.tgz#d615385b8d86ef4d76142a423755d471b3673295" + integrity sha512-Rhn5uJK6lYHWzlGVbK6uAvheAW8AUoFYxTLGdDxgsJDaK/PYy5drWfW/6YpMMOKMw+u6jHHl4MNHlt5qLHnm0Q== dependencies: "@babel/runtime" "^7.10.2" - "@testing-library/dom" "^7.9.0" + "@testing-library/dom" "^7.14.2" "@testing-library/user-event@^11.4.2": version "11.4.2"