Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Last active April 18, 2017 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikemichaelis/827a48367c7fa134c608d9abe6d01384 to your computer and use it in GitHub Desktop.
Save mikemichaelis/827a48367c7fa134c608d9abe6d01384 to your computer and use it in GitHub Desktop.
update all packages inside package.json to their latest version
npm update -D && npm update -S
https://docs.npmjs.com/files/package.json#dependencies
https://docs.npmjs.com/misc/semver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment