fix(calendar-lab): use local tldraw runtime to avoid react/cdn instance mismatch

This commit is contained in:
Ruslan Bakiev
2026-02-23 19:47:57 +07:00
parent c5d3a90413
commit 6cce211c0b
3 changed files with 3366 additions and 1281 deletions

View File

@@ -46,7 +46,10 @@
"langfuse": "^3.38.6",
"langsmith": "^0.5.4",
"nuxt": "^4.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.1.18",
"tldraw": "^4.4.0",
"vue": "^3.5.27",
"wavesurfer.js": "^7.12.1",
"y-prosemirror": "^1.3.7",
@@ -66,6 +69,7 @@
"@storybook/vue3-vite": "^8.6.17",
"prisma": "^6.16.1",
"storybook": "^8.6.17",
"tsx": "^4.20.5"
"tsx": "^4.20.5",
"vite": "^7.3.1"
}
}