From f277aaf10e05f2e05bdb08a067bca1e4a71776e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:41:54 +0000 Subject: [PATCH] Update dependency react-dom to v19 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index c0a7daa..cbb503c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "@material-ui/lab": "^4.0.0-alpha.34", "axios": "^0.30.0", "react": "^16.12.0", - "react-dom": "^16.12.0", + "react-dom": "^19.0.0", "react-iframe": "^1.8.0", "react-native": "^0.80.1", "react-native-thumbnail-video": "^0.1.2",