mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
Publish
- tiptap-commands@0.2.2 - tiptap-extensions@0.3.1 - tiptap-utils@0.2.3 - tiptap@0.6.1
This commit is contained in:
parent
0826696e0d
commit
ed9c60df64
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-commands",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"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": "^0.2.2"
|
||||
"tiptap-utils": "^0.2.3"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-extensions",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -21,7 +21,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-history": "^1.0.2",
|
||||
"tiptap": "^0.6.0",
|
||||
"tiptap-commands": "^0.2.1"
|
||||
"tiptap": "^0.6.1",
|
||||
"tiptap-commands": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-utils",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
@ -31,7 +31,7 @@
|
||||
"prosemirror-model": "^1.5.0",
|
||||
"prosemirror-state": "^1.2.1",
|
||||
"prosemirror-view": "^1.4.3",
|
||||
"tiptap-commands": "^0.2.1",
|
||||
"tiptap-utils": "^0.2.2"
|
||||
"tiptap-commands": "^0.2.2",
|
||||
"tiptap-utils": "^0.2.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user