From 82afdb0b918d336a9d5b4493d29186097edbd5db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:32:33 +0000 Subject: [PATCH] chore(devdeps): update dependency @testing-library/jest-dom to v6.3.0 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96c2b13b9..39aa5147c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-node-resolve": "15.2.3", "@scaleway/eslint-config-react": "workspace:*", "@scaleway/tsconfig": "workspace:*", - "@testing-library/jest-dom": "6.2.1", + "@testing-library/jest-dom": "6.3.0", "@testing-library/react": "14.1.2", "@tsd/typescript": "5.3.3", "@types/jest": "29.5.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2b7c9ca0..22a2186da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: workspace:* version: link:packages/tsconfig '@testing-library/jest-dom': - specifier: 6.2.1 - version: 6.2.1(@jest/globals@29.7.0)(@types/jest@29.5.11)(jest@29.7.0) + specifier: 6.3.0 + version: 6.3.0(@jest/globals@29.7.0)(@types/jest@29.5.11)(jest@29.7.0) '@testing-library/react': specifier: 14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -4005,8 +4005,8 @@ packages: lz-string: 1.5.0 pretty-format: 27.5.1 - /@testing-library/jest-dom@6.2.1(@jest/globals@29.7.0)(@types/jest@29.5.11)(jest@29.7.0): - resolution: {integrity: sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==} + /@testing-library/jest-dom@6.3.0(@jest/globals@29.7.0)(@types/jest@29.5.11)(jest@29.7.0): + resolution: {integrity: sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28'