From 22f2c5d92d2707c58244c317e27ebc5754451403 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 17 Dec 2024 00:07:53 +0000 Subject: [PATCH] Update dependency react-dom to v19 --- virtweb_frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 284add0..876525d 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -19,7 +19,7 @@ "@types/humanize-duration": "^3.27.1", "@types/jest": "^29.5.14", "@types/react": "^18.3.12", - "@types/react-dom": "^18.3.1", + "@types/react-dom": "^19.0.0", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.3", @@ -28,7 +28,7 @@ "humanize-duration": "^3.29.0", "mui-file-input": "^6.0.0", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^19.0.0", "react-router-dom": "^7.0.1", "react-syntax-highlighter": "^15.6.1", "react-vnc": "^2.0.2", -- 2.45.2