From 125ece6b4d609788995bb5c50d9f0350e391a392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 23:34:00 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.8.3 to 14.3.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 14.3.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/v12.8.3...v14.3) --- 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 fcd8422..b3920c2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@solana/web3.js": "^1.30.2", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^12.8.3", + "@testing-library/user-event": "^14.3.0", "@types/jest": "^27.0.3", "@types/node": "^12.20.36", "@types/react": "^17.0.37", diff --git a/yarn.lock b/yarn.lock index 5c2e8ae..73dacbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2395,12 +2395,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^12.8.3": - 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.3.0": + version "14.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.3.0.tgz#0a6750b94b40e4739706d41e8efc2ccf64d2aad9" + integrity sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA== "@tootallnate/once@1": version "1.1.2"