forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update starters and examples (gatsbyjs#23450)
* fix: update starters and examples * Add noop build script Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mikhail Novikov <[email protected]>
- Loading branch information
1 parent
bd1393d
commit b4d3902
Showing
93 changed files
with
839 additions
and
894 deletions.
There are no files selected for viewing
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,17 +5,17 @@ | |
"version": "1.0.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.0.0", | ||
"gatsby-plugin-netlify": "^2.1.3", | ||
"gatsby-plugin-typography": "^2.2.0", | ||
"lodash": "^4.17.14", | ||
"gatsby": "^2.20.36", | ||
"gatsby-plugin-netlify": "^2.2.4", | ||
"gatsby-plugin-typography": "^2.4.4", | ||
"lodash": "^4.17.15", | ||
"react": "^16.3.1", | ||
"react-dom": "^16.3.1", | ||
"react-transition-group": "^2.4.0", | ||
"react-typography": "^0.16.13", | ||
"react-transition-group": "^2.9.0", | ||
"react-typography": "^0.16.19", | ||
"slash": "^1.0.0", | ||
"typography": "^0.16.6", | ||
"typography-breakpoint-constants": "^0.15.10" | ||
"typography": "^0.16.19", | ||
"typography-breakpoint-constants": "^0.16.19" | ||
}, | ||
"keywords": [ | ||
"gatsby" | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
"version": "1.0.0", | ||
"author": "Nicholas Young <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.0.0", | ||
"gatsby-plugin-feed": "^2.0.5", | ||
"gatsby-source-filesystem": "^2.0.1", | ||
"gatsby-transformer-remark": "^2.1.1", | ||
"gatsby": "^2.20.36", | ||
"gatsby-plugin-feed": "^2.4.4", | ||
"gatsby-source-filesystem": "^2.2.5", | ||
"gatsby-transformer-remark": "^2.7.5", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1" | ||
}, | ||
|
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,36 +5,36 @@ | |
"version": "1.0.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"core-js": "^2.5.5", | ||
"gatsby": "^2.0.0", | ||
"gatsby-core-utils": "^1.0.28", | ||
"gatsby-image": "^2.0.5", | ||
"gatsby-plugin-glamor": "^2.0.5", | ||
"gatsby-plugin-google-analytics": "^2.0.5", | ||
"gatsby-plugin-manifest": "^2.0.2", | ||
"gatsby-plugin-offline": "^2.0.5", | ||
"gatsby-plugin-sharp": "^2.0.5", | ||
"gatsby-plugin-typography": "^2.2.0", | ||
"gatsby-source-filesystem": "^2.0.1", | ||
"gatsby-transformer-json": "^2.1.1", | ||
"gatsby-transformer-sharp": "^2.1.1", | ||
"core-js": "^2.6.11", | ||
"gatsby": "^2.20.36", | ||
"gatsby-core-utils": "^1.1.4", | ||
"gatsby-image": "^2.3.5", | ||
"gatsby-plugin-glamor": "^2.2.4", | ||
"gatsby-plugin-google-analytics": "^2.2.5", | ||
"gatsby-plugin-manifest": "^2.3.7", | ||
"gatsby-plugin-offline": "^2.2.10", | ||
"gatsby-plugin-sharp": "^2.5.7", | ||
"gatsby-plugin-typography": "^2.4.4", | ||
"gatsby-source-filesystem": "^2.2.5", | ||
"gatsby-transformer-json": "^2.3.4", | ||
"gatsby-transformer-sharp": "^2.4.7", | ||
"glamor": "^2.20.40", | ||
"instagram-screen-scrape": "^2.0.0", | ||
"lodash": "^4.17.14", | ||
"lodash": "^4.17.15", | ||
"mkdirp": "^0.5.1", | ||
"mousetrap": "^1.6.0", | ||
"progress": "^2.0.0", | ||
"prop-types": "^15.5.8", | ||
"mousetrap": "^1.6.5", | ||
"progress": "^2.0.3", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"react-gravatar": "^2.6.1", | ||
"react-gravatar": "^2.6.3", | ||
"react-icons": "^2.2.7", | ||
"react-modal": "^3.4.2", | ||
"react-typography": "^0.16.13", | ||
"request": "^2.79.0", | ||
"slug": "^0.9.1", | ||
"typeface-space-mono": "0.0.54", | ||
"typography": "^0.16.6" | ||
"react-modal": "^3.11.2", | ||
"react-typography": "^0.16.19", | ||
"request": "^2.88.2", | ||
"slug": "^0.9.4", | ||
"typeface-space-mono": "0.0.71", | ||
"typography": "^0.16.19" | ||
}, | ||
"keywords": [ | ||
"gatsby" | ||
|
@@ -53,8 +53,8 @@ | |
"cy:run": "cypress run --browser chrome --record" | ||
}, | ||
"devDependencies": { | ||
"cypress": "^3.1.0", | ||
"gatsby-cypress": "^0.1.7", | ||
"start-server-and-test": "^1.1.4" | ||
"cypress": "^3.8.3", | ||
"gatsby-cypress": "^0.3.4", | ||
"start-server-and-test": "^1.11.0" | ||
} | ||
} |
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,16 +5,16 @@ | |
"version": "0.1.0", | ||
"author": "LekoArts <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.17.7", | ||
"gatsby-image": "^2.2.30", | ||
"gatsby-plugin-react-helmet": "^3.1.13", | ||
"gatsby-plugin-sharp": "^2.2.36", | ||
"gatsby-plugin-typography": "^2.3.15", | ||
"gatsby-remark-responsive-iframe": "^2.2.25", | ||
"gatsby-source-filesystem": "^2.1.35", | ||
"gatsby-transformer-remark": "^2.6.32", | ||
"gatsby-transformer-sharp": "^2.3.2", | ||
"gatsby-transformer-yaml": "^2.2.15", | ||
"gatsby": "^2.20.36", | ||
"gatsby-image": "^2.3.5", | ||
"gatsby-plugin-react-helmet": "^3.2.5", | ||
"gatsby-plugin-sharp": "^2.5.7", | ||
"gatsby-plugin-typography": "^2.4.4", | ||
"gatsby-remark-responsive-iframe": "^2.3.4", | ||
"gatsby-source-filesystem": "^2.2.5", | ||
"gatsby-transformer-remark": "^2.7.5", | ||
"gatsby-transformer-sharp": "^2.4.7", | ||
"gatsby-transformer-yaml": "^2.3.4", | ||
"react": "^16.11.0", | ||
"react-dom": "^16.11.0", | ||
"react-helmet": "^5.2.1", | ||
|
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 |
---|---|---|
|
@@ -6,11 +6,11 @@ | |
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"flat": "^2.0.1", | ||
"gatsby": "^2.0.0", | ||
"gatsby-core-utils": "^1.0.28", | ||
"gatsby-plugin-manifest": "^2.0.2", | ||
"gatsby-source-hacker-news": "^2.0.5", | ||
"lodash": "^4.17.14", | ||
"gatsby": "^2.20.36", | ||
"gatsby-core-utils": "^1.1.4", | ||
"gatsby-plugin-manifest": "^2.3.7", | ||
"gatsby-source-hacker-news": "^2.3.4", | ||
"lodash": "^4.17.15", | ||
"react": "^16.3.1", | ||
"react-dom": "^16.3.1", | ||
"slash": "^2.0.0" | ||
|
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,20 +5,20 @@ | |
"version": "1.0.0", | ||
"author": "Florian Kissling <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.0.0", | ||
"gatsby-image": "^2.0.5", | ||
"gatsby-plugin-google-analytics": "^2.0.5", | ||
"gatsby-plugin-offline": "^2.0.5", | ||
"gatsby-plugin-sharp": "^2.0.5", | ||
"gatsby-plugin-typography": "^2.2.0", | ||
"gatsby-source-drupal": "^3.0.0", | ||
"gatsby-source-filesystem": "^2.0.1", | ||
"gatsby-transformer-sharp": "^2.1.1", | ||
"gatsby": "^2.20.36", | ||
"gatsby-image": "^2.3.5", | ||
"gatsby-plugin-google-analytics": "^2.2.5", | ||
"gatsby-plugin-offline": "^2.2.10", | ||
"gatsby-plugin-sharp": "^2.5.7", | ||
"gatsby-plugin-typography": "^2.4.4", | ||
"gatsby-source-drupal": "^3.4.6", | ||
"gatsby-source-filesystem": "^2.2.5", | ||
"gatsby-transformer-sharp": "^2.4.7", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"react-typography": "^0.16.13", | ||
"typography": "^0.15.8", | ||
"typography-theme-bootstrap": "^0.15.10" | ||
"react-typography": "^0.16.19", | ||
"typography": "^0.16.19", | ||
"typography-theme-bootstrap": "^0.16.19" | ||
}, | ||
"keywords": [ | ||
"gatsby", | ||
|
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,8 +5,8 @@ | |
"version": "1.0.0", | ||
"author": "Scotty Eckenthal <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.0.0", | ||
"lodash": "^4.17.14", | ||
"gatsby": "^2.20.36", | ||
"lodash": "^4.17.15", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"slash": "^1.0.0" | ||
|
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,10 +5,10 @@ | |
"version": "1.0.0", | ||
"author": "Scotty Eckenthal <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.0.0", | ||
"gatsby-plugin-google-analytics": "^2.0.5", | ||
"gatsby-plugin-offline": "^2.0.5", | ||
"lodash": "^4.17.14", | ||
"gatsby": "^2.20.36", | ||
"gatsby-plugin-google-analytics": "^2.2.5", | ||
"gatsby-plugin-offline": "^2.2.10", | ||
"lodash": "^4.17.15", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"slash": "^1.0.0" | ||
|
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
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.