v2.0.0-beta.197

This commit is contained in:
Dominik Biedebach
2022-09-26 15:26:23 +02:00
parent 17a41da5a7
commit be4cde0e02
110 changed files with 630 additions and 187 deletions

View File

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