- tiptap-commands@1.10.11
 - tiptap-extensions@1.25.0
 - tiptap-utils@1.6.0
 - tiptap@1.23.5
This commit is contained in:
Philipp Kühn
2019-07-23 19:53:50 +02:00
parent 26ca656515
commit e200c719d1
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "1.23.4",
"version": "1.23.5",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -28,8 +28,8 @@
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12",
"tiptap-commands": "^1.10.10",
"tiptap-utils": "^1.5.8"
"tiptap-commands": "^1.10.11",
"tiptap-utils": "^1.6.0"
},
"peerDependencies": {
"vue": "^2.5.17",