- @tiptap/core@2.0.0-alpha.9
 - @tiptap/html@2.0.0-alpha.5
 - @tiptap/starter-kit@2.0.0-alpha.7
 - @tiptap/vue-starter-kit@2.0.0-alpha.8
This commit is contained in:
Philipp Kühn
2020-12-18 23:04:50 +01:00
parent 693866bacb
commit d3d6b3d6ea
8 changed files with 38 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/html",
"description": "utility package to render tiptap JSON as HTML",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -22,7 +22,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-alpha.8",
"@tiptap/core": "^2.0.0-alpha.9",
"hostic-dom": "^0.8.5",
"prosemirror-model": "^1.12.0"
}