Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update dependency @testing-library/dom to ^10.3.2 #5130

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@testing-library/dom": "^10.3.1",
"@testing-library/dom": "^10.3.2",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"express": "^4.19.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,7 @@ __metadata:
"@babel/preset-react": "npm:^7.24.7"
"@babel/preset-typescript": "npm:^7.24.7"
"@jest/globals": "npm:^29.7.0"
"@testing-library/dom": "npm:^10.3.1"
"@testing-library/dom": "npm:^10.3.2"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.5.2"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -4732,9 +4732,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^10.3.1":
version: 10.3.1
resolution: "@testing-library/dom@npm:10.3.1"
"@testing-library/dom@npm:^10.3.2":
version: 10.3.2
resolution: "@testing-library/dom@npm:10.3.2"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
Expand All @@ -4744,7 +4744,7 @@ __metadata:
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: 10c0/e898475cd4932225c2962bf9f94353d7d88462c8912881af8e9866cee714c967b21badb0895ec8626123759cddc6663bc40300b1d1bf789957a603086eda6329
checksum: 10c0/3078b3253a73136169d897179bfc5e2073025f317573c9fd95d526df9a875a3ec3e9243377d93d23b7e40fadf60dd51517a15bf83b8f521a68b410b350df39e9
languageName: node
linkType: hard

Expand Down
Loading