- tiptap-commands@1.14.2
 - tiptap-extensions@1.31.2
 - tiptap-utils@1.10.2
 - tiptap@1.29.2
This commit is contained in:
Hans Pagel
2020-07-28 20:17:25 +02:00
parent f98c2c0eca
commit 5b33df55b0
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "1.29.1",
"version": "1.29.2",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.dev",
"license": "MIT",
@@ -28,8 +28,8 @@
"prosemirror-model": "1.10.0",
"prosemirror-state": "1.3.3",
"prosemirror-view": "1.15.0",
"tiptap-commands": "^1.14.1",
"tiptap-utils": "^1.10.1"
"tiptap-commands": "^1.14.2",
"tiptap-utils": "^1.10.2"
},
"peerDependencies": {
"vue": "^2.5.17",