From d922797aaf04a42328c8dceedabdd9ce82d13139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 03:29:16 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.4.1 to 13.5.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.4.1 to 13.5.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.4.1...v13.5.0) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/example-relay/package.json | 2 +- src/sx-design/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/example-relay/package.json b/src/example-relay/package.json index 10b6897843..3254d5cdc8 100644 --- a/src/example-relay/package.json +++ b/src/example-relay/package.json @@ -33,7 +33,7 @@ "@adeira/babel-preset-adeira": "^4.0.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^13.5.0", "babel-jest": "^27.3.0", "flow-bin": "^0.162.1", "graphql": "^15.6.1", diff --git a/src/sx-design/package.json b/src/sx-design/package.json index 62d2b98c8d..3601702112 100644 --- a/src/sx-design/package.json +++ b/src/sx-design/package.json @@ -46,7 +46,7 @@ "@storybook/react": "^6.3.12", "@storybook/theming": "^6.3.12", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^13.5.0", "babel-loader": "^8.2.2", "babel-plugin-fbt": "^0.20.3", "babel-plugin-fbt-runtime": "^0.9.18", diff --git a/yarn.lock b/yarn.lock index 9f74c65394..6af9f04ec7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3936,10 +3936,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.4.1": - version "13.4.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.4.1.tgz#8d9e73bcc7be09560b4c0ffbb6842ac43bc80ed2" - integrity sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg== +"@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"