Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When resolving dependencies consider installed contributions first
Consider a case where the user decides to install a library `A` that depends on library `B` and `B` is not up-to-date (i.e. is installed a version that is not the latest), then the user is asked to "install" both libraries `A` and `B`, effectively upgrading `B`. With this change the already installed library `B` is left untouched and not displayed in the missing dependencies.
- Loading branch information