- tiptap-commands@1.8.0
 - tiptap-extensions@1.17.0
 - tiptap-utils@1.4.0
 - tiptap@1.17.0
This commit is contained in:
Philipp Kühn
2019-04-30 20:16:04 +02:00
parent d0fc404139
commit 0e59e0cc0c
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "1.16.2",
"version": "1.17.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -28,8 +28,8 @@
"prosemirror-model": "^1.7.0",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.8.9",
"tiptap-commands": "^1.7.1",
"tiptap-utils": "^1.3.0"
"tiptap-commands": "^1.8.0",
"tiptap-utils": "^1.4.0"
},
"peerDependencies": {
"vue": "^2.5.17",