How I keep my React project dependencies up to date.

Consistency

Reminders

Checking Package Versions

ncu
Log from running ncu on a react project

Don’t update too much at once

ncu -u

Slowly Slowly Catch a Monkey

npm install <package-name>@<version-number || latest>
ncu <package-name>

Conclusion

--

--

Father. Husband. Music Lover. Avid Reader. Spiritual Seeker. Czech — Prague. Constantly Failing. But remember… don’t take yourself too seriously.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Adam Drake

Father. Husband. Music Lover. Avid Reader. Spiritual Seeker. Czech — Prague. Constantly Failing. But remember… don’t take yourself too seriously.