Say there is a structure: ``` /root /packages/ /a <- name: @mon/a, version: "1.0.0-rc1" //version contains prerelease id /b <- dependenciy: "@mon/a": "*" ``` yarn gives an error: > error Couldn't find package "@mono/a@*" required by "@mono/b@1.0.0" on the "npm" registry. Probalby shoul just consider this available "prerelease" version if wilcard is used in dep?