From fa4076c5fe403a6bd18b33435219bebcd845ba6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 04:39:45 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.8.3 to 14.0.4 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 14.0.4. - [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/v12.8.3...v14.0.4) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production 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 8369ba4..b2b1674 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@blueprintjs/core": "^3.52.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^12.1.10", + "@testing-library/user-event": "^14.0.4", "@types/jest": "^27.0.3", "@types/node": "^17.0.2", "@types/react": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index c7282d7..a712d68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2420,12 +2420,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^12.1.10": - version "12.8.3" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a" - integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.0.4": + version "14.0.4" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.0.4.tgz#5b430a9c27f25078bff4471661b755115d0db9d4" + integrity sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA== "@tootallnate/once@1": version "1.1.2"