Skip to content

Commit

Permalink
Bump @testing-library/user-event from 7.2.1 to 14.5.2
Browse files Browse the repository at this point in the history
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 14.5.2.
- [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@v7.2.1...v14.5.2)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 0f93446 commit 3cc0ea5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/size/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@emotion/styled": "^10.0.27",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^7.1.2",
"@testing-library/user-event": "^14.5.2",
"emotion-theming": "^10.0.27",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/size/filbert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@filbert-js/theming": "^0.0.7",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^7.1.2",
"@testing-library/user-event": "^14.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/size/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^7.1.2",
"@testing-library/user-event": "^14.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/size/vanilla-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^7.1.2",
"@testing-library/user-event": "^14.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "4.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3541,10 +3541,10 @@
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"

"@testing-library/user-event@^7.1.2":
version "7.2.1"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c"
integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==
"@testing-library/user-event@^14.5.2":
version "14.5.2"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==

"@tokenizer/token@^0.1.0", "@tokenizer/token@^0.1.1":
version "0.1.1"
Expand Down

0 comments on commit 3cc0ea5

Please sign in to comment.