nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.72k forks source link

[fix] Add prosemirror-transform to @toast-ui/editor dependencies #3202

Open weaverryan opened 8 months ago

weaverryan commented 8 months ago

Please check if the PR fulfills these requirements

Description

Hi!

Sorry if this PR is misguided. I noticed that the prosemirror-commands package is imported in several places - e.g. https://github.com/nhn/tui.editor/blob/master/apps/editor/src/wysiwyg/command/list.ts#L4 - but it was not listed under dependencies. We have a script that parses dependencies in package.json to do some dependency version checking for the Symfony PHP framework, which is how we stumped over this.

I used the latest version - but that could almost certainly be changed to a lower version, if desired.

Thanks!