- @tiptap/core@2.0.0-beta.4
 - @tiptap/extension-focus@2.0.0-beta.2
 - @tiptap/extension-mention@2.0.0-beta.4
 - @tiptap/extension-table@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.4
 - @tiptap/react@2.0.0-beta.4
 - @tiptap/suggestion@2.0.0-beta.4
 - @tiptap/vue-2@2.0.0-beta.4
 - @tiptap/vue-3@2.0.0-beta.5
 - @tiptap/vue-starter-kit@2.0.0-beta.5
 - @tiptap/vue@2.0.0-beta.2
This commit is contained in:
Philipp Kühn
2021-03-18 11:42:20 +01:00
parent b44b635366
commit 923775ae39
22 changed files with 103 additions and 15 deletions

View File

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