From 325afa6515afc9fec626a4ac476863736d943abc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:35:51 +0000 Subject: [PATCH] Update major react updates to v19 --- ui/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index a8feb88ca..74a77e07d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,8 +46,8 @@ "maplibre-gl": "^4.7.1", "next": "^14.2.23", "qs": "^6.14.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.1.0", + "react-dom": "^19.1.0", "react-helmet-async": "^2.0.5", "react-hook-form": "^7.54.2", "react-hot-toast": "^2.5.1", @@ -71,8 +71,8 @@ "@types/luxon": "^3.4.2", "@types/mapbox__mapbox-gl-draw": "1.4.6", "@types/qs": "^6.9.18", - "@types/react": "^18.3.18", - "@types/react-dom": "^18.3.5", + "@types/react": "^19.1.0", + "@types/react-dom": "^19.1.2", "@types/react-router": "^5.1.20", "@types/redux-logger": "^3.0.13k", "autoprefixer": "^10.4.20",