- @tiptap/core@2.0.0-beta.163
 - @tiptap/extension-mention@2.0.0-beta.92
 - @tiptap/html@2.0.0-beta.162
 - @tiptap/starter-kit@2.0.0-beta.171
 - @tiptap/suggestion@2.0.0-beta.87
This commit is contained in:
Philipp Kühn
2022-01-13 13:58:08 +01:00
parent 42d3ee8fc9
commit d71c27fe99
10 changed files with 54 additions and 8 deletions

View File

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