- @tiptap/core@2.0.0-beta.15
 - @tiptap/extension-dropcursor@2.0.0-beta.2
 - @tiptap/extension-mention@2.0.0-beta.15
 - @tiptap/extension-placeholder@2.0.0-beta.4
 - @tiptap/extension-task-item@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.15
 - @tiptap/starter-kit@2.0.0-beta.10
 - @tiptap/suggestion@2.0.0-beta.15
 - @tiptap/vue-3@2.0.0-beta.16
 - @tiptap/vue-starter-kit@2.0.0-beta.14
This commit is contained in:
Philipp Kühn
2021-04-06 19:11:40 +02:00
parent cc5d8d3623
commit 2a64dda01d
20 changed files with 99 additions and 16 deletions

View File

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