Skip to content

Instantly share code, notes, and snippets.

@kiliman
Created July 15, 2022 13:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiliman/ba4586bea1acf06fe6cc12e76e8db94a to your computer and use it in GitHub Desktop.
Save kiliman/ba4586bea1acf06fe6cc12e76e8db94a to your computer and use it in GitHub Desktop.
Update Remix packages
#!/usr/bin/env bash
npm outdated | grep -Eo '@remix-run/[-a-z]+' | uniq | xargs npm up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment