From 43c957dd8d41f78b45cb8d5bb7e915d809298779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:19:45 +0200 Subject: [PATCH] Bump @testing-library/dom to ^10.0.0 (#313) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 4 ++-- test/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3732fd896f..0eb4e9fedb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -719,8 +719,8 @@ importers: specifier: 1.43.1 version: 1.43.1 '@testing-library/dom': - specifier: ^9.3.4 - version: 9.3.4 + specifier: ^10.0.0 + version: 10.0.0 '@types/chai': specifier: ^4.3.14 version: 4.3.14 diff --git a/test/package.json b/test/package.json index 59bc2f4d84..acd58f8eac 100644 --- a/test/package.json +++ b/test/package.json @@ -18,7 +18,7 @@ "@mui/system": "5.15.15", "@mui/utils": "5.15.14", "@playwright/test": "1.43.1", - "@testing-library/dom": "^9.3.4", + "@testing-library/dom": "^10.0.0", "@types/chai": "^4.3.14", "@types/react": "^18.2.79", "@types/react-is": "^18.2.4",