marmelab / aor-rich-text-input

<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs
MIT License
23 stars 25 forks source link

Loosen quill dependency lock #9

Open mknapik opened 7 years ago

mknapik commented 7 years ago

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?

fzaninotto commented 7 years ago

Sure, ~1.1 seems reasonable enough. Would you mind opening a PR about it?