Skip to content

Instantly share code, notes, and snippets.

@ndp
Last active August 1, 2021 22:41
Show Gist options
  • Select an option

  • Save ndp/1ae104d02bb1a7c3c7dad41b47eee1d5 to your computer and use it in GitHub Desktop.

Select an option

Save ndp/1ae104d02bb1a7c3c7dad41b47eee1d5 to your computer and use it in GitHub Desktop.

Revisions

  1. ndp revised this gist Aug 1, 2021. No changes.
  2. ndp created this gist Aug 1, 2021.
    2 changes: 2 additions & 0 deletions typescript-helpers.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Upgrade all typescript types in a project
    yarn outdated | grep @types | awk '{print $1}' | xargs yarn upgrade