21st Dec 2021
Updating packages with Yarn
Yarn has a command that enables you to check which packages in your project are outdated and allow you to select and update them at once.
yarn upgrade-interactive --latest
Yarn has a command that enables you to check which packages in your project are outdated and allow you to select and update them at once.
yarn upgrade-interactive --latest