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

Upgrade peerDependencies

Open murdockcrc opened this issue 2 years ago • 0 comments

Version

3.2.0

Current Behavior

The code sets a peerDependency value of ^2.5.0 for vue.

image

We need to upgrade our vue package to 2.6.x and above, due to security vulnerabilities in other dependencies which has a higher version of vue as a peer dependency.

Expected Behavior

Upgrade the peer dependency so that it supports vue versions higher than 2.5.0 (~2.5.0 instead of ^2.5.0).

murdockcrc avatar Aug 09 '22 09:08 murdockcrc

Im using @toast-ui/editor 3.2.0 in vue 2.6.11 successfully (with only one issue related to adding links)

What issue is it that you are facing exactly?

whendon avatar Aug 13 '22 20:08 whendon

Yes, there are no breaking changes that I can see, should work fine. Thx.

murdockcrc avatar Aug 15 '22 06:08 murdockcrc