Skip to content

Commit

Permalink
Upgrade starters to the latest versions (#23208)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Apr 17, 2020
1 parent 2ad828f commit 98075ff
Show file tree
Hide file tree
Showing 8 changed files with 12,556 additions and 3,953 deletions.
3,157 changes: 2,311 additions & 846 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

2,705 changes: 2,155 additions & 550 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

2,235 changes: 1,610 additions & 625 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2,261 changes: 1,623 additions & 638 deletions starters/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

1,703 changes: 1,337 additions & 366 deletions starters/gatsby-starter-notes-theme/package-lock.json

Large diffs are not rendered by default.

2,310 changes: 1,646 additions & 664 deletions starters/gatsby-starter-theme/package-lock.json

Large diffs are not rendered by default.

2,137 changes: 1,873 additions & 264 deletions starters/hello-world/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions starters/upgrade-scripts.sh
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" \;

0 comments on commit 98075ff

Please sign in to comment.