Skip to content

Commit

Permalink
⬆️ Update dependency @testing-library/dom to ^10.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent d3ac516 commit 81b80bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 81b80bd

Please sign in to comment.