Remove prosemirror-code from table extension build

Add prosemirror-view, prosemirror-model
and prosemirror-state dependencies to the
extension-table package.json file to indicate
to rollup that these dependencies should not
be included in the distribution file
This commit is contained in:
Enrique Alcantara 2022-03-14 19:52:40 -04:00 committed by bdbch
parent 7cae9673f0
commit d2e00ad782

View File

@ -24,8 +24,12 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@types/prosemirror-model": "^1.16.0",
"@types/prosemirror-state": "^1.2.8",
"prosemirror-tables": "^1.1.1",
"prosemirror-view": "^1.23.6"
"prosemirror-view": "^1.23.6",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},
"repository": {
"type": "git",