Open tciesek opened 7 years ago
I have following dependency in my package.json "material-ui-icons": "^1.0.0-alpha.19".
"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.
beta.1
roc lock removes that dependency and the warning is gone, same after removing it manually, but it shouldn't behave that way.
roc lock
Thanks for the bug report!
This will be fixed when we remove this logic all together in the stable release of Roc.
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.