mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
Publish
- tiptap-commands@1.10.7 - tiptap-extensions@1.21.0 - tiptap-utils@1.5.5 - tiptap@1.21.1
This commit is contained in:
parent
11c40f07a5
commit
d2e454dddd
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.10.6",
|
||||
"version": "1.10.7",
|
||||
"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.4"
|
||||
"tiptap-utils": "^1.5.5"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.20.2",
|
||||
"version": "1.21.0",
|
||||
"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.21.0",
|
||||
"tiptap-commands": "^1.10.6"
|
||||
"tiptap": "^1.21.1",
|
||||
"tiptap-commands": "^1.10.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.5.4",
|
||||
"version": "1.5.5",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.21.0",
|
||||
"version": "1.21.1",
|
||||
"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.8",
|
||||
"tiptap-commands": "^1.10.6",
|
||||
"tiptap-utils": "^1.5.4"
|
||||
"tiptap-commands": "^1.10.7",
|
||||
"tiptap-utils": "^1.5.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user