From 6ed6964c5a38fec8ce861dafc03b68c60c4bb3be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:05:09 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v6.1.5 (#146) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 4f764ab9..4725463c 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.1.4", + "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", "@types/testing-library__jest-dom": "5.14.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 750ff10f..655084eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,8 +125,8 @@ importers: version: 18.2.0 devDependencies: '@testing-library/jest-dom': - specifier: 6.1.4 - version: 6.1.4(@types/jest@29.5.10)(jest@29.7.0) + specifier: 6.1.5 + version: 6.1.5(@types/jest@29.5.10)(jest@29.7.0) '@testing-library/react': specifier: 14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -1572,8 +1572,8 @@ packages: lz-string: 1.5.0 pretty-format: 27.5.1 - /@testing-library/jest-dom@6.1.4(@types/jest@29.5.10)(jest@29.7.0): - resolution: {integrity: sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==} + /@testing-library/jest-dom@6.1.5(@types/jest@29.5.10)(jest@29.7.0): + resolution: {integrity: sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28'