@tiptap/vue-3
Advanced tools
Comparing version 2.5.5 to 2.5.6
@@ -157,5 +157,3 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model'; | ||
*/ | ||
attributes: { | ||
[key: string]: Attribute; | ||
}; | ||
attributes: Record<string, Attribute | undefined>; | ||
}[]; | ||
@@ -162,0 +160,0 @@ export type PickValue<T, K extends keyof T> = T[K]; |
{ | ||
"name": "@tiptap/vue-3", | ||
"description": "Vue components for tiptap", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,13 +32,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.5.5", | ||
"@tiptap/extension-floating-menu": "^2.5.5" | ||
"@tiptap/extension-bubble-menu": "^2.5.6", | ||
"@tiptap/extension-floating-menu": "^2.5.6" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.5", | ||
"@tiptap/pm": "^2.5.5", | ||
"@tiptap/core": "^2.5.6", | ||
"@tiptap/pm": "^2.5.6", | ||
"vue": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.5", | ||
"@tiptap/pm": "^2.5.5", | ||
"@tiptap/core": "^2.5.6", | ||
"@tiptap/pm": "^2.5.6", | ||
"vue": "^3.0.0" | ||
@@ -45,0 +45,0 @@ }, |
314895
6246