From 99f8731f9181760f52c809558a4bafd3267ca219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:22:48 +0200 Subject: [PATCH] chore(devdeps): update dependency @testing-library/jest-dom to v6.1.2 (#2878) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 162cccf3be..18a324bb36 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@storybook/theming": "7.2.3", "@svgr/rollup": "8.1.0", "@testing-library/dom": "9.3.1", - "@testing-library/jest-dom": "6.0.0", + "@testing-library/jest-dom": "6.1.2", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/node": "18.17.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 777dfb57e2..d8e485c51b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -153,8 +153,8 @@ importers: specifier: 9.3.1 version: 9.3.1 '@testing-library/jest-dom': - specifier: 6.0.0 - version: 6.0.0(@jest/globals@29.6.4)(jest@29.6.4) + specifier: 6.1.2 + version: 6.1.2(@jest/globals@29.6.4)(jest@29.6.4) '@testing-library/react': specifier: 14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) @@ -5785,8 +5785,8 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@6.0.0(@jest/globals@29.6.4)(jest@29.6.4): - resolution: {integrity: sha512-Ye2R3+/oM27jir8CzYPmuWdavTaKwNZcu0d22L9pO/vnOYE0wmrtpw79TQJa8H6gV8/i7yd+pLaqeLlA0rTMfg==} + /@testing-library/jest-dom@6.1.2(@jest/globals@29.6.4)(jest@29.6.4): + resolution: {integrity: sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28'