Skip to content

Commit

Permalink
fix: update starters and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2020
1 parent fb92ede commit d940749
Show file tree
Hide file tree
Showing 29 changed files with 99 additions and 89 deletions.
4 changes: 2 additions & 2 deletions examples/client-only-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-netlify": "^2.2.4",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-netlify": "^2.3.0",
"gatsby-plugin-typography": "^2.5.0",
"lodash": "^4.17.15",
"react": "^16.3.1",
"react-dom": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-fetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dotenv": "^8.2.0",
"gatsby": "^2.20.36",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-source-graphql": "^2.4.3",
"gatsby-source-graphql": "^2.5.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-feed": "^2.4.4",
"gatsby-plugin-feed": "^2.5.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"react": "^16.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/gatsbygram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"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-google-analytics": "^2.3.0",
"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-plugin-typography": "^2.5.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-json": "^2.3.4",
"gatsby-transformer-sharp": "^2.4.7",
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"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-plugin-typography": "^2.5.0",
"gatsby-remark-responsive-iframe": "^2.4.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"gatsby-transformer-sharp": "^2.4.7",
"gatsby-transformer-yaml": "^2.3.4",
"gatsby-transformer-yaml": "^2.4.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/image-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-drupal": "^3.4.6",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-sharp": "^2.4.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/no-trailing-slashes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Scotty Eckenthal <scott.eckenthal@gmail.com>",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"lodash": "^4.17.15",
"react": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-core-utils": "^1.1.4",
"gatsby-plugin-sitemap": "^2.3.6",
"gatsby-plugin-sitemap": "^2.4.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-asciidoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"gatsby": "^2.20.36",
"gatsby-core-utils": "^1.1.4",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-asciidoc": "^1.2.4",
"lodash": "^4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"gatsby": "^2.20.36",
"gatsby-core-utils": "^1.1.4",
"gatsby-image": "^2.3.5",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-contentful": "^2.2.10",
"gatsby-transformer-remark": "^2.7.5",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Sonal Saldanha <sonal.saldanha@gmail.com>",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-csv": "^2.2.4",
"react": "^16.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-cxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"cxs": "^6.2.0",
"gatsby": "^2.20.36",
"gatsby-plugin-cxs": "^2.2.4",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-glamor": "^2.2.4",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-drupal": "^3.4.6",
"gatsby-transformer-sharp": "^2.4.7",
"glamor": "^2.20.40",
Expand Down
8 changes: 4 additions & 4 deletions examples/using-emotion-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"gatsby": "^2.20.36",
"gatsby-plugin-emotion": "^4.2.3",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-emotion": "^4.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-remark-prismjs": "^3.4.5",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-remark-prismjs": "^3.5.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"lodash": "^4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"gatsby": "^2.20.36",
"gatsby-plugin-emotion": "^4.2.3",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-emotion": "^4.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.5",
"react": "^16.8.6",
Expand Down
8 changes: 4 additions & 4 deletions examples/using-gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"emotion": "^10.0.27",
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-emotion": "^4.2.3",
"gatsby-plugin-netlify": "^2.2.4",
"gatsby-plugin-emotion": "^4.3.0",
"gatsby-plugin-netlify": "^2.3.0",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-sharp": "^2.4.7",
"gatsby-transformer-yaml": "^2.3.4",
"gatsby-transformer-yaml": "^2.4.0",
"numeral": "^2.0.6",
"react": "^16.6.0",
"react-dom": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-gatsby-source-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dateformat": "^3.0.3",
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-netlify": "^2.2.4",
"gatsby-plugin-netlify": "^2.3.0",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-source-graphql": "^2.4.3",
"gatsby-source-graphql": "^2.5.0",
"gatsby-transformer-sharp": "^2.4.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-glamor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-glamor": "^2.2.4",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"glamor": "^2.20.40",
"lodash": "^4.17.15",
"react": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-javascript-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"d3": "4.13.0",
"gatsby": "^2.20.36",
"gatsby-plugin-sass": "^2.2.4",
"gatsby-remark-prismjs": "^3.4.5",
"gatsby-remark-prismjs": "^3.5.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-javascript-frontmatter": "^2.2.4",
"gatsby-transformer-remark": "^2.7.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-prefetching-preloading-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-styled-components": "^3.2.4",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"lodash": "^4.17.15",
"react": "^16.4.0",
"react-dom": "^16.4.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/using-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "Florian Kissling <sechskilo@gmail.com>",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-remark-copy-linked-files": "^2.2.4",
"gatsby-remark-images": "^3.2.6",
"gatsby-remark-prismjs": "^3.4.5",
"gatsby-remark-responsive-iframe": "^2.3.4",
"gatsby-remark-images": "^3.3.0",
"gatsby-remark-prismjs": "^3.5.0",
"gatsby-remark-responsive-iframe": "^2.4.0",
"gatsby-remark-smartypants": "^2.2.4",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
Expand Down
16 changes: 8 additions & 8 deletions examples/using-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"gatsby": "^2.20.36",
"gatsby-core-utils": "^1.1.4",
"gatsby-image": "^2.3.5",
"gatsby-plugin-catch-links": "^2.2.4",
"gatsby-plugin-catch-links": "^2.3.0",
"gatsby-plugin-glamor": "^2.2.4",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-remark-autolink-headers": "^2.2.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-remark-autolink-headers": "^2.3.0",
"gatsby-remark-copy-linked-files": "^2.2.4",
"gatsby-remark-embed-snippet": "^4.2.5",
"gatsby-remark-embed-snippet": "^4.3.0",
"gatsby-remark-graphviz": "^1.2.4",
"gatsby-remark-images": "^3.2.6",
"gatsby-remark-images": "^3.3.0",
"gatsby-remark-katex": "^3.2.4",
"gatsby-remark-prismjs": "^3.4.5",
"gatsby-remark-responsive-iframe": "^2.3.4",
"gatsby-remark-prismjs": "^3.5.0",
"gatsby-remark-responsive-iframe": "^2.4.0",
"gatsby-remark-smartypants": "^2.2.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",
"gatsby-transformer-yaml": "^2.4.0",
"glamor": "^2.20.40",
"katex": "^0.11.1",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-sass": "^2.2.4",
"node-sass": "^4.14.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-styled-components": "^3.2.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"license": "MIT",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-stylus": "^2.2.4",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-typography": "^0.16.19",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-typescript": "^2.3.5",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-typography": "^0.16.19",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-wordpress-with-acf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gatsby-plugin-glamor": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-typography": "^2.4.4",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-wordpress": "^3.2.6",
"gatsby-transformer-sharp": "^2.4.7",
"glamor": "^2.20.40",
Expand Down
Loading

0 comments on commit d940749

Please sign in to comment.