Skip to content

Commit

Permalink
fix(deps): update dependency @testing-library/user-event to v14.6.0 (#…
Browse files Browse the repository at this point in the history
…543)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Changesets <renovate@poxhofer.at>
  • Loading branch information
renovate[bot] and Renovate Changesets authored Jan 18, 2025
1 parent 4c81275 commit 0f63b9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependencies-GH-543.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app": patch
---

fix(deps): update dependency @testing-library/user-event to v14.6.0
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/user-event": "14.6.0",
"@types/react-dom": "18.3.5",
"cross-env": "7.0.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13855,12 +13855,12 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:14.5.2, @testing-library/user-event@npm:^14.0.0":
version: 14.5.2
resolution: "@testing-library/user-event@npm:14.5.2"
"@testing-library/user-event@npm:14.6.0, @testing-library/user-event@npm:^14.0.0":
version: 14.6.0
resolution: "@testing-library/user-event@npm:14.6.0"
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: 10c0/68a0c2aa28a3c8e6eb05cafee29705438d7d8a9427423ce5064d44f19c29e89b5636de46dd2f28620fb10abba75c67130185bbc3aa23ac1163a227a5f36641e1
checksum: 10c0/499d2e5e2705775a336bb17e5c664756ffb7dcec864737e98d16fcd277556a8139f9fe6b15dbbfcf14cb0543cfaee63de7a8c095a744302cc3f71a12284cd3cd
languageName: node
linkType: hard

Expand Down Expand Up @@ -16149,7 +16149,7 @@ __metadata:
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
"@testing-library/user-event": "npm:14.6.0"
"@types/react-dom": "npm:18.3.5"
cross-env: "npm:7.0.3"
history: "npm:^5.0.0"
Expand Down

0 comments on commit 0f63b9a

Please sign in to comment.