tui.editor
tui.editor copied to clipboard
Upgrade peerDependencies
Version
3.2.0
Current Behavior
The code sets a peerDependency value of ^2.5.0 for vue
.
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).
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?
Yes, there are no breaking changes that I can see, should work fine. Thx.