Skip to content

Commit 2b8d2e0

Browse files
committed
fixup! ⬆️(dependencies) upgrade Blocknote to last version
1 parent 2ff1dc5 commit 2b8d2e0

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

src/frontend/apps/impress/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@react-pdf/renderer": "4.3.1",
4444
"@sentry/nextjs": "10.22.0",
4545
"@tanstack/react-query": "5.90.6",
46-
"@tiptap/core": "3.10.1",
4746
"@tiptap/extensions": "3.10.1",
4847
"canvg": "4.0.3",
4948
"clsx": "2.1.1",

src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,6 @@ const patchedVideoBlock = {
6767
},
6868
};
6969

70-
const patchedFileBlock = {
71-
...defaultBlockSpecs.file,
72-
config: {
73-
...defaultBlockSpecs.file.config,
74-
propSchema: {
75-
...defaultBlockSpecs.file.config.propSchema,
76-
previewWidth: { default: 512, type: 'number' as const },
77-
},
78-
},
79-
};
80-
8170
const patchedAudioBlock = {
8271
...defaultBlockSpecs.audio,
8372
config: {
@@ -110,7 +99,6 @@ const baseBlockNoteSchema = withPageBreak(
11099
audio: patchedAudioBlock,
111100
callout: CalloutBlock(),
112101
codeBlock: createCodeBlockSpec(codeBlockOptions),
113-
file: patchedFileBlock,
114102
image: patchedImageBlock(),
115103
pdf: PdfBlock(),
116104
uploadLoader: UploadLoaderBlock(),

src/frontend/yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5261,11 +5261,6 @@
52615261
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149"
52625262
integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==
52635263

5264-
"@tiptap/core@3.10.1":
5265-
version "3.10.1"
5266-
resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-3.10.1.tgz#89fec750db261ee569f64926b3b9f9a509b81ea3"
5267-
integrity sha512-YY/u+RsjLVhcUaIn+wv6vjMx8kldO7SzFFnRu0iuC+QW57VrlqUzqz5PR6CenphwJHuqGM5b3SCr4K2ZPjN8jQ==
5268-
52695264
"@tiptap/core@^3.10.2":
52705265
version "3.10.7"
52715266
resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-3.10.7.tgz#3e56d68d2a8f7e686b31261c720052a580d1d5c0"

0 commit comments

Comments
 (0)