From 669f7838b24d834cb867ce35f21ed9834cdb2e55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 02:29:58 +0000 Subject: [PATCH] Bump @testing-library/user-event from 10.3.2 to 10.3.4 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.3.2 to 10.3.4. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v10.3.2...v10.3.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c992ac5a..17d085ea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@pybricks/mpy-cross-4": "^2.0.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^10.0.4", - "@testing-library/user-event": "^10.3.2", + "@testing-library/user-event": "^10.3.4", "@types/jest": "^25.2.3", "@types/jszip": "^3.1.7", "@types/node": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 5277b724..4dc8f2a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1453,10 +1453,12 @@ "@testing-library/dom" "^7.2.2" "@types/testing-library__react" "^10.0.1" -"@testing-library/user-event@^10.3.2": - version "10.3.2" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-10.3.2.tgz#208954ae8b4a1cea65be4557db9affc1e80af38c" - integrity sha512-/oyuBE61/l2HOJavOEXv/Z0oatPu2n/A/EptQSH4MoJimyBGozSvmwiP/Wol9IbSo3u2Tl93BDd7b0M4aGLYug== +"@testing-library/user-event@^10.3.4": + version "10.3.4" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-10.3.4.tgz#701905a19bad92805820b816327ab086bdd0e832" + integrity sha512-ZuqR2cBAOArvBdPiIjmAKaZdFAtZSH6Oz2I5+uHonMXRyR0uTtz2fTWyPuiu4JATdK7gLIq1s02BMJGWgmh1lA== + dependencies: + "@babel/runtime" "^7.9.6" "@types/babel__core@^7.1.0": version "7.1.7"