Update each dependency in package.json to the latest version (NPM)
Installs the `npm-check-updates` tool, and runs it to update every package to the latest version.
Authored by: josh3736Brought to you by Warp, a free terminal reimagined to work like a modern app.
Command
Copy
npm i -g npm-check-updates
ncu -u
npm install
Tags
Edit in GitHub
Copied