This is a command line utility program to upgrade all the packages in your `package.json` to the latest version (potentially upgrading packages across major versions).
96
stars
7
forks
source link
You don't need to uninstall packages to update them. #19
Uninstalling and reinstalling packages takes time.
I did some testing and came to the conclusion that it is not necessary to uninstall the packages and that using the name of all the packages in the yarn add command is simpler and much faster.
Uninstalling and reinstalling packages takes time.
I did some testing and came to the conclusion that it is not necessary to uninstall the packages and that using the name of all the packages in the
yarn add
command is simpler and much faster.