You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tciesek
changed the title
Roc during alpha dependency matches all alpha (not only roc) dependencies
Roc during alpha dependency check matches all alpha (not only roc) dependencies
Aug 10, 2017
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.The text was updated successfully, but these errors were encountered: