Publish
- tiptap-commands@1.4.0 - tiptap-extensions@1.8.0 - tiptap-utils@1.1.1 - tiptap@1.8.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@@ -24,6 +24,6 @@
|
||||
"prosemirror-inputrules": "^1.0.1",
|
||||
"prosemirror-schema-list": "^1.0.1",
|
||||
"prosemirror-state": "^1.2.2",
|
||||
"tiptap-utils": "^1.1.0"
|
||||
"tiptap-utils": "^1.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@@ -27,8 +27,8 @@
|
||||
"prosemirror-tables": "^0.7.10",
|
||||
"prosemirror-utils": "^0.7.5",
|
||||
"prosemirror-view": "^1.6.8",
|
||||
"tiptap": "^1.7.0",
|
||||
"tiptap-commands": "^1.3.0"
|
||||
"tiptap": "^1.8.0",
|
||||
"tiptap-commands": "^1.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user