alpha to beta

This commit is contained in:
Philipp Kühn
2021-03-05 12:47:10 +01:00
parent d18d30ba08
commit 2fa178c0f7
46 changed files with 112 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/html",
"description": "utility package to render tiptap JSON as HTML",
"version": "2.0.0-alpha.18",
"version": "2.0.0-beta.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -22,7 +22,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-alpha.22",
"@tiptap/core": "^2.0.0-beta.0",
"hostic-dom": "^0.8.6",
"prosemirror-model": "^1.13.3"
}