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",