fix: broken build
This commit is contained in:
660
frontend/package-lock.json
generated
660
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,9 @@
|
|||||||
"test:run": "vitest run"
|
"test:run": "vitest run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@blocknote/core": "^0.47.1",
|
"@blocknote/core": "0.36.1",
|
||||||
"@blocknote/react": "^0.47.1",
|
"@blocknote/react": "0.36.1",
|
||||||
"@blocknote/shadcn": "^0.47.1",
|
"@blocknote/shadcn": "0.36.1",
|
||||||
"@radix-ui/react-avatar": "^1.1.11",
|
"@radix-ui/react-avatar": "^1.1.11",
|
||||||
"@radix-ui/react-collapsible": "^1.1.12",
|
"@radix-ui/react-collapsible": "^1.1.12",
|
||||||
"@radix-ui/react-context-menu": "^2.2.16",
|
"@radix-ui/react-context-menu": "^2.2.16",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ const fluxOutputBlock = createFluxOutputBlock()
|
|||||||
export const logosSchema = BlockNoteSchema.create({
|
export const logosSchema = BlockNoteSchema.create({
|
||||||
blockSpecs: {
|
blockSpecs: {
|
||||||
...defaultBlockSpecs,
|
...defaultBlockSpecs,
|
||||||
fluxOutput: fluxOutputBlock(),
|
fluxOutput: fluxOutputBlock,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@import "shadcn/dist/tailwind.css";
|
@import "shadcn/dist/tailwind.css";
|
||||||
@import "@blocknote/core/fonts/inter.css";
|
|
||||||
@import "@blocknote/shadcn/style.css";
|
@import "@blocknote/shadcn/style.css";
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
|
|||||||
Reference in New Issue
Block a user