Skip to content

Instantly share code, notes, and snippets.

@sakihet
Created August 15, 2025 01:30
Show Gist options
  • Select an option

  • Save sakihet/40b5f7cb5e5279dff6044bc5de3c06d6 to your computer and use it in GitHub Desktop.

Select an option

Save sakihet/40b5f7cb5e5279dff6044bc5de3c06d6 to your computer and use it in GitHub Desktop.
update node deps
npm install $(cat package.json | jq -r '.dependencies | keys[] | . + "@latest"') --save-exact
npm install $(cat package.json | jq -r '.devDependencies | keys[] | . + "@latest"') --save-dev --save-exact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment