Skip to content

Commit

Permalink
fix: update starters and examples (gatsbyjs#23450)
Browse files Browse the repository at this point in the history
* 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
3 people authored Apr 27, 2020
1 parent bd1393d commit b4d3902
Show file tree
Hide file tree
Showing 93 changed files with 839 additions and 894 deletions.
16 changes: 8 additions & 8 deletions examples/client-only-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions examples/creating-source-plugins/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
},
"dependencies": {
"dotenv": "^5.0.1",
"graphql-yoga": "^1.8.2",
"graphql-yoga": "^1.18.3",
"uniqid": "^4.1.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.10.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "2.0.4"
"prettier": "2.0.5"
}
}
10 changes: 5 additions & 5 deletions examples/creating-source-plugins/example-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-image": "^2.3.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-transformer-sharp": "^2.4.3",
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-transformer-sharp": "^2.4.7",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"prettier": "2.0.4"
"prettier": "2.0.5"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions examples/creating-source-plugins/source-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.3",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-source-filesystem": "^2.2.5",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"node-fetch": "^2.6.0",
"ws": "^7.2.3"
"ws": "^7.2.5"
}
}
6 changes: 3 additions & 3 deletions examples/data-fetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"author": "@gatsbyjs",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.17.11",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-source-graphql": "^2.1.24",
"gatsby": "^2.20.36",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-source-graphql": "^2.4.3",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
Expand Down
18 changes: 9 additions & 9 deletions examples/ecommerce-tutorial-with-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"version": "0.1.0",
"author": "@thorwebdev",
"dependencies": {
"@stripe/stripe-js": "^1.0.1",
"gatsby": "^2.19.19",
"gatsby-image": "^2.2.41",
"gatsby-plugin-manifest": "^2.2.41",
"@stripe/stripe-js": "^1.4.0",
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-manifest": "^2.3.7",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-source-stripe": "^2.2.2",
"gatsby-transformer-sharp": "^2.3.14",
"gatsby-transformer-sharp": "^2.4.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand All @@ -32,7 +32,7 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"prettier": "2.0.4"
"prettier": "2.0.5"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 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 <[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"
},
Expand Down
54 changes: 27 additions & 27 deletions examples/gatsbygram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}
20 changes: 10 additions & 10 deletions examples/graphql-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions examples/hn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
24 changes: 12 additions & 12 deletions examples/image-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/no-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions examples/no-trailing-slashes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/recipe-createPage/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.13.73",
"gatsby": "^2.20.36",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"prettier": "2.0.4"
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
Expand Down
10 changes: 5 additions & 5 deletions examples/recipe-linking-between-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.13.73",
"gatsby": "^2.20.36",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"cypress": "^4.0.2",
"gatsby-cypress": "^0.2.22",
"prettier": "2.0.4",
"start-server-and-test": "^1.10.8"
"cypress": "^4.4.1",
"gatsby-cypress": "^0.3.4",
"prettier": "2.0.5",
"start-server-and-test": "^1.11.0"
},
"keywords": [
"gatsby"
Expand Down
10 changes: 5 additions & 5 deletions examples/recipe-sourcing-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"version": "0.1.0",
"author": "@gatsbyjs",
"dependencies": {
"gatsby": "^2.15.14",
"gatsby-image": "^2.2.18",
"gatsby": "^2.20.36",
"gatsby-image": "^2.3.5",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-source-contentful": "^2.1.35",
"gatsby-transformer-remark": "^2.6.22",
"gatsby-source-contentful": "^2.2.10",
"gatsby-transformer-remark": "^2.7.5",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"prettier": "2.0.4"
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
Expand Down
Loading

0 comments on commit b4d3902

Please sign in to comment.