rocjs / roc

🐦 Modern JavaScript Development Ecosystem
MIT License
425 stars 23 forks source link

Roc during alpha dependency check matches all alpha (not only roc) dependencies #190

Open tciesek opened 7 years ago

tciesek commented 7 years ago

I have following dependency in my package.json "material-ui-icons": "^1.0.0-alpha.19".

Roc says that I have to upgrade my roc dependencies to atleast beta.1, but all of my roc dependencies are already higher.

roc lock removes that dependency and the warning is gone, same after removing it manually, but it shouldn't behave that way.

dlmr commented 7 years ago

Thanks for the bug report!

This will be fixed when we remove this logic all together in the stable release of Roc.