From 93dbad2f41b30ed937aad0feb29fd5e4b92583ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Aug 2025 00:33:20 +0000 Subject: [PATCH] Update dependency @types/react-dom to ^19.1.9 --- virtweb_frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 7880de9..5abdbad 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -39,7 +39,7 @@ "@types/humanize-duration": "^3.27.4", "@types/jest": "^30.0.0", "@types/react": "^19.1.12", - "@types/react-dom": "^19.1.8", + "@types/react-dom": "^19.1.9", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.7.0",