mirror of https://github.com/halo-dev/halo
chore: bump tiptap version to 2.3.0 (#5655)
#### What type of PR is this? /area ui /kind improvement #### What this PR does / why we need it: 升级 Tiptap 的版本为 2.3.0。 - https://github.com/ueberdosis/tiptap/releases/tag/v2.3.0 - https://github.com/ueberdosis/tiptap/releases/tag/v2.2.6 - https://github.com/ueberdosis/tiptap/releases/tag/v2.2.5 - https://github.com/ueberdosis/tiptap/releases/tag/v2.2.4 #### Does this PR introduce a user-facing change? ```release-note 升级 Tiptap 的版本为 2.3.0。 ```pull/5746/head
parent
ac6896d0f3
commit
b05ed5814c
|
@ -59,7 +59,7 @@
|
|||
"@halo-dev/console-shared": "workspace:*",
|
||||
"@halo-dev/richtext-editor": "workspace:*",
|
||||
"@tanstack/vue-query": "^4.29.1",
|
||||
"@tiptap/extension-character-count": "^2.2.3",
|
||||
"@tiptap/extension-character-count": "^2.3.0",
|
||||
"@uppy/core": "^3.8.0",
|
||||
"@uppy/dashboard": "^3.7.1",
|
||||
"@uppy/drag-drop": "^3.0.3",
|
||||
|
|
|
@ -41,44 +41,44 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@ckpack/vue-color": "^1.5.0",
|
||||
"@tiptap/core": "^2.2.3",
|
||||
"@tiptap/extension-blockquote": "^2.2.3",
|
||||
"@tiptap/extension-bold": "^2.2.3",
|
||||
"@tiptap/extension-bullet-list": "^2.2.3",
|
||||
"@tiptap/extension-code": "^2.2.3",
|
||||
"@tiptap/extension-code-block": "^2.2.3",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.2.3",
|
||||
"@tiptap/extension-color": "^2.2.3",
|
||||
"@tiptap/extension-document": "^2.2.3",
|
||||
"@tiptap/extension-dropcursor": "^2.2.3",
|
||||
"@tiptap/extension-gapcursor": "^2.2.3",
|
||||
"@tiptap/extension-hard-break": "^2.2.3",
|
||||
"@tiptap/extension-heading": "^2.2.3",
|
||||
"@tiptap/extension-highlight": "^2.2.3",
|
||||
"@tiptap/extension-history": "^2.2.3",
|
||||
"@tiptap/extension-horizontal-rule": "^2.2.3",
|
||||
"@tiptap/extension-image": "^2.2.3",
|
||||
"@tiptap/extension-italic": "^2.2.3",
|
||||
"@tiptap/extension-link": "^2.2.3",
|
||||
"@tiptap/extension-list-item": "^2.2.3",
|
||||
"@tiptap/extension-list-keymap": "^2.2.3",
|
||||
"@tiptap/extension-ordered-list": "^2.2.3",
|
||||
"@tiptap/extension-paragraph": "^2.2.3",
|
||||
"@tiptap/extension-placeholder": "^2.2.3",
|
||||
"@tiptap/extension-strike": "^2.2.3",
|
||||
"@tiptap/extension-subscript": "^2.2.3",
|
||||
"@tiptap/extension-superscript": "^2.2.3",
|
||||
"@tiptap/extension-table": "2.2.0-rc.8",
|
||||
"@tiptap/extension-table-row": "^2.2.3",
|
||||
"@tiptap/extension-task-item": "^2.2.3",
|
||||
"@tiptap/extension-task-list": "^2.2.3",
|
||||
"@tiptap/extension-text": "^2.2.3",
|
||||
"@tiptap/extension-text-align": "^2.2.3",
|
||||
"@tiptap/extension-text-style": "^2.2.3",
|
||||
"@tiptap/extension-underline": "^2.2.3",
|
||||
"@tiptap/pm": "^2.2.3",
|
||||
"@tiptap/suggestion": "^2.2.3",
|
||||
"@tiptap/vue-3": "^2.2.3",
|
||||
"@tiptap/core": "^2.3.0",
|
||||
"@tiptap/extension-blockquote": "^2.3.0",
|
||||
"@tiptap/extension-bold": "^2.3.0",
|
||||
"@tiptap/extension-bullet-list": "^2.3.0",
|
||||
"@tiptap/extension-code": "^2.3.0",
|
||||
"@tiptap/extension-code-block": "^2.3.0",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.3.0",
|
||||
"@tiptap/extension-color": "^2.3.0",
|
||||
"@tiptap/extension-document": "^2.3.0",
|
||||
"@tiptap/extension-dropcursor": "^2.3.0",
|
||||
"@tiptap/extension-gapcursor": "^2.3.0",
|
||||
"@tiptap/extension-hard-break": "^2.3.0",
|
||||
"@tiptap/extension-heading": "^2.3.0",
|
||||
"@tiptap/extension-highlight": "^2.3.0",
|
||||
"@tiptap/extension-history": "^2.3.0",
|
||||
"@tiptap/extension-horizontal-rule": "^2.3.0",
|
||||
"@tiptap/extension-image": "^2.3.0",
|
||||
"@tiptap/extension-italic": "^2.3.0",
|
||||
"@tiptap/extension-link": "^2.3.0",
|
||||
"@tiptap/extension-list-item": "^2.3.0",
|
||||
"@tiptap/extension-list-keymap": "^2.3.0",
|
||||
"@tiptap/extension-ordered-list": "^2.3.0",
|
||||
"@tiptap/extension-paragraph": "^2.3.0",
|
||||
"@tiptap/extension-placeholder": "^2.3.0",
|
||||
"@tiptap/extension-strike": "^2.3.0",
|
||||
"@tiptap/extension-subscript": "^2.3.0",
|
||||
"@tiptap/extension-superscript": "^2.3.0",
|
||||
"@tiptap/extension-table": "^2.3.0",
|
||||
"@tiptap/extension-table-row": "^2.3.0",
|
||||
"@tiptap/extension-task-item": "^2.3.0",
|
||||
"@tiptap/extension-task-list": "^2.3.0",
|
||||
"@tiptap/extension-text": "^2.3.0",
|
||||
"@tiptap/extension-text-align": "^2.3.0",
|
||||
"@tiptap/extension-text-style": "^2.3.0",
|
||||
"@tiptap/extension-underline": "^2.3.0",
|
||||
"@tiptap/pm": "^2.3.0",
|
||||
"@tiptap/suggestion": "^2.3.0",
|
||||
"@tiptap/vue-3": "^2.3.0",
|
||||
"floating-vue": "2.0.0-beta.24",
|
||||
"github-markdown-css": "^5.2.0",
|
||||
"highlight.js": "11.8.0",
|
||||
|
|
|
@ -75,8 +75,8 @@ importers:
|
|||
specifier: ^4.29.1
|
||||
version: 4.29.1(vue@3.4.19)
|
||||
'@tiptap/extension-character-count':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@uppy/core':
|
||||
specifier: ^3.8.0
|
||||
version: 3.8.0
|
||||
|
@ -446,119 +446,119 @@ importers:
|
|||
specifier: ^1.5.0
|
||||
version: 1.5.0(vue@3.4.19)
|
||||
'@tiptap/core':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-blockquote':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-bold':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-bullet-list':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-code':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-code-block':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-code-block-lowlight':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/extension-code-block@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/extension-code-block@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-color':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/extension-text-style@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/extension-text-style@2.3.0)
|
||||
'@tiptap/extension-document':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-dropcursor':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-gapcursor':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-hard-break':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-heading':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-highlight':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-history':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-horizontal-rule':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-image':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-italic':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-link':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-list-item':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-list-keymap':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-ordered-list':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-paragraph':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-placeholder':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-strike':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-subscript':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-superscript':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-table':
|
||||
specifier: 2.2.0-rc.8
|
||||
version: 2.2.0-rc.8(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-table-row':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-task-item':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-task-list':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-text':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-text-align':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-text-style':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/extension-underline':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)
|
||||
'@tiptap/pm':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
'@tiptap/suggestion':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/vue-3':
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)(vue@3.4.19)
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)(vue@3.4.19)
|
||||
floating-vue:
|
||||
specifier: 2.0.0-beta.24
|
||||
version: 2.0.0-beta.24(vue@3.4.19)
|
||||
|
@ -5627,7 +5627,7 @@ packages:
|
|||
ts-dedent: 2.2.0
|
||||
type-fest: 2.19.0
|
||||
vue: 3.4.19(typescript@5.3.3)
|
||||
vue-component-type-helpers: 2.0.11
|
||||
vue-component-type-helpers: 2.0.13
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
|
@ -5725,345 +5725,345 @@ packages:
|
|||
'@testing-library/dom': 8.20.1
|
||||
dev: true
|
||||
|
||||
/@tiptap/core@2.2.3(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-0l3p1/cuaQk8XFf+Ft/ExbUjReGes5Iep7y4nuL/Fzi2S92DZzozY6cosXBHC/Xsqzn6zIkl/gnQTgmTvlmhCQ==}
|
||||
/@tiptap/core@2.3.0(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-Gk2JN3i5CMkYGmsbyFI7cBUftWa+F7QYmeCLTWfbuy+hCM2OBsnYVKxhggFPGXRL5KLBEgBWeCeWMHfIw3B2MA==}
|
||||
peerDependencies:
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-blockquote@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-gN23d/ADhTOB0YIM4lR0VrVczdyaXpmIVYYWZ45tQEVJzFWRSIScE9m9NaVqtqwEMpYHyTHxLth0OQutZ91sog==}
|
||||
/@tiptap/extension-blockquote@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-Cztt77t7f+f0fuPy+FWUL8rKTIpcdsVT0z0zYQFFafvGaom0ZALQSOdTR/q+Kle9I4DaCMO3/Q0mwax/D4k4+A==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-bold@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-bHeFkRY5+Nf2DKupstV8EIVn359tw/9MFwDEDoF9F+Sn/vjuS35vm0OqjXYg/Ya9CQvwl/2oym/fKv5kO+Q6og==}
|
||||
/@tiptap/extension-bold@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-SzkbJibHXFNU7TRaAebTtwbXUEhGZ8+MhlBn12aQ4QhdjNtFpQwKXQPyYeDyZGcyiOFgtFTb+WIfCGm8ZX0Fpw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-bubble-menu@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-6ybColxLznGilzOY/yk3KcpV4JQy+QDDW6Za6zWV6OEs9D8I8VUeMAS77isMMc1dffvHfmgZpVZm/lsva8UuCw==}
|
||||
/@tiptap/extension-bubble-menu@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-dqyfQ8idTlhapvt0fxCGvkyjw92pBEwPqmkJ01h3EE8wTh53j0ytOHyMSf1KBuzardxpd8Yya3zlrAcR0Z3DlQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
tippy.js: 6.3.7
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-bullet-list@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-BpYg1pIfLE+2LTC90ts53deEWGSmAojhM/jJ84U19qfbfXt/7/KHrZJ4SAMxJSW3pLpy0bIq2XuOuvppOYVR5g==}
|
||||
/@tiptap/extension-bullet-list@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-4nU4vJ5FjRDLqHm085vYAkuo68UK84Wl6CDSjm7sPVcu0FvQX02Okqt65azoSYQeS1SSSd5qq9YZuGWcYdp4Cw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-character-count@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-agLFrbeJHPBc5NbjP6Lzq1Rr3UCLBnK3rwH55ynLQZlTIejlLiMJE02js6tTttqHPkgu3qQ/SCcl2AesEKErGA==}
|
||||
/@tiptap/extension-character-count@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-O6w0I+uezVjRrytDBfrVKCIVGzUZ2Lq2pD370gODvdPmVE1PsinDUgRxbyMkCoAHjc0CNHODRPS/VuN8RFC1xA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-code-block-lowlight@2.2.3(@tiptap/core@2.2.3)(@tiptap/extension-code-block@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-zVd1Uq0lenbPhw0Mc4ZkrwPblaUp/lNQXGZ8ukhZYQ/JD1oWRA9s0hWQ8jqMi2hp1uTmH5vYFe5bOYqFpoL14g==}
|
||||
/@tiptap/extension-code-block-lowlight@2.3.0(@tiptap/core@2.3.0)(@tiptap/extension-code-block@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-xMxWr/Fvv0hnN+u+6SW0OI3RVan+C6nJDU8xKh2Tx2DlBXJ0yODmq5v8WJJpW38AbaLkFuJuY/OA3AZ6n9pNbg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/extension-code-block': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/extension-code-block': 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-code-block': 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-code-block@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-1xFM2Aj/JEWAT1PWjQ/7hEVmo1Av6JHxTANxMIjXUcmrMJkXDA+BQ7yItlwrrHxY0SJdxBbR/WWFn4dWIxd7iA==}
|
||||
/@tiptap/extension-code-block@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-+Ne6PRBwQt70Pp8aW2PewaEy4bHrNYn4N+y8MObsFtqLutXBz4nXnsXWiNYFQZwzlUY+CHG4XS73mx8oMOFfDw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-code@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-ZMp3CrbAV+PVOnPbGmruvlxFENLc+J/Fos8Y4mWvS1nDbrGuu19OKgKimwdzfDBpZVFVnHpEUnDTMBDzDe0hkg==}
|
||||
/@tiptap/extension-code@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-O2FZmosiIRoVbW82fZy8xW4h4gb2xAzxWzHEcsHPlwCbE3vYvcBMmbkQ5p+33eRtuRQInzl3Q/cwupv9ctIepQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-color@2.2.3(@tiptap/core@2.2.3)(@tiptap/extension-text-style@2.2.3):
|
||||
resolution: {integrity: sha512-d9CNqXkv6jWfb7gFxmuRw8+fgh90mbZJIWwLROrUEZj87rZbRggDh24KViR3W++Ha+G4WruoRrMlVsl62SFAVw==}
|
||||
/@tiptap/extension-color@2.3.0(@tiptap/core@2.3.0)(@tiptap/extension-text-style@2.3.0):
|
||||
resolution: {integrity: sha512-rqtdTaGawPZSRszwC/BlkJTF1diosIBBRSO5/YCRHT7CfGJNJyomL3eFREynXLKnXZ69SMceDh6yU6B54uTHXQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/extension-text-style': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/extension-text-style': 2.2.3(@tiptap/core@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-text-style': 2.3.0(@tiptap/core@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-document@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-60Egd9yKb5SzpQlstQAP2A/2a/Qr+A+TblMRKZugrT+NENUhAj6Tx1HxWlblqGu2MsS1iXvQLZ6BQO1jHkL2IQ==}
|
||||
/@tiptap/extension-document@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-WC55SMrtlsNOnHXpzbXDzJOp7eKmZV0rXooKmvCDqoiLO/DKpyQXyF+0UHfcRPmUAi2GWFPaer7+p1H9xzcjXg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-dropcursor@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-SFvxgVX8/l3H+fV1q6dwmVEwlHuGbaKp1pkQb16/cDiWke/AWOBFTGOIVDfulLI5IiRIL7u3uc+Fy7BXrGDqQw==}
|
||||
/@tiptap/extension-dropcursor@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-WWxxGQPWdbzxyYP6jtBYSq4wMRhINhI0wBC8pgkxTVwCIWftMuYj++FP4LLIpuWgj78PWApuoM0QQxk4Lj7FOw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-floating-menu@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-ZeQGmIFNImhu/zzn//Xzupwa82j2vIwiMoviX2zd+2DutoFnm4qRIAU6qpjzV+ZOSHAq3aBMGnYwEAY6vl4f3g==}
|
||||
/@tiptap/extension-floating-menu@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-bNY43/yU/+wGfmk2eDV7EPDAN/akbC+YnSKTA5VPJADzscvlrL2HlQrxbd/STIdlwKqdPU5MokcvCChhfZ4f6w==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
tippy.js: 6.3.7
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-gapcursor@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-zPVpxembkuOQL/eJ5oAjvZ9Tyv480OpViKrNtOsQh+0nZctmWKnfDntMoWBZiSeW1vsGjkeFIckdeEAQ1KbIxA==}
|
||||
/@tiptap/extension-gapcursor@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-OxcXcfD0uzNcXdXu2ZpXFAtXIsgK2MBHvFUs0t0gxtcL/t43pTOQBLy+29Ei30BxpwLghtX8jQ6IDzMiybq/sA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-hard-break@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-P7sP4WBEaQyiiFAswy9lKvaUWUAUwnfTSN3svTAgx0fpU3/ZeVWg+SDi5ve474Ym2oz2eRAr09mNTdWEUsL32Q==}
|
||||
/@tiptap/extension-hard-break@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-9pXi69SzLabbjY5KZ54UKzu7HAHTla9aYZKH56VatOAiJOPKJppFbU2/NfJwGzDrEtfOiDqr3dYbUDF3RuCFoQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-heading@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-7atctuvtwPqIAdnBPOhAMsJZd41UPnWN3CktzgzfsfEoplq/86QR1hGIE4JXVB2wAZDmbnKP9Fe8PCNr7Q8JCQ==}
|
||||
/@tiptap/extension-heading@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-YcZoUYfqb0nohoPgem4f8mjn5OqDomFrbJiC9VRHUOCIuEu+aJEYwp8mmdkLnS3f+LRCZ6G76cJJ50lkzSAZRw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-highlight@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-3K9WbrR2WCYq7a/2JSQi5K2zzG/5ebNfTOXyDcT3kn5B5PutyWuDCzqjkPxGXmkf8yEZTQ9Sn2lQPRMG3sNwFw==}
|
||||
/@tiptap/extension-highlight@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-An/tzoCMbugdaU02ORJeJ74DZI5pf9oqwX9RoYPQ5K81Ia3jG52BBVtFjGq/j10Tr4iOuCmOuE+PzNtnzz3UIw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-history@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-S1TUfLtrasyv4zFNlBL302uYaR4wxqR/T36a4d71c0ozr0PsdVc6/f9lfH4aYw4PmS3fzDwJj0PAJ9bb+qDbPw==}
|
||||
/@tiptap/extension-history@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-EF5Oq9fe/VBzU1Lsow2ubOlx1e1r4OQT1WUPGsRnL7pr94GH1Skpk7/hs9COJ9K6kP3Ebt42XjP0JEQodR58YA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-horizontal-rule@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-pc0J0hBcvj9ymJkFau1W/3L+OhB1PQzMjsx4ZWJvxURL8U7zdDqvYvJjfCA0i5Qw2ZuSVXFACGbEVr6NoCMRAw==}
|
||||
/@tiptap/extension-horizontal-rule@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-4DB8GU3uuDzzyqUmONIb3CHXcQ6Nuy4mHHkFSmUyEjg1i5eMQU5H7S6mNvZbltcJB2ImgCSwSMlj1kVN3MLIPg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-image@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-IkhISPZ++INAQ3RSwjtJkMIinRyY2g8bqfgyLrc6kXNtfxRGLYS+lizvnI5UUO6X4sRgg/FPfqctAz5bqQBGzA==}
|
||||
/@tiptap/extension-image@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-v1fLEEzrfXWavsLFUEkTiYYxwm1WDNrjuUriU5tG2Jv22NL1BL4BLVbZbGdkAk+qHWy8QWszrDJbcgGh2VNCoQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-italic@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-SSsFuRnm4Y4Qnc6EuvmA4iarLCt/sg8qkqCKiNPjDUP5JR8HGESeoYVjQzprLHY8jusT9qoC26TP1Sin5vZmWQ==}
|
||||
/@tiptap/extension-italic@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-jdFjLjdt5JtPlGMpoS6TEq5rznjbAYVlPwcw5VkYENVIYIGIR1ylIw2JwK1nUEsQ+OgYwVxHLejcUXWG1dCi2g==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-link@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-AKKgkllpj0Po/hi2bVz719OMqyB1nBhKU/Q05yeWVirOYwF2ZwfM4iK2Iab7xWUVhvlyIG3lrWFQL8A30yuqwQ==}
|
||||
/@tiptap/extension-link@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-CnJAlV0ZOdEhKmDfYKuHJVG8g79iCFQ85cX/CROTWyuMfXz9uhj2rLpZ6nfidVbonqxAhQp7NAIr2y+Fj5/53A==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
linkifyjs: 4.1.3
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-list-item@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-eyfk4f1jOioj+mkIN2m6XQK61MpV0fi17utt8VNx893Td8kS0g7HHuuYMwyjIRtG35ENUaAt7c216JQwnLsrAw==}
|
||||
/@tiptap/extension-list-item@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-mHU+IuRa56OT6YCtxf5Z7OSUrbWdKhGCEX7RTrteDVs5oMB6W3oF9j88M5qQmZ1WDcxvQhAOoXctnMt6eX9zcA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-list-keymap@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-fXmc1ArJyx9sccVg78RGH5XaZqrvFf69E7vPDfITgu/SjIrRLEFJn3k8mR1gJSf+qRR7XPa3TqSGU25a4RoGJw==}
|
||||
/@tiptap/extension-list-keymap@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-j/ZvCSOxQs9iyH/4UigQ9y6yRMFUvd3sCxuC3iJkShmQmUk6BnPhoURNkcHxx01cG79qdCJ6GpOCMdhfQfNQJQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-ordered-list@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-YIWpjkHAJN74tY185ZqatlG4+KbXQOdkJpc5cKWqO89gVWLi7+4xwdeeXbTEG64/LOOWS4Q6r1/EJmDy2FCbyA==}
|
||||
/@tiptap/extension-ordered-list@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-gkf0tltXjlUj0cqyfDV2r7xy9YPKtcVSWwlCPun6OOi0KzKFiAMqQpA9hy2W6gJ+KCp8+KNRMClZOfH4TnnBfg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-paragraph@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-4dP+Ecb2iEWW33ckFKjXRnSfEygaFUN19qzc7mUYD8e61ZA8caWL6//uL7DFIz4Q1rchyefbU52gCwTh2P42kQ==}
|
||||
/@tiptap/extension-paragraph@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-peCpA7DFqkd0cHb+cHv4YHNoMsXG8tKFNJlCHpLmsZWl2hWmpKgKmUrXAUfzjcFSvkZxn0xYc5oWbqUgg+2LzA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-placeholder@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-Kc+9a/uACY9XBT0uB/qFVpIHm8MzVr0uWA7MCjwDcMneANRLsXEBzWBzyHxRFoNRECfocivV9hQIhuO4i09c9A==}
|
||||
/@tiptap/extension-placeholder@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-1BOyxVLzyUYf6yOOeJ8CfpP6DSCS4L6HjBZqj6WP1z1NyBV8RAfhf3UuLNcimfSWAETXFR3g0ZbaxxWffI1cEg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-strike@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-3wwFk01ociZajRzD08hp4j/4isFUeD6BIkKPDnZeGD5HKPdTOaDciE3dJ3JaZZrRZPPdPV3yMt5hkBOapqEKzQ==}
|
||||
/@tiptap/extension-strike@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-gOW4ALeH8gkJiUGGXVy/AOd5lAPTX0bzoOW1+sCLcTA7t8dluBW7M2ngNYxTEtlKqyv7aLfrgsYSiqucmmfSLw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-subscript@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-zWN8MOfYSaGXNI5yKTk4I4hHSpCUz//NQASHD8OOKN+rt6i8RUTNynpJyCZC77RXdlvTY70Ox2vNgp/rriz+Qw==}
|
||||
/@tiptap/extension-subscript@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-yABeLpyx0nuSraGBaOoD4yayJM/7zy/LT1NGFsxwf4mNsCvjnUjSKg7vYljmiAHLDyxABwZQerWnpdwmN4Rnzg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-superscript@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-4V4PoXPuxCiiISFxz1StP/5azQqUmlwCECJg8ketrQ6WFfUf54lzCEjMeo9RwwdBbfpL6dhwJ8mmv6qil4j1KA==}
|
||||
/@tiptap/extension-superscript@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-M6ZIacIBPEJ01F3WsumoqzaccOPd4EIEQhZX3jD/2GYvWNn/2Is3ZdDvftcoOwup4D0ybM7GzbVesQMvht1vpg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-table-row@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-PohdsPNciwD5fN7I0cthOK8204GbYTZVe2YX1S54dCwoTIlzbJiWiFBLlftP0kqveWLTJD4l1CO0tUku39eFEA==}
|
||||
/@tiptap/extension-table-row@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-i2o/S8Mggw1GDxF5N5i8SvDvmOvbHu8MuWpdhFwfOkbrnEdtHlU/GjWIEstPymg4QyrfAEQa/KDffkrX0T7RNw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-table@2.2.0-rc.8(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-o/w+vVG0DIXU6Aal5OXJC/GHwkfazJZ8egBV1dHKyXV2hV4FAmAYpcGQyCpixtZxMTMVq3Ck1kFrbU9v5CqUQQ==}
|
||||
/@tiptap/extension-table@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-1cU0C5LFyF7Nm8K2X6sntuunpLDE11XV8gV4ALbXv0FNKx2rG9Wq0tQlGHAjhYZMhWt386T21N7o13aMAov1GA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-task-item@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-QffmRA56pq4mOb3MnWVOJTiW7NPf54z/iBIlW/8zLKcCKUr8PtC27rs++r5MmtsBrQInRm50b+ibKINyOixd+g==}
|
||||
/@tiptap/extension-task-item@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-WvQJiQSskI1dZLPgNH4hmYPW0HFyR/EHwogzVnY7XCn2/5isV0ewyaVuSfqTXvfEA/R5uCi95opwz61NFBc2nQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-task-list@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-ruwJ//jPjIT60p42goqqApCYsjZHk+E15HajEycdpu9gOqEiVh/Hsn8z4g3ZYwgMF8SuyU4mm11K05xYtoG40A==}
|
||||
/@tiptap/extension-task-list@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-TBgqf4s3DpUV97w7AAj1WZDnZ3rZQ8B645d9bBayo4VfRzHCLefv5cVP/Ye9GA23T4FZoHNR+yIPrM7SfhkmPA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-text-align@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-Di/nNTlWsd9LW2NYUg80MkwDnDy9E8H2o2m8Vi/FgvCvDikDr/VD2+AD37SfJMxAjiPFqhJJMyci3vY2Yenv0g==}
|
||||
/@tiptap/extension-text-align@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-Pj+Yuk8xpYLGxNKGRUwvjlrOQP66ZyzjpJN5xqjJ7anzb2OKrluWMBco3xhjd/h03viA+wYeJKfnEpk/SbzHTQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-text-style@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-23OGAX0GFXY3CBlrsgqgWTw2G6RNPao4O8FV/Ryvo2ckSI58ITOgXQtt6pejk424RAFVolHUKob36VGfC7RRGw==}
|
||||
/@tiptap/extension-text-style@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-S+sQZqd+QtJjbZ0LOp0Krf0dlrdMx7BQL0sUNKPq8XXRMcfW0pEEFGIU/0VDFQCldLIuyd7lZ8zo5cjaAgskIA==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-text@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-BrWGCkmuzVcsNy7dSCfJyVwedPzeNz6BR/OUNzM8Mqt2KSxfoIRy7cg16HvFB4YW+ijrM9XUqDIFvqYI0TY+Jg==}
|
||||
/@tiptap/extension-text@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-zkudl0TyKRy/8vHtyo5dMzjBRD0HEUnsS8YOsjR4xwQq5EYUXleRgM1s6lb6Yms2sLUAZRWdDddoQ686iq4zQg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/extension-underline@2.2.3(@tiptap/core@2.2.3):
|
||||
resolution: {integrity: sha512-Y6PTaXmDFay39+Knk77T+Ezc5vuC/gFxZFD6cQhjctZHMJ2QMAguMKWtBVaSs78HBkKnwTU9EViAFBurz++Geg==}
|
||||
/@tiptap/extension-underline@2.3.0(@tiptap/core@2.3.0):
|
||||
resolution: {integrity: sha512-vmmcwCPmWqGKYHZevz50+bxrpHyiu5y6YZweAE476hn8Mud6vYg7RpkXgW8bjkCOky6UA51uelslSc0XrLE6uw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
dev: false
|
||||
|
||||
/@tiptap/pm@2.2.3:
|
||||
resolution: {integrity: sha512-jYZX+0fjN+a1J8qY72Poz1LK6X6oHVQkJIq6qzcx3rm0voYZNVRzP2GIfzstncZiEqRXABHY3mWfOi2I4K9tQA==}
|
||||
/@tiptap/pm@2.3.0:
|
||||
resolution: {integrity: sha512-4WYqShZBwDyReKvapC0nmeYdOtZbZ31y4MjolpKQaSD4I7kg/oZspC+byUGdvIRsNpRN7i2X0IyvdISKk8gw5Q==}
|
||||
dependencies:
|
||||
prosemirror-changeset: 2.2.1
|
||||
prosemirror-collab: 1.3.1
|
||||
|
@ -6085,27 +6085,27 @@ packages:
|
|||
prosemirror-view: 1.33.1
|
||||
dev: false
|
||||
|
||||
/@tiptap/suggestion@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3):
|
||||
resolution: {integrity: sha512-pMInbk8+rYNaCz4oT/uS498mxSGIJXU32mkXv7wdDqMT2nnZQ2AHtJDUtMuB1RX+DS4ll9vdzrKqQHSW5t2ybQ==}
|
||||
/@tiptap/suggestion@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0):
|
||||
resolution: {integrity: sha512-QngwR9ahodVfwqp/kXxJvuL3zNb6XZu+vCuWy8RJrGP8DA7SCI9t8t7iB6NfG4kSsRGxM+3DuLi+2xOZQUaEVQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
dev: false
|
||||
|
||||
/@tiptap/vue-3@2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)(vue@3.4.19):
|
||||
resolution: {integrity: sha512-TC+pncpxP6GHgM+qvX/1mfT+Xl3OlEekZqjetNJC/MfFM55OL5dIEu5kVjOiRsGQ/TWgwBGPrRYEE0Y1D6FuBA==}
|
||||
/@tiptap/vue-3@2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)(vue@3.4.19):
|
||||
resolution: {integrity: sha512-Jgsoouq7gD6SkUf7McOJnKOHqVTVDJkPqhXZUZyJbJ22wD+7drxlauWwWexEymbs95ByhKblreLwcumvbOztgg==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^2.0.0
|
||||
'@tiptap/pm': ^2.0.0
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
'@tiptap/core': 2.2.3(@tiptap/pm@2.2.3)
|
||||
'@tiptap/extension-bubble-menu': 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
'@tiptap/extension-floating-menu': 2.2.3(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)
|
||||
'@tiptap/pm': 2.2.3
|
||||
'@tiptap/core': 2.3.0(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-bubble-menu': 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/extension-floating-menu': 2.3.0(@tiptap/core@2.3.0)(@tiptap/pm@2.3.0)
|
||||
'@tiptap/pm': 2.3.0
|
||||
vue: 3.4.19(typescript@5.3.3)
|
||||
dev: false
|
||||
|
||||
|
@ -9514,6 +9514,7 @@ packages:
|
|||
/entities@4.4.0:
|
||||
resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==}
|
||||
engines: {node: '>=0.12'}
|
||||
dev: true
|
||||
|
||||
/entities@4.5.0:
|
||||
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
||||
|
@ -13010,7 +13011,7 @@ packages:
|
|||
hasBin: true
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
entities: 4.4.0
|
||||
entities: 4.5.0
|
||||
linkify-it: 5.0.0
|
||||
mdurl: 2.0.0
|
||||
punycode.js: 2.3.1
|
||||
|
@ -17604,8 +17605,8 @@ packages:
|
|||
resolution: {integrity: sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg==}
|
||||
dev: true
|
||||
|
||||
/vue-component-type-helpers@2.0.11:
|
||||
resolution: {integrity: sha512-8aluKz5oVC8PvVQAYgyIefOlqzKVmAOTCx2imbrFBVLbF7mnJvyMsE2A7rqX/4f4uT6ee9o8u3GcoRpUWc0xsw==}
|
||||
/vue-component-type-helpers@2.0.13:
|
||||
resolution: {integrity: sha512-xNO5B7DstNWETnoYflLkVgh8dK8h2ZDgxY1M2O0zrqGeBNq5yAZ8a10yCS9+HnixouNGYNX+ggU9MQQq86HTpg==}
|
||||
dev: true
|
||||
|
||||
/vue-demi@0.13.11(vue@3.4.19):
|
||||
|
|
Loading…
Reference in New Issue