From b16d1980532fe617491da08719daa51a6309fda6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 00:44:07 +0000 Subject: [PATCH] chore(deps-dev): Bump @testing-library/user-event from 10.4.1 to 11.0.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.1 to 11.0.0. - [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.4.1...v11.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f67719ac..c4957740 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@storybook/react": "5.3.19", "@testing-library/jest-dom": "^5.0.2", "@testing-library/react": "^10.0.1", - "@testing-library/user-event": "^10.0.0", + "@testing-library/user-event": "^11.0.0", "@types/jest": "^25.1.4", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", diff --git a/yarn.lock b/yarn.lock index de8b43ac..d5884388 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2377,10 +2377,10 @@ "@testing-library/dom" "^7.9.0" "@types/testing-library__react" "^10.0.1" -"@testing-library/user-event@^10.0.0": - version "10.4.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-10.4.1.tgz#f62adeae45681484dc24e6ca4f0b8f8a09321429" - integrity sha512-3sdJAfjT0i4aNvo0Gqod5MvZXutMXarVsLtb+r1t65AaRJY7BgMIzWgOtfM5dxRvZsc7IdXnCt9+gcWhiXk1xg== +"@testing-library/user-event@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-11.0.0.tgz#221d1b1030bd73e912f1fa2e76d77a192997c4ab" + integrity sha512-335OYCahGLf1IXaSRy5ObxFaSAxMwZyefD79YkhRwubUJ8rO2JjfZXM3Pkv98WUZ3eH14ank5y8L7hL1YZkYyA== dependencies: "@babel/runtime" "^7.10.2"