mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 19:59:02 +08:00
Publish
- tiptap-commands@1.0.1 - tiptap-extensions@1.0.1 - tiptap-utils@1.0.1 - tiptap@1.0.1
This commit is contained in:
parent
08ce3da4fc
commit
a4df927d64
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -23,6 +23,6 @@
|
||||
"prosemirror-commands": "^1.0.7",
|
||||
"prosemirror-inputrules": "^1.0.1",
|
||||
"prosemirror-schema-list": "^1.0.1",
|
||||
"tiptap-utils": "^1.0.0"
|
||||
"tiptap-utils": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -25,8 +25,8 @@
|
||||
"prosemirror-history": "^1.0.3",
|
||||
"prosemirror-state": "^1.2.2",
|
||||
"prosemirror-view": "^1.6.5",
|
||||
"tiptap": "^1.0.0",
|
||||
"tiptap-commands": "^1.0.0"
|
||||
"tiptap": "^1.0.1",
|
||||
"tiptap-commands": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -27,8 +27,8 @@
|
||||
"prosemirror-model": "^1.6.3",
|
||||
"prosemirror-state": "^1.2.1",
|
||||
"prosemirror-view": "^1.6.5",
|
||||
"tiptap-commands": "^1.0.0",
|
||||
"tiptap-utils": "^1.0.0"
|
||||
"tiptap-commands": "^1.0.1",
|
||||
"tiptap-utils": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.17",
|
||||
|
Loading…
Reference in New Issue
Block a user