fix: broken build

This commit is contained in:
2026-03-16 20:40:26 +01:00
parent be0f743970
commit 9076a45510
4 changed files with 363 additions and 306 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,9 +10,9 @@
"test:run": "vitest run"
},
"dependencies": {
"@blocknote/core": "^0.47.1",
"@blocknote/react": "^0.47.1",
"@blocknote/shadcn": "^0.47.1",
"@blocknote/core": "0.36.1",
"@blocknote/react": "0.36.1",
"@blocknote/shadcn": "0.36.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",

View File

@@ -10,7 +10,7 @@ const fluxOutputBlock = createFluxOutputBlock()
export const logosSchema = BlockNoteSchema.create({
blockSpecs: {
...defaultBlockSpecs,
fluxOutput: fluxOutputBlock(),
fluxOutput: fluxOutputBlock,
},
})

View File

@@ -1,5 +1,4 @@
@import "shadcn/dist/tailwind.css";
@import "@blocknote/core/fonts/inter.css";
@import "@blocknote/shadcn/style.css";
@tailwind base;