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 May 4, 2020
1 parent 098074f commit e0bdcee
Show file tree
Hide file tree
Showing 90 changed files with 2,542 additions and 1,750 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 @@ -5,8 +5,8 @@
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby-plugin-netlify": "^2.3.0",
"gatsby": "^2.21.11",
"gatsby-plugin-netlify": "^2.3.1",
"gatsby-plugin-typography": "^2.5.0",
"lodash": "^4.17.15",
"react": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/creating-source-plugins/example-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-transformer-sharp": "^2.5.0",
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 @@ -6,7 +6,7 @@
"author": "@gatsbyjs",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-source-graphql": "^2.5.0",
"prop-types": "^15.7.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/ecommerce-tutorial-with-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version": "0.1.0",
"author": "@thorwebdev",
"dependencies": {
"@stripe/stripe-js": "^1.4.0",
"gatsby": "^2.21.0",
"@stripe/stripe-js": "^1.5.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version": "1.0.0",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-feed": "^2.5.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-transformer-remark": "^2.8.5",
"react": "^16.4.1",
"react-dom": "^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 @@ -6,12 +6,12 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"core-js": "^2.6.11",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-core-utils": "^1.2.0",
"gatsby-image": "^2.4.0",
"gatsby-plugin-glamor": "^2.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-typography": "^2.5.0",
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 @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "LekoArts <hello@lekoarts.de>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-remark-responsive-iframe": "^2.4.0",
"gatsby-remark-responsive-iframe": "^2.4.1",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-transformer-remark": "^2.8.5",
"gatsby-transformer-sharp": "^2.5.0",
"gatsby-transformer-yaml": "^2.4.0",
"react": "^16.11.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/hn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"flat": "^2.0.1",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-core-utils": "^1.2.0",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-source-hacker-news": "^2.4.0",
"lodash": "^4.17.15",
"react": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/image-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Florian Kissling <sechskilo@gmail.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/no-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Scotty Eckenthal <scott.eckenthal@gmail.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"lodash": "^4.17.15",
"react": "^16.4.0",
"react-dom": "^16.4.0",
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 @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Scotty Eckenthal <scott.eckenthal@gmail.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-createPage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/recipe-linking-between-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"cypress": "^4.4.1",
"cypress": "^4.5.0",
"gatsby-cypress": "^0.4.0",
"prettier": "2.0.5",
"start-server-and-test": "^1.11.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/recipe-sourcing-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-source-contentful": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-source-contentful": "^2.3.1",
"gatsby-transformer-remark": "^2.8.5",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/recipe-sourcing-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-transformer-remark": "^2.8.5",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-static-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/recipe-webpack-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/recipes-gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"gatsby": "^2.21.0",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-mdx": "^1.2.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-mdx": "^1.2.5",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "Jason Lengstorf <jason@lengstorf.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-react-helmet": "^3.3.0",
"prop-types": "^15.7.2",
"react": "^16.4.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"version": "1.0.0",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-core-utils": "^1.2.0",
"gatsby-plugin-sitemap": "^2.4.0",
"gatsby-plugin-sitemap": "^2.4.1",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-transformer-remark": "^2.8.5",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "scott.eckenthal@gmail.com",
"dependencies": {
"app-root-dir": "^1.0.2",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-react-docgen": "^5.2.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-transformer-remark": "^2.8.5",
"glamor": "^2.20.40",
"html-to-react": "^1.4.2",
"react": "^16.4.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/using-MDX/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"gatsby": "^2.21.0",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-mdx": "^1.2.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-mdx": "^1.2.5",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
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 @@ -6,7 +6,7 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"asciidoctor.js": "^1.5.9",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-core-utils": "^1.2.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-typography": "^2.5.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/using-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "1.0.0",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-core-utils": "^1.2.0",
"gatsby-image": "^2.4.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-source-contentful": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-source-contentful": "^2.3.1",
"gatsby-transformer-remark": "^2.8.5",
"lodash": "^4.17.15",
"react": "^16.3.1",
"react-dom": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-css-modules/package.json
Original file line number Diff line number Diff line change
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.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-sass": "^2.3.0",
"node-sass": "^4.14.0",
"react": "^16.4.0",
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 @@ -4,7 +4,7 @@
"description": "Gatsby example site using using-csv",
"author": "Sonal Saldanha <sonal.saldanha@gmail.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-csv": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-cxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
"dependencies": {
"cxs": "^6.2.0",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-cxs": "^2.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
6 changes: 3 additions & 3 deletions examples/using-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run"
},
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@testing-library/cypress": "^5.3.1",
"axe-core": "^3.5.3",
"cypress": "^4.4.1",
"cypress": "^4.5.0",
"cypress-axe": "^0.8.1",
"prettier": "2.0.5",
"start-server-and-test": "^1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/using-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-image": "^2.4.0",
"gatsby-plugin-glamor": "^2.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/using-emotion-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"start": "npm run develop"
},
"dependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-emotion": "^4.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-typography": "^2.5.0",
"gatsby-remark-prismjs": "^3.5.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-remark": "^2.8.0",
"gatsby-transformer-remark": "^2.8.5",
"lodash": "^4.17.15",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@emotion/styled": "^10.0.27",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-plugin-emotion": "^4.3.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-offline": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/using-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Gatsby example site using using-excel",
"author": "SheetJS <dev@sheetjs.com>",
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.21.11",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-excel": "^2.4.0",
"react": "^16.4.0",
Expand Down
Loading

0 comments on commit e0bdcee

Please sign in to comment.