- tiptap-commands@1.12.7
 - tiptap-extensions@1.28.8
 - tiptap@1.26.8
This commit is contained in:
Philipp Kühn 2020-04-02 09:23:34 +02:00
parent 1ee114be5d
commit 441af1a6ce
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-commands",
"version": "1.12.6",
"version": "1.12.7",
"description": "Commands for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "1.28.7",
"version": "1.28.8",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@ -30,8 +30,8 @@
"prosemirror-transform": "1.2.4",
"prosemirror-utils": "0.9.6",
"prosemirror-view": "1.14.6",
"tiptap": "^1.26.7",
"tiptap-commands": "^1.12.6"
"tiptap": "^1.26.8",
"tiptap-commands": "^1.12.7"
},
"peerDependencies": {
"vue": "^2.5.17",

View File

@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "1.26.7",
"version": "1.26.8",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@ -28,7 +28,7 @@
"prosemirror-model": "1.9.1",
"prosemirror-state": "1.3.3",
"prosemirror-view": "1.14.6",
"tiptap-commands": "^1.12.6",
"tiptap-commands": "^1.12.7",
"tiptap-utils": "^1.8.4"
},
"peerDependencies": {