diff --git a/package.json b/package.json index 04e5ae52..be2de30e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.0.3", - "@testing-library/user-event": "^12.8.3", + "@testing-library/user-event": "^13.0.0", "axios": "^0.21.1", "axios-mock-adapter": "^1.19.0", "eslint-config-airbnb": "^18.2.1", diff --git a/yarn.lock b/yarn.lock index 83cd6e43..4ba376da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2823,10 +2823,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@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== +"@testing-library/user-event@^13.0.0": + version "13.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.0.0.tgz#c39451b9c11ec2ef7ae0743dfda96decba1f3c56" + integrity sha512-At8SFGsb6kLgXU6NYU/IJGiKWULTklu8FlqTtaxvR9emnGDYlVhQ1xxjchpOifh1Ao6SjKu5vgDc7ioiUfw5oQ== dependencies: "@babel/runtime" "^7.12.5"