From d31544249403c083e90f0b6da8fb0c884a8f89b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:52:52 +0000 Subject: [PATCH] Update react monorepo to v19 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 423acf8..144815b 100644 --- a/client/package.json +++ b/client/package.json @@ -7,8 +7,8 @@ "@testing-library/jest-dom": "^5.17.0", "@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" },