Skip to content

Commit

Permalink
fix: update starters and examples (#26973)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 22, 2020
1 parent 2e970c6 commit 1a7a446
Show file tree
Hide file tree
Showing 95 changed files with 4,467 additions and 1,390 deletions.
2 changes: 1 addition & 1 deletion examples/client-only-paths/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-netlify": "^2.3.15",
"gatsby-plugin-typography": "^2.5.11",
"lodash": "^4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion examples/creating-source-plugins/example-site/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-transformer-sharp": "^2.5.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-fetching/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "@gatsbyjs",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-source-graphql": "^2.7.4",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ecommerce-tutorial-with-stripe/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "@thorwebdev",
"dependencies": {
"@stripe/stripe-js": "^1.9.0",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/feed/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-feed": "^2.5.12",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsbygram/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"core-js": "^2.6.11",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-core-utils": "^1.3.20",
"gatsby-image": "^2.4.19",
"gatsby-plugin-glamor": "^2.3.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-reference/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "LekoArts <hello@lekoarts.de>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sharp": "^2.6.36",
Expand Down
2 changes: 1 addition & 1 deletion examples/hn/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"flat": "^2.0.1",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-core-utils": "^1.3.20",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-source-hacker-news": "^2.4.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/image-processing/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Florian Kissling <sechskilo@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/no-plugins/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Scotty Eckenthal <scott.eckenthal@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"lodash": "^4.17.20",
"react": "^16.4.0",
"react-dom": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/no-trailing-slashes/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Scotty Eckenthal <scott.eckenthal@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-offline": "^2.2.10",
"lodash": "^4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-createPage/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-linking-between-pages/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-sourcing-contentful/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-source-contentful": "^2.3.46",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-sourcing-markdown/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-static-image/package.json
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-webpack-image/package.json
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/recipes-gatsby-image/package.json
Expand Up @@ -5,9 +5,9 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.17",
"@mdx-js/react": "^1.6.17",
"gatsby": "^2.24.61",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-mdx": "^1.2.40",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-auth/package.json
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "Jason Lengstorf <jason@lengstorf.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-react-helmet": "^3.3.11",
"prop-types": "^15.7.2",
"react": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/sitemap/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-core-utils": "^1.3.20",
"gatsby-plugin-sitemap": "^2.4.13",
"gatsby-source-filesystem": "^2.3.30",
Expand Down
2 changes: 1 addition & 1 deletion examples/styleguide/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "scott.eckenthal@gmail.com",
"dependencies": {
"app-root-dir": "^1.0.2",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-react-docgen": "^5.2.12",
"gatsby-transformer-remark": "^2.8.35",
Expand Down
6 changes: 3 additions & 3 deletions examples/using-MDX/package.json
Expand Up @@ -5,9 +5,9 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.17",
"@mdx-js/react": "^1.6.17",
"gatsby": "^2.24.61",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-mdx": "^1.2.40",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-asciidoc/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"asciidoctor.js": "^1.5.9",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-core-utils": "^1.3.20",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-typography": "^2.5.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-contentful/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-core-utils": "^1.3.20",
"gatsby-image": "^2.4.19",
"gatsby-plugin-google-analytics": "^2.3.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-css-modules/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-sass": "^2.3.13",
"node-sass": "^4.14.1",
"react": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-csv/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Gatsby example site using using-csv",
"author": "Sonal Saldanha <sonal.saldanha@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-csv": "^2.3.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-cxs/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
"dependencies": {
"cxs": "^6.2.0",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-cxs": "^2.3.11",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-cypress/package.json
Expand Up @@ -17,7 +17,7 @@
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run"
},
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-offline": "^3.2.28",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-drupal/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-glamor": "^2.3.11",
"gatsby-plugin-google-analytics": "^2.3.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-emotion-prismjs/package.json
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^10.0.27",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-emotion": "^4.3.11",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-emotion/package.json
Expand Up @@ -8,7 +8,7 @@
"@emotion/styled": "^10.0.27",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-emotion": "^4.3.11",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-excel/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Gatsby example site using using-excel",
"author": "SheetJS <dev@sheetjs.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-excel": "^2.4.12",
"react": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-faker/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"core-js": "^2.6.11",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-source-faker": "^2.3.11",
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-fragments/package.json
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/using-gatsby-image/package.json
Expand Up @@ -7,7 +7,7 @@
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"emotion": "^10.0.27",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-emotion": "^4.3.11",
"gatsby-plugin-netlify": "^2.3.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-gatsby-source-graphql/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"dateformat": "^3.0.3",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-netlify": "^2.3.15",
"gatsby-plugin-sharp": "^2.6.36",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-gatsby-with-json-yaml/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "jonniebigodes",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"js-yaml": "^3.14.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-gatsby-without-graphql/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"react": "^16.5.1",
"react-dom": "^16.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/using-glamor/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-glamor": "^2.3.11",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-hjson/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Remi Barraquand <dev@remibarraquand.com>",
"dependencies": {
"core-js": "^2.6.11",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-hjson": "^2.4.11",
"react": "^16.3.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/using-i18n/package.json
Expand Up @@ -11,9 +11,9 @@
"start": "npm run develop"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.17",
"@mdx-js/react": "^1.6.17",
"gatsby": "^2.24.61",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"gatsby": "^2.24.63",
"gatsby-plugin-mdx": "^1.2.40",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-json": "^2.4.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-javascript-transforms/package.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"bulma": "0.9.0",
"d3": "4.13.0",
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-remark-prismjs": "^3.5.13",
"gatsby-source-filesystem": "^2.3.30",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-jest/package.json
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "Dustin Schau <dustin@gatsbyjs.com>",
"dependencies": {
"gatsby": "^2.24.61",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-offline": "^2.2.10",
Expand Down

0 comments on commit 1a7a446

Please sign in to comment.