mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
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:
parent
7cae9673f0
commit
d2e00ad782
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user