@tiptap/extension-mention
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -0,3 +1,3 @@ | ||
import { Slice } from '@tiptap/pm/model'; | ||
import { Plugin } from '@tiptap/pm/state'; | ||
import { Slice } from 'packages/pm/model'; | ||
export declare const DropPlugin: (onDrop: (e: DragEvent, slice: Slice, moved: boolean) => void) => Plugin<any>; |
{ | ||
"name": "@tiptap/extension-mention", | ||
"description": "mention extension for tiptap", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,2 +32,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.7.1", | ||
"@tiptap/pm": "^2.7.1", | ||
"@tiptap/suggestion": "^2.7.1" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.7.0", | ||
@@ -37,7 +42,2 @@ "@tiptap/pm": "^2.7.0", | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.7.0-pre.0", | ||
"@tiptap/pm": "^2.7.0-pre.0", | ||
"@tiptap/suggestion": "^2.7.0-pre.0" | ||
}, | ||
"repository": { | ||
@@ -44,0 +44,0 @@ "type": "git", |
218843