tui.editor icon indicating copy to clipboard operation
tui.editor copied to clipboard

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

Open weaverryan opened this issue 2 years ago • 0 comments

Please check if the PR fulfills these requirements

  • [x] It's the right issue type on the title
  • [x] When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • [X] The commit message follows our guidelines
  • [n/a] Tests for the changes have been added (for bug fixes/features)
  • [n/a] Docs have been added/updated (for bug fixes/features)
  • [x] It does not introduce a breaking change or has a description of the breaking change

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!

weaverryan avatar Oct 27 '23 13:10 weaverryan