From a2662bb797593ce56814aa467e5a571a4fb30d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 21:28:53 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/user-event from 13.2.0 to 14.2.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.0 to 14.2.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.2.0...v14.2) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 582060f6..d6d3fb91 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/react-hooks": "^7.0.1", - "@testing-library/user-event": "^13.2.0", + "@testing-library/user-event": "^14.2.0", "@types/jest": "^26.0.24", "@types/react": "^17.0.14", "bundlesize2": "^0.0.28", diff --git a/yarn.lock b/yarn.lock index 4b201b01..3f02f3bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1654,12 +1654,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.2.0": - version "13.2.0" - resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz" - integrity sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.2.0": + version "14.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.0.tgz#8293560f8f80a00383d6c755ec3e0b918acb1683" + integrity sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ== "@tootallnate/once@1": version "1.1.2"