- @tiptap/core@2.0.0-beta.155
 - @tiptap/extension-bubble-menu@2.0.0-beta.52
 - @tiptap/extension-floating-menu@2.0.0-beta.47
 - @tiptap/html@2.0.0-beta.154
 - @tiptap/react@2.0.0-beta.99
 - @tiptap/starter-kit@2.0.0-beta.159
 - @tiptap/vue-2@2.0.0-beta.72
 - @tiptap/vue-3@2.0.0-beta.84
This commit is contained in:
Philipp Kühn
2021-12-15 10:32:09 +01:00
parent 083fdecf43
commit 56cbf99f9f
16 changed files with 87 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.0.0-beta.98",
"version": "2.0.0-beta.99",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -32,8 +32,8 @@
"react-dom": "^17.0.0"
},
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.51",
"@tiptap/extension-floating-menu": "^2.0.0-beta.46",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.52",
"@tiptap/extension-floating-menu": "^2.0.0-beta.47",
"prosemirror-view": "^1.23.3"
},
"repository": {