Skip to content

Instantly share code, notes, and snippets.

@kiliman
Created July 15, 2022 13:59
Embed
What would you like to do?
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