From 7c51b615351dccb976d097fa1d908cd2ff7209af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:56:28 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v16 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4442228..7cfbed7 100644 --- a/package.json +++ b/package.json @@ -318,7 +318,7 @@ "@swc/helpers": "0.5.11", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "@testing-library/react": "15.0.7", + "@testing-library/react": "16.0.0", "@testing-library/svelte": "5.1.0", "@total-typescript/ts-reset": "0.5.1", "@tsconfig/svelte": "5.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5034bfb..6745a51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -868,8 +868,8 @@ importers: specifier: 0.5.13 version: 0.5.13(tailwindcss@3.4.3) '@testing-library/react': - specifier: 15.0.7 - version: 15.0.7(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + specifier: 16.0.0 + version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@testing-library/svelte': specifier: 5.1.0 version: 5.1.0(svelte@4.2.17)(vite@5.2.12)(vitest@1.6.0) @@ -16816,16 +16816,20 @@ packages: vitest: 1.6.0(@types/node@20.14.1)(@vitest/ui@1.6.0)(jsdom@24.1.0)(less@4.1.3)(lightningcss@1.25.1)(sass@1.77.4)(stylus@0.59.0) dev: true - /@testing-library/react@15.0.7(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==} + /@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==} engines: {node: '>=18'} peerDependencies: + '@testing-library/dom': ^10.0.0 '@types/react': ^18.0.0 + '@types/react-dom': ^18.0.0 react: ^18.0.0 react-dom: ^18.0.0 peerDependenciesMeta: '@types/react': optional: true + '@types/react-dom': + optional: true dependencies: '@babel/runtime': 7.24.6 '@testing-library/dom': 10.1.0