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.

From here you can select dependencies to be updated

  • be carefull!
  • you will need to rerun yarn after updating a dependency
  • rerun all your tests to ensure the update has not broken something


nice little link talking about yarn lock files and dependencies

yarn lock stuff

Clone this wiki locally