fix: improve bundle size of character count extension, fix #2519

This commit is contained in:
Philipp Kühn
2022-02-11 10:22:35 +01:00
parent 9a1463556e
commit fbfe1d9992

View File

@@ -24,6 +24,10 @@
"@tiptap/core": "^2.0.0-beta.1", "@tiptap/core": "^2.0.0-beta.1",
"@tiptap/extension-text-style": "^2.0.0-beta.1" "@tiptap/extension-text-style": "^2.0.0-beta.1"
}, },
"dependencies": {
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ueberdosis/tiptap", "url": "https://github.com/ueberdosis/tiptap",