mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
Publish
- tiptap-commands@1.12.1 - tiptap-extensions@1.28.2 - tiptap-utils@1.8.1 - tiptap@1.26.2
This commit is contained in:
parent
0d4f76245e
commit
fffbc244b1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -27,6 +27,6 @@
|
||||
"prosemirror-state": "^1.2.4",
|
||||
"prosemirror-tables": "^0.9.5",
|
||||
"prosemirror-utils": "^0.9.6",
|
||||
"tiptap-utils": "^1.8.0"
|
||||
"tiptap-utils": "^1.8.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.28.1",
|
||||
"version": "1.28.2",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -30,8 +30,8 @@
|
||||
"prosemirror-transform": "^1.1.5",
|
||||
"prosemirror-utils": "^0.9.6",
|
||||
"prosemirror-view": "^1.11.4",
|
||||
"tiptap": "^1.26.1",
|
||||
"tiptap-commands": "^1.12.0"
|
||||
"tiptap": "^1.26.2",
|
||||
"tiptap-commands": "^1.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.26.1",
|
||||
"version": "1.26.2",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"prosemirror-model": "^1.7.3",
|
||||
"prosemirror-state": "^1.2.4",
|
||||
"prosemirror-view": "^1.11.4",
|
||||
"tiptap-commands": "^1.12.0",
|
||||
"tiptap-utils": "^1.8.0"
|
||||
"tiptap-commands": "^1.12.1",
|
||||
"tiptap-utils": "^1.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user