@tiptap/vue-2
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-2", | ||
"description": "Vue components for tiptap", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,14 +32,14 @@ "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", | ||
"vue-ts-types": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.5", | ||
"@tiptap/pm": "^2.5.5", | ||
"@tiptap/core": "^2.5.6", | ||
"@tiptap/pm": "^2.5.6", | ||
"vue": "^2.6.0" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.5", | ||
"@tiptap/pm": "^2.5.5", | ||
"@tiptap/core": "^2.5.6", | ||
"@tiptap/pm": "^2.5.6", | ||
"vue": "^2.6.0" | ||
@@ -46,0 +46,0 @@ }, |
269875
5538