Skip to content

Commit 677a565

Browse files
fix: update starters and examples (#26614)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 819778a commit 677a565

File tree

97 files changed

+1656
-1946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1656
-1946
lines changed

examples/client-only-paths/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"gatsby-plugin-netlify": "^2.3.13",
1010
"gatsby-plugin-typography": "^2.5.10",
1111
"lodash": "^4.17.20",

examples/creating-source-plugins/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"eslint-config-prettier": "^6.11.0",
3939
"eslint-plugin-import": "^2.22.0",
4040
"eslint-plugin-prettier": "^3.1.4",
41-
"prettier": "2.0.5"
41+
"prettier": "2.1.0"
4242
}
4343
}

examples/creating-source-plugins/example-site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"gatsby": "^2.24.47",
17+
"gatsby": "^2.24.50",
1818
"gatsby-image": "^2.4.16",
19-
"gatsby-plugin-sharp": "^2.6.27",
19+
"gatsby-plugin-sharp": "^2.6.28",
2020
"gatsby-transformer-sharp": "^2.5.13",
2121
"react": "^16.12.0",
2222
"react-dom": "^16.12.0"
2323
},
2424
"devDependencies": {
25-
"prettier": "2.0.5"
25+
"prettier": "2.1.0"
2626
},
2727
"repository": {
2828
"type": "git",

examples/creating-source-plugins/source-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"apollo-link-http": "^1.5.17",
2020
"apollo-link-ws": "^1.0.20",
2121
"apollo-utilities": "^1.3.4",
22-
"gatsby-source-filesystem": "^2.3.24",
22+
"gatsby-source-filesystem": "^2.3.25",
2323
"graphql": "^15.3.0",
2424
"graphql-tag": "^2.11.0",
2525
"node-fetch": "^2.6.0",

examples/data-fetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "@gatsbyjs",
77
"dependencies": {
88
"dotenv": "^8.2.0",
9-
"gatsby": "^2.24.47",
9+
"gatsby": "^2.24.50",
1010
"gatsby-plugin-react-helmet": "^3.3.10",
1111
"gatsby-source-graphql": "^2.7.1",
1212
"prop-types": "^15.7.2",

examples/ecommerce-tutorial-with-stripe/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"author": "@thorwebdev",
77
"dependencies": {
88
"@stripe/stripe-js": "^1.9.0",
9-
"gatsby": "^2.24.47",
9+
"gatsby": "^2.24.50",
1010
"gatsby-image": "^2.4.16",
11-
"gatsby-plugin-manifest": "^2.4.23",
11+
"gatsby-plugin-manifest": "^2.4.24",
1212
"gatsby-plugin-offline": "^2.2.10",
1313
"gatsby-plugin-react-helmet": "^3.3.10",
14-
"gatsby-plugin-sharp": "^2.6.27",
15-
"gatsby-source-filesystem": "^2.3.24",
14+
"gatsby-plugin-sharp": "^2.6.28",
15+
"gatsby-source-filesystem": "^2.3.25",
1616
"gatsby-source-stripe": "^3.1.1",
1717
"gatsby-transformer-sharp": "^2.5.13",
1818
"prop-types": "^15.7.2",
@@ -32,7 +32,7 @@
3232
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
3333
},
3434
"devDependencies": {
35-
"prettier": "2.0.5"
35+
"prettier": "2.1.0"
3636
},
3737
"repository": {
3838
"type": "git",

examples/feed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"version": "1.0.0",
66
"author": "Nicholas Young <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"gatsby-plugin-feed": "^2.5.11",
10-
"gatsby-source-filesystem": "^2.3.24",
11-
"gatsby-transformer-remark": "^2.8.28",
10+
"gatsby-source-filesystem": "^2.3.25",
11+
"gatsby-transformer-remark": "^2.8.29",
1212
"react": "^16.4.1",
1313
"react-dom": "^16.4.1"
1414
},

examples/gatsbygram/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"core-js": "^2.6.11",
9-
"gatsby": "^2.24.47",
10-
"gatsby-core-utils": "^1.3.15",
9+
"gatsby": "^2.24.50",
10+
"gatsby-core-utils": "^1.3.16",
1111
"gatsby-image": "^2.4.16",
1212
"gatsby-plugin-glamor": "^2.3.10",
1313
"gatsby-plugin-google-analytics": "^2.3.13",
14-
"gatsby-plugin-manifest": "^2.4.23",
14+
"gatsby-plugin-manifest": "^2.4.24",
1515
"gatsby-plugin-offline": "^2.2.10",
16-
"gatsby-plugin-sharp": "^2.6.27",
16+
"gatsby-plugin-sharp": "^2.6.28",
1717
"gatsby-plugin-typography": "^2.5.10",
18-
"gatsby-source-filesystem": "^2.3.24",
18+
"gatsby-source-filesystem": "^2.3.25",
1919
"gatsby-transformer-json": "^2.4.11",
2020
"gatsby-transformer-sharp": "^2.5.13",
2121
"glamor": "^2.20.40",

examples/graphql-reference/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.1.0",
66
"author": "LekoArts <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"gatsby-image": "^2.4.16",
1010
"gatsby-plugin-react-helmet": "^3.3.10",
11-
"gatsby-plugin-sharp": "^2.6.27",
11+
"gatsby-plugin-sharp": "^2.6.28",
1212
"gatsby-plugin-typography": "^2.5.10",
1313
"gatsby-remark-responsive-iframe": "^2.4.12",
14-
"gatsby-source-filesystem": "^2.3.24",
15-
"gatsby-transformer-remark": "^2.8.28",
14+
"gatsby-source-filesystem": "^2.3.25",
15+
"gatsby-transformer-remark": "^2.8.29",
1616
"gatsby-transformer-sharp": "^2.5.13",
1717
"gatsby-transformer-yaml": "^2.4.10",
1818
"react": "^16.11.0",

examples/hn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"flat": "^2.0.1",
9-
"gatsby": "^2.24.47",
10-
"gatsby-core-utils": "^1.3.15",
11-
"gatsby-plugin-manifest": "^2.4.23",
9+
"gatsby": "^2.24.50",
10+
"gatsby-core-utils": "^1.3.16",
11+
"gatsby-plugin-manifest": "^2.4.24",
1212
"gatsby-source-hacker-news": "^2.4.10",
1313
"lodash": "^4.17.20",
1414
"react": "^16.3.1",

examples/image-processing/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "1.0.0",
66
"author": "Florian Kissling <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"gatsby-image": "^2.4.16",
1010
"gatsby-plugin-google-analytics": "^2.3.13",
1111
"gatsby-plugin-offline": "^2.2.10",
12-
"gatsby-plugin-sharp": "^2.6.27",
12+
"gatsby-plugin-sharp": "^2.6.28",
1313
"gatsby-plugin-typography": "^2.5.10",
14-
"gatsby-source-drupal": "^3.5.27",
15-
"gatsby-source-filesystem": "^2.3.24",
14+
"gatsby-source-drupal": "^3.5.28",
15+
"gatsby-source-filesystem": "^2.3.25",
1616
"gatsby-transformer-sharp": "^2.5.13",
1717
"react": "^16.4.0",
1818
"react-dom": "^16.4.0",

examples/no-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"author": "Scotty Eckenthal <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"lodash": "^4.17.20",
1010
"react": "^16.4.0",
1111
"react-dom": "^16.4.0",

examples/no-trailing-slashes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"author": "Scotty Eckenthal <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"gatsby-plugin-google-analytics": "^2.3.13",
1010
"gatsby-plugin-offline": "^2.2.10",
1111
"lodash": "^4.17.20",

examples/recipe-createPage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"prop-types": "^15.7.2",
1010
"react": "^16.9.0",
1111
"react-dom": "^16.9.0",
1212
"react-helmet": "^5.2.1"
1313
},
1414
"devDependencies": {
15-
"prettier": "2.0.5"
15+
"prettier": "2.1.0"
1616
},
1717
"keywords": [
1818
"gatsby"

examples/recipe-linking-between-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"prop-types": "^15.7.2",
1010
"react": "^16.9.0",
1111
"react-dom": "^16.9.0",
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"cypress": "^4.12.1",
1616
"gatsby-cypress": "^0.4.10",
17-
"prettier": "2.0.5",
17+
"prettier": "2.1.0",
1818
"start-server-and-test": "^1.11.3"
1919
},
2020
"keywords": [

examples/recipe-sourcing-contentful/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
8+
"gatsby": "^2.24.50",
99
"gatsby-image": "^2.4.16",
1010
"gatsby-plugin-offline": "^2.2.10",
11-
"gatsby-source-contentful": "^2.3.37",
12-
"gatsby-transformer-remark": "^2.8.28",
11+
"gatsby-source-contentful": "^2.3.38",
12+
"gatsby-transformer-remark": "^2.8.29",
1313
"prop-types": "^15.7.2",
1414
"react": "^16.9.0",
1515
"react-dom": "^16.9.0"
1616
},
1717
"devDependencies": {
18-
"prettier": "2.0.5"
18+
"prettier": "2.1.0"
1919
},
2020
"keywords": [
2121
"gatsby"

examples/recipe-sourcing-markdown/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
9-
"gatsby-source-filesystem": "^2.3.24",
10-
"gatsby-transformer-remark": "^2.8.28",
8+
"gatsby": "^2.24.50",
9+
"gatsby-source-filesystem": "^2.3.25",
10+
"gatsby-transformer-remark": "^2.8.29",
1111
"prop-types": "^15.7.2",
1212
"react": "^16.9.0",
1313
"react-dom": "^16.9.0",
1414
"react-helmet": "^5.2.1"
1515
},
1616
"devDependencies": {
17-
"prettier": "2.0.5"
17+
"prettier": "2.1.0"
1818
},
1919
"keywords": [
2020
"gatsby"

examples/recipe-static-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.24.47",
16+
"gatsby": "^2.24.50",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"
1919
},
2020
"devDependencies": {
21-
"prettier": "2.0.5"
21+
"prettier": "2.1.0"
2222
},
2323
"repository": {
2424
"type": "git",

examples/recipe-webpack-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.24.47",
16+
"gatsby": "^2.24.50",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"
1919
},
2020
"devDependencies": {
21-
"prettier": "2.0.5"
21+
"prettier": "2.1.0"
2222
},
2323
"repository": {
2424
"type": "git",

examples/recipes-gatsby-image/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"dependencies": {
88
"@mdx-js/mdx": "^1.6.16",
99
"@mdx-js/react": "^1.6.16",
10-
"gatsby": "^2.24.47",
10+
"gatsby": "^2.24.50",
1111
"gatsby-image": "^2.4.16",
12-
"gatsby-plugin-manifest": "^2.4.23",
13-
"gatsby-plugin-mdx": "^1.2.34",
12+
"gatsby-plugin-manifest": "^2.4.24",
13+
"gatsby-plugin-mdx": "^1.2.35",
1414
"gatsby-plugin-offline": "^2.2.10",
1515
"gatsby-plugin-react-helmet": "^3.3.10",
16-
"gatsby-plugin-sharp": "^2.6.27",
17-
"gatsby-source-filesystem": "^2.3.24",
16+
"gatsby-plugin-sharp": "^2.6.28",
17+
"gatsby-source-filesystem": "^2.3.25",
1818
"gatsby-transformer-sharp": "^2.5.13",
1919
"prop-types": "^15.7.2",
2020
"react": "^16.8.6",
2121
"react-dom": "^16.8.6",
2222
"react-helmet": "^5.2.1"
2323
},
2424
"devDependencies": {
25-
"prettier": "2.0.5"
25+
"prettier": "2.1.0"
2626
},
2727
"keywords": [
2828
"gatsby"

examples/simple-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"author": "Jason Lengstorf <[email protected]>",
66
"dependencies": {
7-
"gatsby": "^2.24.47",
7+
"gatsby": "^2.24.50",
88
"gatsby-plugin-react-helmet": "^3.3.10",
99
"prop-types": "^15.7.2",
1010
"react": "^16.4.0",

examples/sitemap/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "1.0.0",
66
"author": "Nicholas Young <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
9-
"gatsby-core-utils": "^1.3.15",
10-
"gatsby-plugin-sitemap": "^2.4.11",
11-
"gatsby-source-filesystem": "^2.3.24",
12-
"gatsby-transformer-remark": "^2.8.28",
8+
"gatsby": "^2.24.50",
9+
"gatsby-core-utils": "^1.3.16",
10+
"gatsby-plugin-sitemap": "^2.4.12",
11+
"gatsby-source-filesystem": "^2.3.25",
12+
"gatsby-transformer-remark": "^2.8.29",
1313
"react": "^16.3.2",
1414
"react-dom": "^16.3.2"
1515
},

examples/styleguide/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"author": "[email protected]",
66
"dependencies": {
77
"app-root-dir": "^1.0.2",
8-
"gatsby": "^2.24.47",
9-
"gatsby-source-filesystem": "^2.3.24",
8+
"gatsby": "^2.24.50",
9+
"gatsby-source-filesystem": "^2.3.25",
1010
"gatsby-transformer-react-docgen": "^5.2.11",
11-
"gatsby-transformer-remark": "^2.8.28",
11+
"gatsby-transformer-remark": "^2.8.29",
1212
"glamor": "^2.20.40",
1313
"html-to-react": "^1.4.3",
1414
"react": "^16.4.0",

examples/using-MDX/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
"dependencies": {
88
"@mdx-js/mdx": "^1.6.16",
99
"@mdx-js/react": "^1.6.16",
10-
"gatsby": "^2.24.47",
10+
"gatsby": "^2.24.50",
1111
"gatsby-image": "^2.4.16",
12-
"gatsby-plugin-manifest": "^2.4.23",
13-
"gatsby-plugin-mdx": "^1.2.34",
14-
"gatsby-plugin-offline": "^3.2.23",
12+
"gatsby-plugin-manifest": "^2.4.24",
13+
"gatsby-plugin-mdx": "^1.2.35",
14+
"gatsby-plugin-offline": "^3.2.24",
1515
"gatsby-plugin-react-helmet": "^3.3.10",
16-
"gatsby-plugin-sharp": "^2.6.27",
17-
"gatsby-source-filesystem": "^2.3.24",
16+
"gatsby-plugin-sharp": "^2.6.28",
17+
"gatsby-source-filesystem": "^2.3.25",
1818
"gatsby-transformer-sharp": "^2.5.13",
1919
"prop-types": "^15.7.2",
2020
"react": "^16.12.0",
2121
"react-charts": "^2.0.1",
22-
"react-chat-elements": "^10.9.3",
22+
"react-chat-elements": "^10.10.2",
2323
"react-dom": "^16.12.0",
2424
"react-helmet": "^5.2.1"
2525
},
2626
"devDependencies": {
27-
"prettier": "2.0.5"
27+
"prettier": "2.1.0"
2828
},
2929
"keywords": [
3030
"gatsby"

0 commit comments

Comments
 (0)