diff --git a/.changelog/871.internal.md b/.changelog/871.internal.md new file mode 100644 index 000000000..494ad606e --- /dev/null +++ b/.changelog/871.internal.md @@ -0,0 +1 @@ +Update dependency @testing-library/user-event to v14.5.0 diff --git a/package.json b/package.json index 8d5cef4ee..39faf75d1 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@storybook/testing-library": "0.2.0", "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.4.3", + "@testing-library/user-event": "14.5.0", "@types/jest": "^29.5.4", "@types/node": "18.17.15", "@types/react": "18.2.21", diff --git a/yarn.lock b/yarn.lock index ed136a4ee..f6a6e8f7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4163,7 +4163,12 @@ "@testing-library/dom" "^9.0.0" "@types/react-dom" "^18.0.0" -"@testing-library/user-event@14.4.3", "@testing-library/user-event@^14.0.0": +"@testing-library/user-event@14.5.0": + version "14.5.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.0.tgz#4036add379525b635a64bce4d727820d4ba516a7" + integrity sha512-nQRCteEZvULJJrlcGQuNhwGekz25TOUILA+sTWI9PB/vNKKivS+7K7XRTwoikw/2fmJPaM4pPKy+hLWEGg9+JA== + +"@testing-library/user-event@^14.0.0": 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==