Created
April 10, 2022 14:03
-
-
Save michaellperry/b8f6051c17ffa101decd877ec0b63fa5 to your computer and use it in GitHub Desktop.
Upgrade gatsby.js and all plugins to the latest version
This file contains 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 characters
cat package.json | jq -r '.dependencies | keys | map(select(startswith("gatsby")) | "\(.)@latest") | join(" ")' | xargs npm | |
i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment