From e99f51856f69e2bc61aeb8b411422d73e38faf08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:06:41 +0000 Subject: [PATCH] Update react monorepo to v19 --- client/package.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 0a0b80b..2724607 100644 --- a/client/package.json +++ b/client/package.json @@ -8,8 +8,8 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-router-dom": "^6.11.2", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" diff --git a/package.json b/package.json index ec0570f..102fcfd 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }