From a087c13df8a5a5b0e79f567cd90bdbe57885f810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 01:18:01 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.1.9 to 14.0.0 in /ui Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 14.0.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.1.9...v14.0.0) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ui/package.json b/ui/package.json index 471c6fa..c41551c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,7 +9,7 @@ "@reduxjs/toolkit": "1.6.2", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.1.9", + "@testing-library/user-event": "^14.0.0", "@types/jest": "^27.0.2", "@types/lodash.uniqby": "4.7.6", "@types/node": "^16.3.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 21084f3..c26e08b 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1746,12 +1746,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.1.9": - version "13.1.9" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.1.9.tgz#29e49a42659ac3c1023565ff56819e0153a82e99" - integrity sha512-NZr0zL2TMOs2qk+dNlqrAdbaRW5dAmYwd1yuQ4r7HpkVEOj0MWuUjDWwKhcLd/atdBy8ZSMHSKp+kXSQe47ezg== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.0.0": + version "14.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.0.0.tgz#3906aa6f0e56fd012d73559f5f05c02e63ba18dd" + integrity sha512-hZhjNrle/DMi1ziHwHy8LS0fYJtf+cID7fuG5+4h+Bk83xQaRDQT/DlqfL4hJYw3mxW6KTIxoODrhGnhqJebdQ== "@types/anymatch@*": version "1.3.1"