From 394269bba76544054e1f6e54f59a27149b70ed85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:38:31 +0000 Subject: [PATCH] fix(deps): update react monorepo to v19 --- plugins/draw/ui/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/draw/ui/package.json b/plugins/draw/ui/package.json index 5ca28d3..3b445da 100644 --- a/plugins/draw/ui/package.json +++ b/plugins/draw/ui/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@excalidraw/excalidraw": "0.17.6", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "socket.io-client": "^4.8.0" }, "devDependencies": { - "@types/react": "^18.2.0", - "@types/react-dom": "^18.2.0", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.0", "typescript": "^6.0.0", "vite": "^8.0.5"