diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 90ec3b13..41bf39f5 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -85,7 +85,7 @@ "@types/react-dom": "^18.2.22", "@types/socketcluster-client": "^19.1.0", "@types/styled-components": "^5.1.34", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@types/webpack-env": "^1.18.4", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98a7a801..407db84f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1131,8 +1131,8 @@ importers: specifier: ^5.1.34 version: 5.1.34 '@types/testing-library__jest-dom': - specifier: ^5.14.9 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0(@types/jest@29.5.12)(jest@29.7.0) '@types/webpack-env': specifier: ^1.18.4 version: 1.18.4 @@ -10568,10 +10568,17 @@ packages: '@types/estree': 1.0.5 dev: false - /@types/testing-library__jest-dom@5.14.9: - resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==} + /@types/testing-library__jest-dom@6.0.0(@types/jest@29.5.12)(jest@29.7.0): + resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==} + deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed. dependencies: - '@types/jest': 29.5.12 + '@testing-library/jest-dom': 6.4.2(@types/jest@29.5.12)(jest@29.7.0) + transitivePeerDependencies: + - '@jest/globals' + - '@types/bun' + - '@types/jest' + - jest + - vitest dev: true /@types/tough-cookie@4.0.5: