fix: extension-document
parent
bb78882f72
commit
2428fb1407
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@tiptap/core": "catalog:",
|
||||
"@tiptap/extension-doc": "catalog:",
|
||||
"@tiptap/extension-document": "catalog:",
|
||||
"@tiptap/extension-highlight": "catalog:",
|
||||
"@tiptap/extension-image": "catalog:",
|
||||
"@tiptap/extension-link": "catalog:",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import type { VbenTiptapExtensionOptions } from './types';
|
|||
|
||||
import { $t } from '@vben/locales';
|
||||
|
||||
import Document from '@tiptap/extension-doc';
|
||||
import Document from '@tiptap/extension-document';
|
||||
import Highlight from '@tiptap/extension-highlight';
|
||||
import Image from '@tiptap/extension-image';
|
||||
import Link from '@tiptap/extension-link';
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@ catalogs:
|
|||
'@tiptap/core':
|
||||
specifier: ^3.21.0
|
||||
version: 3.21.0
|
||||
'@tiptap/extension-document':
|
||||
specifier: ^3.21.0
|
||||
version: 3.21.0
|
||||
'@tiptap/extension-highlight':
|
||||
specifier: ^3.21.0
|
||||
version: 3.21.0
|
||||
|
|
@ -1791,6 +1794,9 @@ importers:
|
|||
'@tiptap/core':
|
||||
specifier: 'catalog:'
|
||||
version: 3.21.0(@tiptap/pm@3.21.0)
|
||||
'@tiptap/extension-document':
|
||||
specifier: 'catalog:'
|
||||
version: 3.21.0(@tiptap/core@3.21.0(@tiptap/pm@3.21.0))
|
||||
'@tiptap/extension-highlight':
|
||||
specifier: 'catalog:'
|
||||
version: 3.21.0(@tiptap/core@3.21.0(@tiptap/pm@3.21.0))
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ catalog:
|
|||
'@tanstack/vue-query': ^5.95.2
|
||||
'@tanstack/vue-store': ^0.9.3
|
||||
'@tiptap/core': ^3.21.0
|
||||
'@tiptap/extension-doc': ^3.21.0
|
||||
'@tiptap/extension-document': ^3.21.0
|
||||
'@tiptap/extension-highlight': ^3.21.0
|
||||
'@tiptap/extension-image': ^3.21.0
|
||||
'@tiptap/extension-link': ^3.21.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue