diff --git a/package.json b/package.json index e08a7ee4..a4f53141 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,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.1.0", "@types/jest": "^26.0.24", "@types/react": "^17.0.14", "bundlesize2": "^0.0.28", diff --git a/yarn.lock b/yarn.lock index 5e948dbf..d4d7bc88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1642,12 +1642,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.yarnpkg.com/@testing-library/user-event/-/user-event-13.2.0.tgz#8d63aaae1f5ec1d683d3afe57acd5f175f819f0f" - integrity sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.1.0": + version "14.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.1.0.tgz#db479c06271b72a4d41cf595ec2ad7ff078c1d72" + integrity sha512-+CGfMXlVM+OwREHDEsfTGsXIMI+rjr3a7YBUSutq7soELht+8kQrM5k46xa/WLfHdtX/wqsDIleL6bi4i+xz0w== "@tootallnate/once@1": version "1.1.2"