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 from v10.1.0 to v10.2.0 #2750

Merged
merged 1 commit into from
Jun 28, 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 packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-types": "tsc --noEmit"
},
"devDependencies": {
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/d3": "7.4.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4864,9 +4864,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:10.1.0":
version: 10.1.0
resolution: "@testing-library/dom@npm:10.1.0"
"@testing-library/dom@npm:10.2.0":
version: 10.2.0
resolution: "@testing-library/dom@npm:10.2.0"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
Expand All @@ -4876,7 +4876,7 @@ __metadata:
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: 10/6d6ef942deedf547180c76d4cc2c43fe8e52a98ef68be6ba7382a43d3b1e1e5696d9c32ae0b2df12c92ea50023187d132ad2542fc118ba4b900f149e97d019e0
checksum: 10/15635e1497de08152de5336860a2cdaee05d3eb4574e283dcf0ac5326eede83fc13f4ac5b01c11df5ca4653ad1017d26a75dd832a2a76ad261c342d40d741f2c
languageName: node
linkType: hard

Expand Down Expand Up @@ -20130,7 +20130,7 @@ __metadata:
"@mui/material": "npm:5.15.20"
"@mui/x-tree-view": "npm:7.7.1"
"@tanstack/react-query": "npm:5.48.0"
"@testing-library/dom": "npm:10.1.0"
"@testing-library/dom": "npm:10.2.0"
"@testing-library/jest-dom": "npm:6.4.6"
"@testing-library/react": "npm:16.0.0"
"@types/d3": "npm:7.4.3"
Expand Down
Loading