instructure-react / react-tinymce

React TinyMCE component
181 stars 110 forks source link

Change lodash dependency to >=4.0 #68

Closed ryankshaw closed 7 years ago

ryankshaw commented 7 years ago

We have a lot of projects that are consuming this that are already loading lodash 4.x for other dependencies. Having this 3.x dependency here was causing us to load a separate lodash onto the page just for this.

By bumping this to 4.x+ it will use the same lodash that everything else on the page is already using

ryankshaw commented 7 years ago

thanks @mzabriskie. Are you going to publish a new version to npm?