UI Deploy

Curated, Short, Web UI Dev we Love.

How to keep your npm dependencies up to date

I maintain a project boilerplate which I use to kickstart every new project. One thing I’ve always struggled with is keeping the dependencies of my package.json up to date. Before starting a new project I would always manually go through all the dependencies, look them up on npmjs.com and update my package.json file if needed.

view source

Advertisement