- tiptap-commands@1.4.0
 - tiptap-extensions@1.8.0
 - tiptap-utils@1.1.1
 - tiptap@1.8.0
This commit is contained in:
Philipp Kühn
2019-01-19 10:36:16 +01:00
parent c4e0bbeaf4
commit 118e7ebd00
4 changed files with 9 additions and 9 deletions

View File

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