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

Dependency: Update @testing-library/jest-dom minimum version of test lib #25767

Closed
wants to merge 7 commits into from
Closed
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 code/lib/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}
}
6 changes: 3 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6963,8 +6963,8 @@ __metadata:
linkType: hard

"@testing-library/jest-dom@npm:^6.4.0":
version: 6.4.0
resolution: "@testing-library/jest-dom@npm:6.4.0"
version: 6.4.1
resolution: "@testing-library/jest-dom@npm:6.4.1"
dependencies:
"@adobe/css-tools": "npm:^4.3.2"
"@babel/runtime": "npm:^7.9.2"
Expand All @@ -6991,7 +6991,7 @@ __metadata:
optional: true
vitest:
optional: true
checksum: 6b7eba9ca388986a721fb12f84adf0f5534bf7ec5851982023a889c4a0afac6e9e91291bdac39e1f59a05adefd7727e30463d98b21c3da32fbfec229ccb11ef1
checksum: 50104f19eb9e31c21521cc12c0323cb8939d8999eac5e869fb6480f7fc99ea3e131f464e71b9ebe6edc1936e8d9a1a540d9253f1c06ddb5e13387e00ea724ba0
languageName: node
linkType: hard

Expand Down
Loading