mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
Publish
- tiptap-commands@1.10.0 - tiptap-extensions@1.19.0 - tiptap-utils@1.5.0 - tiptap@1.19.0
This commit is contained in:
parent
ec9c2f3e1f
commit
7b0de21a3a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.9.1",
|
||||
"version": "1.10.0",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -25,6 +25,6 @@
|
||||
"prosemirror-model": "^1.7.0",
|
||||
"prosemirror-schema-list": "^1.0.3",
|
||||
"prosemirror-state": "^1.2.3",
|
||||
"tiptap-utils": "^1.4.1"
|
||||
"tiptap-utils": "^1.5.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.18.1",
|
||||
"version": "1.19.0",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -30,8 +30,8 @@
|
||||
"prosemirror-transform": "^1.1.3",
|
||||
"prosemirror-utils": "^0.7.6",
|
||||
"prosemirror-view": "^1.9.2",
|
||||
"tiptap": "^1.18.1",
|
||||
"tiptap-commands": "^1.9.1"
|
||||
"tiptap": "^1.19.0",
|
||||
"tiptap-commands": "^1.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.18.1",
|
||||
"version": "1.19.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.3",
|
||||
"prosemirror-view": "^1.9.2",
|
||||
"tiptap-commands": "^1.9.1",
|
||||
"tiptap-utils": "^1.4.1"
|
||||
"tiptap-commands": "^1.10.0",
|
||||
"tiptap-utils": "^1.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user