fix: resolve TypeScript errors in migrated components

This commit is contained in:
Jason Woltje
2026-01-29 22:00:14 -06:00
parent d54714ea06
commit abbf886483
36 changed files with 758 additions and 43 deletions

View File

@@ -22,6 +22,7 @@
"@mosaic/ui": "workspace:*",
"@tanstack/react-query": "^5.90.20",
"@xyflow/react": "^12.5.3",
"better-auth": "^1.4.17",
"date-fns": "^4.1.0",
"elkjs": "^0.9.3",
"lucide-react": "^0.563.0",
@@ -29,7 +30,8 @@
"next": "^16.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-grid-layout": "^2.2.2"
"react-grid-layout": "^2.2.2",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@mosaic/config": "workspace:*",