Last active
August 1, 2021 22:41
-
-
Save ndp/1ae104d02bb1a7c3c7dad41b47eee1d5 to your computer and use it in GitHub Desktop.
Revisions
-
ndp revised this gist
Aug 1, 2021 . No changes.There are no files selected for viewing
-
ndp created this gist
Aug 1, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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