Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
Last active October 12, 2022 13:13
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiebuilds/c19ac6f7a7a25c6211bac2cc45e6b4a6 to your computer and use it in GitHub Desktop.
Save jamiebuilds/c19ac6f7a7a25c6211bac2cc45e6b4a6 to your computer and use it in GitHub Desktop.

Bump all npm outdated dependencies

npm install $(npm outdated --json | jq -r 'to_entries | map("\(.key)@^\(.value.latest)") | join(" ")')
npm run typecheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment