gpbl / denormalizr

Denormalize data normalized with normalizr
https://www.npmjs.com/package/denormalizr
MIT License
228 stars 24 forks source link

Lodash is getting duplicated in my build #28

Closed just-boris closed 7 years ago

just-boris commented 7 years ago

I have lodash declared as a dependency in my app. The declaration is the following:

"lodash": "^4.15.0",

Also, I have found out that you are also depending on lodash, but with fixed version 4.16.3. It causes that I have two lodash instances included into my webapp bundle 4.16.4 and 4.16.3.

Do you mind to make lodash version more flexible? It follows semver rules, so I'd trust @jdalton, that here will be no breaking changes during minor releases.

gpbl commented 7 years ago

Sure yes, sorry for that! Would you mind to send a PR updating the dependencies' version with the caret?

just-boris commented 7 years ago

No problem, see #29