mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
Publish
- tiptap-commands@1.17.1 - tiptap-extensions@1.35.1 - tiptap-utils@1.13.1 - tiptap@1.32.1
This commit is contained in:
parent
caa254d172
commit
b90a6a204c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.17.0",
|
||||
"version": "1.17.1",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
@ -26,6 +26,6 @@
|
||||
"prosemirror-schema-list": "^1.1.4",
|
||||
"prosemirror-state": "^1.3.3",
|
||||
"prosemirror-tables": "^1.1.1",
|
||||
"tiptap-utils": "^1.13.0"
|
||||
"tiptap-utils": "^1.13.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.35.0",
|
||||
"version": "1.35.1",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
@ -29,9 +29,9 @@
|
||||
"prosemirror-tables": "^1.1.1",
|
||||
"prosemirror-transform": "^1.2.8",
|
||||
"prosemirror-view": "^1.16.5",
|
||||
"tiptap": "^1.32.0",
|
||||
"tiptap-commands": "^1.17.0",
|
||||
"tiptap-utils": "^1.13.0"
|
||||
"tiptap": "^1.32.1",
|
||||
"tiptap-commands": "^1.17.1",
|
||||
"tiptap-utils": "^1.13.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.13.0",
|
||||
"version": "1.13.1",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.32.0",
|
||||
"version": "1.32.1",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"prosemirror-model": "^1.13.1",
|
||||
"prosemirror-state": "^1.3.3",
|
||||
"prosemirror-view": "^1.16.5",
|
||||
"tiptap-commands": "^1.17.0",
|
||||
"tiptap-utils": "^1.13.0"
|
||||
"tiptap-commands": "^1.17.1",
|
||||
"tiptap-utils": "^1.13.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user