-
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.
fix(deps): update starters and examples - gatsby
- Loading branch information
1 parent
fbfe3f6
commit 4394d40
Showing
16 changed files
with
4,599 additions
and
2,993 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
"version": "0.1.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^3.11.1", | ||
"gatsby": "^3.12.0", | ||
"gatsby-plugin-gatsby-cloud": "^2.11.0", | ||
"gatsby-plugin-image": "^1.11.0", | ||
"gatsby-plugin-manifest": "^3.11.0", | ||
"gatsby-plugin-offline": "^4.11.0", | ||
"gatsby-plugin-react-helmet": "^4.11.0", | ||
"gatsby-plugin-sharp": "^3.11.0", | ||
"gatsby-source-filesystem": "^3.11.0", | ||
"gatsby-transformer-sharp": "^3.11.0", | ||
"gatsby-plugin-image": "^1.12.0", | ||
"gatsby-plugin-manifest": "^3.12.0", | ||
"gatsby-plugin-offline": "^4.12.0", | ||
"gatsby-plugin-react-helmet": "^4.12.0", | ||
"gatsby-plugin-sharp": "^3.12.0", | ||
"gatsby-source-filesystem": "^3.12.0", | ||
"gatsby-transformer-sharp": "^3.12.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
|
1,223 changes: 748 additions & 475 deletions
1,223
starters/gatsby-starter-blog-theme-core/package-lock.json
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
1,223 changes: 748 additions & 475 deletions
1,223
starters/gatsby-starter-blog-theme/package-lock.json
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
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
1,159 changes: 694 additions & 465 deletions
1,159
starters/gatsby-starter-notes-theme/package-lock.json
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
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
Oops, something went wrong.