From ea2856fd0172ac235c4cec2d7b7a6976a8eddbb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:39:40 +0000 Subject: [PATCH] chore(deps): update dependency @types/testing-library__jest-dom to v6 --- package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0f8bcb35d0..3193d50484 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/react": "18.2.74", "@types/react-dom": "18.2.24", "@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.143", "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.7.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 42a854f49d..9d332258ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -119,8 +119,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.143 version: 0.0.143 @@ -1657,10 +1657,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.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: