Skip to content
Shane Van Leeuwen edited this page Jan 7, 2022 · 8 revisions

running
yarn upgrade-interactive --latest
in your repo terminal will show a list of available updates for dependencies.

notice how the dependencies with new major versions available are highlighted in red to warn of breaking changes.



nice little link talking about yarn lock files and dependencies
[yarn lock details](https://robertcooper.me/post/how-yarn-lock-files-work-and-upgrading-dependencies)
Clone this wiki locally