From 11993774a0be726317a751bd63e82fd4bd7a3480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:30:44 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v6.3.0 --- packages/location-state-core/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/location-state-core/package.json b/packages/location-state-core/package.json index 50a2a190..3c78d1c4 100644 --- a/packages/location-state-core/package.json +++ b/packages/location-state-core/package.json @@ -32,7 +32,7 @@ "lint": "eslint . --ext .ts,.tsx" }, "devDependencies": { - "@testing-library/jest-dom": "6.2.1", + "@testing-library/jest-dom": "6.3.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/testing-library__jest-dom": "5.14.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f38a4a0d..0f2eb72b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -210,8 +210,8 @@ importers: version: 18.2.0 devDependencies: '@testing-library/jest-dom': - specifier: 6.2.1 - version: 6.2.1(@types/jest@29.5.11)(jest@29.7.0) + specifier: 6.3.0 + version: 6.3.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) @@ -1668,8 +1668,8 @@ packages: lz-string: 1.5.0 pretty-format: 27.5.1 - /@testing-library/jest-dom@6.2.1(@types/jest@29.5.11)(jest@29.7.0): - resolution: {integrity: sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==} + /@testing-library/jest-dom@6.3.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'