v2.0.0-beta.196

This commit is contained in:
Dominik Biedebach
2022-09-21 00:49:19 +02:00
parent ae13cf61ad
commit 95842e18f6
110 changed files with 636 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.195",
"version": "2.0.0-beta.196",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.195",
"@tiptap/core": "^2.0.0-beta.196",
"prosemirror-model": "1.18.1",
"zeed-dom": "^0.9.19"
},