- @tiptap/core@2.0.0-beta.176
 - @tiptap/extension-link@2.0.0-beta.38
 - @tiptap/extension-mention@2.0.0-beta.97
 - @tiptap/extension-table@2.0.0-beta.49
 - @tiptap/html@2.0.0-beta.175
 - @tiptap/starter-kit@2.0.0-beta.185
 - @tiptap/suggestion@2.0.0-beta.92
 - @tiptap/vue-2@2.0.0-beta.79
This commit is contained in:
Philipp Kühn
2022-05-18 10:53:18 +02:00
parent 59310c1dcb
commit 1789af864f
16 changed files with 99 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/html",
"description": "utility package to render tiptap JSON as HTML",
"version": "2.0.0-beta.174",
"version": "2.0.0-beta.175",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.175",
"@tiptap/core": "^2.0.0-beta.176",
"prosemirror-model": "^1.16.1",
"zeed-dom": "^0.9.19"
},