File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
src/features/docs/doc-editor/components Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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-
8170const 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 ( ) ,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments