Align dataflow WebUI runtime dependencies

This commit is contained in:
2026-07-31 02:48:56 +02:00
parent e091042948
commit 8f0a9636f5
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -21,9 +21,9 @@
"@govoplan/core-webui": "^0.1.14",
"@xyflow/react": "^12.11.2",
"lucide-react": "^1.23.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": ">=7.18.2 <8",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",
"react-router": ">=8.3.0 <9",
"typescript": "^5.7.2"
},
"peerDependenciesMeta": {