From 9996f9d8fe48ba55bb4a8296394737789fcdb5aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:55:21 +0000 Subject: [PATCH] fix(deps): update testing-library monorepo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb2f3e19..2301a2a7 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "version": "1.0.1", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^12.1.2", + "@testing-library/jest-dom": "^7.0.0", + "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.0.0", "axios": "^1.0.0", "bootstrap": "^5.1.3",