aor-rich-text-input
aor-rich-text-input copied to clipboard
Loosen quill dependency lock
Any reason for locking on Quill minor 1.1
?
We're using zenoamaro/react-quill and as a result we end up with multiple versions of quill in webpack bundle. Could we change aor-rich-text-input
dependency on quill
to either: ~1.1
or ^1.1.9
?
Sure, ~1.1
seems reasonable enough. Would you mind opening a PR about it?