Skip to content

Instantly share code, notes, and snippets.

@jeswin
Created February 11, 2021 07:36
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 jeswin/93b6deb86075a1a9b29ff74d1d422bae to your computer and use it in GitHub Desktop.
Save jeswin/93b6deb86075a1a9b29ff74d1d422bae to your computer and use it in GitHub Desktop.
Update npm dependencies in package.json to latest version
basho --import './package.json' pack -j pack -j 'Object.keys(x.dependencies)' -m x -e 'npm install ${x}@latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment