Description
Description
Before versión 18.48.0 of the Nx extension there was a option in the Common Nx Commands to upgrade or downgrade dependencies, this was really handy to see all the packages installed in a project and the versions available of each package
Motivation
This is really useful when making maintenance for packages in an application, it saves time by avoiding the need to look in the internet for the versions available of each package and also it saves time by selecting an specific version of a package. With this feature there is all of that in just one place integrated with Nx. There is the option to manually type the command to make a migration of an specific package but the prompt was really useful.
Example using Prisma:
And all the versions available and ready to be selected: