From dcc76f4ed52a2be850c5a1ad53a0377a3bb68e01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:08:23 +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",