Skip to content

Commit f0f0aeb

Browse files
chore: bump @testing-library/user-event from 14.2.0 to 14.3.0 in /site (#3163)
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.0 to 14.3.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.2...v14.3) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7ec407 commit f0f0aeb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@storybook/react": "6.4.22",
7070
"@testing-library/jest-dom": "5.16.4",
7171
"@testing-library/react": "12.1.5",
72-
"@testing-library/user-event": "14.2.0",
72+
"@testing-library/user-event": "14.3.0",
7373
"@types/express": "4.17.13",
7474
"@types/jest": "27.4.1",
7575
"@types/node": "14.18.21",

site/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,10 +2810,10 @@
28102810
"@testing-library/dom" "^8.0.0"
28112811
"@types/react-dom" "<18.0.0"
28122812

2813-
"@testing-library/user-event@14.2.0":
2814-
version "14.2.0"
2815-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.0.tgz#8293560f8f80a00383d6c755ec3e0b918acb1683"
2816-
integrity sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==
2813+
"@testing-library/user-event@14.3.0":
2814+
version "14.3.0"
2815+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.3.0.tgz#0a6750b94b40e4739706d41e8efc2ccf64d2aad9"
2816+
integrity sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA==
28172817

28182818
"@tootallnate/once@1":
28192819
version "1.1.2"

0 commit comments

Comments
 (0)