fix: Switch from hostic dom to zeed dom (#2151)

* add zeed-dom

* update zeed-dom for performance improvements
This commit is contained in:
Philipp Kühn
2021-11-09 16:09:39 +01:00
committed by GitHub
parent 696cfcbd8b
commit 56a75db024
4 changed files with 19 additions and 20 deletions

View File

@@ -22,8 +22,8 @@
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.133",
"hostic-dom": "^0.8.7",
"prosemirror-model": "^1.15.0"
"prosemirror-model": "^1.15.0",
"zeed-dom": "^0.9.15"
},
"repository": {
"type": "git",