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.