- @tiptap/core@2.0.0-beta.173
 - @tiptap/extension-typography@2.0.0-beta.20
 - @tiptap/html@2.0.0-beta.172
 - @tiptap/react@2.0.0-beta.108
 - @tiptap/starter-kit@2.0.0-beta.182
This commit is contained in:
Philipp Kühn
2022-02-07 09:10:11 +01:00
parent 70422dd107
commit 3227b7736b
10 changed files with 53 additions and 7 deletions

View File

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