evenchange4 / react-intl-cra

🔧 Extract messages of Creact React App from the command line.
MIT License
67 stars 11 forks source link

Don‘t use strict versions of dependencies #29

Closed yuchi closed 6 years ago

yuchi commented 6 years ago

Looks like you have all your dependencies set as strict versions.

This makes it very difficult for package managers to deduplicate them with those installed for other reasons.

I suggest you to use the recommended caret-range.

evenchange4 commented 6 years ago

@yuchi Thank your recommendation!! I should setup renovate with config:js-lib for js library. 👍

evenchange4 commented 6 years ago

Thanks! Released v0.3.3