From 7690f70c91f44274232597a94f6a8dc67fa55d92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:56:43 +0000 Subject: [PATCH] fix(deps): update react monorepo --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bb4ea17..a58db1e8 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "next-themes": "^0.4.0", "pmtiles": "^4.3.0", "rbush": "^4.0.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-router-dom": "^6.30.4", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", @@ -55,13 +55,13 @@ "@types/d3-scale": "^4.0.9", "@types/node": "^22.5.5", "@types/rbush": "^4.0.0", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react-swc": "^4.3.0", "autoprefixer": "^10.4.20", "eslint": "^9.9.0", - "eslint-plugin-react-hooks": "^5.1.0-rc.0", + "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.5.0", "globals": "^17.6.0", "jsdom": "^29.1.1",