DEV Community

Discussion on: Updating Dependencies While Keeping package.json and yarn.lock in Sync

 
thawkin3 profile image
Tyler Hawkins

For sure, I probably wouldn't just upgrade all the packages at once. That's why I like to use the interactive command, upgrade the patch and minor updates together, make sure the tests pass, and then handle the major upgrades one by one since those have the breaking changes that could go wrong.