From fd64c779294eefa1a560c514103c3aff0197cfae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:44:57 +0530 Subject: [PATCH] Bump @testing-library/user-event to ^14.5.1 (#39130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/mui-base/package.json | 2 +- packages/mui-material-next/package.json | 2 +- packages/mui-material/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 3176f6e94a848e..b51153853b3cc2 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -53,7 +53,7 @@ "@mui-internal/test-utils": "^1.0.0", "@mui/material": "^5.14.11", "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^14.4.3", + "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.6", "@types/prop-types": "^15.7.7", "@types/react": "18.2.21", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index b072968473a9fa..a01e27ce464029 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@mui-internal/test-utils": "^1.0.0", - "@testing-library/user-event": "^14.4.3", + "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.6", "@types/prop-types": "^15.7.7", "@types/react": "^18.2.21", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index da0fda15296b1c..8c0f2b0ba2bb64 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -63,7 +63,7 @@ "@popperjs/core": "^2.11.8", "@rollup/plugin-replace": "^5.0.2", "@testing-library/dom": "^9.3.3", - "@testing-library/user-event": "^14.4.3", + "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.6", "@types/prop-types": "^15.7.7", "@types/react": "^18.2.21", diff --git a/yarn.lock b/yarn.lock index 9685be419f2713..3a85cd74dea53f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3374,10 +3374,10 @@ "@testing-library/dom" "^9.0.0" "@types/react-dom" "^18.0.0" -"@testing-library/user-event@^14.4.3": - version "14.4.3" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591" - integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q== +"@testing-library/user-event@^14.5.1": + version "14.5.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f" + integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg== "@theme-ui/color-modes@^0.16.1": version "0.16.1"