mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
Publish
- tiptap-commands@1.13.1 - tiptap-extensions@1.29.1 - tiptap-utils@1.9.1 - tiptap@1.27.1
This commit is contained in:
parent
f9a2a24e0a
commit
92eb2c61cc
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.13.0",
|
||||
"version": "1.13.1",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -27,6 +27,6 @@
|
||||
"prosemirror-state": "1.3.3",
|
||||
"prosemirror-tables": "1.0.0",
|
||||
"prosemirror-utils": "0.9.6",
|
||||
"tiptap-utils": "^1.9.0"
|
||||
"tiptap-utils": "^1.9.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.29.0",
|
||||
"version": "1.29.1",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -30,8 +30,8 @@
|
||||
"prosemirror-transform": "1.2.5",
|
||||
"prosemirror-utils": "0.9.6",
|
||||
"prosemirror-view": "1.14.7",
|
||||
"tiptap": "^1.27.0",
|
||||
"tiptap-commands": "^1.13.0"
|
||||
"tiptap": "^1.27.1",
|
||||
"tiptap-commands": "^1.13.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.27.0",
|
||||
"version": "1.27.1",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"prosemirror-model": "1.9.1",
|
||||
"prosemirror-state": "1.3.3",
|
||||
"prosemirror-view": "1.14.7",
|
||||
"tiptap-commands": "^1.13.0",
|
||||
"tiptap-utils": "^1.9.0"
|
||||
"tiptap-commands": "^1.13.1",
|
||||
"tiptap-utils": "^1.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user