From 691c6049eda708bce51ae4d344824f25d1084bd8 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:52:41 +0000 Subject: [PATCH] chore(deps): update testing-library monorepo | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | npm | @testing-library/jest-dom | 6.8.0 | 6.9.1 | | npm | @testing-library/react | 16.3.0 | 16.3.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 432d570..eeb3714 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "@swc/core": "^1.7.40", "@swc/jest": "^0.2.36", "@testing-library/dom": "^10.4.0", - "@testing-library/jest-dom": "^6.6.2", - "@testing-library/react": "16.3.0", + "@testing-library/jest-dom": "^6.8.0", + "@testing-library/react": "16.3.1", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "30.0.0", "@types/react": "19.0.7",