mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 11:09:01 +08:00
Publish
- tiptap-commands@1.10.6 - tiptap-extensions@1.20.2 - tiptap-utils@1.5.4 - tiptap@1.21.0
This commit is contained in:
parent
9db468748f
commit
92c4e0457c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.10.5",
|
||||
"version": "1.10.6",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -27,6 +27,6 @@
|
||||
"prosemirror-state": "^1.2.3",
|
||||
"prosemirror-tables": "^0.8.1",
|
||||
"prosemirror-utils": "^0.9.0",
|
||||
"tiptap-utils": "^1.5.3"
|
||||
"tiptap-utils": "^1.5.4"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.20.1",
|
||||
"version": "1.20.2",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -30,8 +30,8 @@
|
||||
"prosemirror-transform": "^1.1.3",
|
||||
"prosemirror-utils": "^0.9.0",
|
||||
"prosemirror-view": "^1.9.8",
|
||||
"tiptap": "^1.20.1",
|
||||
"tiptap-commands": "^1.10.5"
|
||||
"tiptap": "^1.21.0",
|
||||
"tiptap-commands": "^1.10.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.20.1",
|
||||
"version": "1.21.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.8",
|
||||
"tiptap-commands": "^1.10.5",
|
||||
"tiptap-utils": "^1.5.3"
|
||||
"tiptap-commands": "^1.10.6",
|
||||
"tiptap-utils": "^1.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user