mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 08:48:35 +08:00
fix: extension-document
This commit is contained in:
@@ -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';
|
||||
|
||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user