- @tiptap/core@2.0.0-beta.155
 - @tiptap/extension-bubble-menu@2.0.0-beta.52
 - @tiptap/extension-floating-menu@2.0.0-beta.47
 - @tiptap/html@2.0.0-beta.154
 - @tiptap/react@2.0.0-beta.99
 - @tiptap/starter-kit@2.0.0-beta.159
 - @tiptap/vue-2@2.0.0-beta.72
 - @tiptap/vue-3@2.0.0-beta.84
This commit is contained in:
Philipp Kühn
2021-12-15 10:32:09 +01:00
parent 083fdecf43
commit 56cbf99f9f
16 changed files with 87 additions and 16 deletions

View File

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