-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade starters to the latest versions (#23208)
- Loading branch information
1 parent
2ad828f
commit 98075ff
Showing
8 changed files
with
12,556 additions
and
3,953 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2,235 changes: 1,610 additions & 625 deletions
2,235
starters/gatsby-starter-blog-theme-core/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
2,261 changes: 1,623 additions & 638 deletions
2,261
starters/gatsby-starter-blog-theme/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,703 changes: 1,337 additions & 366 deletions
1,703
starters/gatsby-starter-notes-theme/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
2,310 changes: 1,646 additions & 664 deletions
2,310
starters/gatsby-starter-theme/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && npm upgrade" \; |