fix logger

This commit is contained in:
2025-12-15 22:39:17 +01:00
parent 7a11daa878
commit 3b566c973d
110 changed files with 1413 additions and 903 deletions

View File

@@ -18,13 +18,14 @@
"@gridpilot/social": "file:../../core/social",
"@gridpilot/testing-support": "file:../../core/testing-support",
"@vercel/kv": "^3.0.0",
"electron": "39.2.7",
"framer-motion": "^12.23.25",
"lucide-react": "^0.555.0",
"next": "15.5.7",
"next": "^15.5.9",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"zod": "^3.25.76",
"uuid": "^11.0.5"
"uuid": "^11.0.5",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.0.0",