v2.0.0-beta.193

This commit is contained in:
Dominik Biedebach
2022-09-10 21:12:56 +02:00
parent 435a560464
commit e25d4a3710
16 changed files with 749 additions and 26 deletions

View File

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