From 84a888ca0f5907fad5a441ee8073f0150ec6ed5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:22:31 +0000 Subject: [PATCH] fix(deps): update react monorepo to v18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbd0f71..fd2ae71 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,9 @@ "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", - "react": "17.0.2", + "react": "18.3.1", "react-device-detect": "^2.2.3", - "react-dom": "17.0.2", + "react-dom": "18.3.1", "react-helmet-async": "^2.0.0", "react-redux": "7.2.9", "react-router": "6.27.0",