diff --git a/package.json b/package.json index 43cf520..d6e801b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@storybook/react": "^6.4.21", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.3.0", "@types/jest": "^27.4.0", "@types/node": "^17.0.23", "@types/react": "^17.0.38", diff --git a/yarn.lock b/yarn.lock index aad662c..43aae66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3498,12 +3498,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.5.0": - version "13.5.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.5.0.tgz#69d77007f1e124d55314a2b73fd204b333b13295" - integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg== - 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"