From 70a707375c158e439154dc3767406e38ea3500ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:42:06 +0000 Subject: [PATCH] fix(deps): update react monorepo to v19 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7b03386..b48baa31 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", - "react": "17.0.2", + "react": "19.0.0", "react-device-detect": "^2.2.3", - "react-dom": "17.0.2", + "react-dom": "19.0.0", "react-helmet-async": "^2.0.0", "react-redux": "7.2.9", "react-router": "6.28.2",