Yarn Upgrade to Latest ⬆️
Sometimes I just want to blow away a JavaScript library's versioning in the lockfile and go to the latest. This happens with projects still in development or requiring very stable libraries– I want to be on latest now, rather than creeping up the semantic versioning ladder. Here's how this is done with Yarn.
$ yarn upgrade --latest react
Enjoy the latest features.
Tweet