diff --git a/package.json b/package.json index 4a8c960e33..cc94bc8720 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/react": "18.3.2", "@types/react-dom": "18.3.0", "@types/react-json-editor-ajrm": "^2.5.3", - "@types/testing-library__jest-dom": "5.14.9", + "@types/testing-library__jest-dom": "6.0.0", "@types/web": "0.0.147", "@typescript-eslint/eslint-plugin": "7.9.0", "@typescript-eslint/parser": "7.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73cc9b97d6..a0e23df66d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ devDependencies: specifier: ^2.5.3 version: 2.5.6 '@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/web': specifier: 0.0.147 version: 0.0.147 @@ -1667,10 +1667,17 @@ packages: /@types/stack-utils@2.0.3: resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} - /@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.5(@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: