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"