Skip to content

Commit 1ccea94

Browse files
committed
fix: update starters and examples
1 parent 425fdac commit 1ccea94

File tree

94 files changed

+6334
-7284
lines changed

Some content is hidden

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

94 files changed

+6334
-7284
lines changed

examples/client-only-paths/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"version": "1.0.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
9-
"gatsby-plugin-netlify": "^2.3.7",
10-
"gatsby-plugin-typography": "^2.5.6",
8+
"gatsby": "^2.23.21",
9+
"gatsby-plugin-netlify": "^2.3.10",
10+
"gatsby-plugin-typography": "^2.5.9",
1111
"lodash": "^4.17.15",
1212
"react": "^16.3.1",
1313
"react-dom": "^16.3.1",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"gatsby": "^2.23.12",
18-
"gatsby-image": "^2.4.9",
19-
"gatsby-plugin-sharp": "^2.6.14",
20-
"gatsby-transformer-sharp": "^2.5.7",
17+
"gatsby": "^2.23.21",
18+
"gatsby-image": "^2.4.12",
19+
"gatsby-plugin-sharp": "^2.6.18",
20+
"gatsby-transformer-sharp": "^2.5.10",
2121
"react": "^16.12.0",
2222
"react-dom": "^16.12.0"
2323
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
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.14",
23-
"graphql": "^15.2.0",
22+
"gatsby-source-filesystem": "^2.3.18",
23+
"graphql": "^15.3.0",
2424
"graphql-tag": "^2.10.3",
2525
"node-fetch": "^2.6.0",
26-
"ws": "^7.3.0"
26+
"ws": "^7.3.1"
2727
}
2828
}

examples/data-fetching/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"author": "@gatsbyjs",
77
"dependencies": {
88
"dotenv": "^8.2.0",
9-
"gatsby": "^2.23.12",
10-
"gatsby-plugin-react-helmet": "^3.3.6",
11-
"gatsby-source-graphql": "^2.5.7",
9+
"gatsby": "^2.23.21",
10+
"gatsby-plugin-react-helmet": "^3.3.9",
11+
"gatsby-source-graphql": "^2.6.1",
1212
"prop-types": "^15.7.2",
1313
"react": "^16.11.0",
1414
"react-dom": "^16.11.0",

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"author": "@thorwebdev",
77
"dependencies": {
88
"@stripe/stripe-js": "^1.7.0",
9-
"gatsby": "^2.23.12",
10-
"gatsby-image": "^2.4.9",
11-
"gatsby-plugin-manifest": "^2.4.14",
9+
"gatsby": "^2.23.21",
10+
"gatsby-image": "^2.4.12",
11+
"gatsby-plugin-manifest": "^2.4.17",
1212
"gatsby-plugin-offline": "^2.2.10",
13-
"gatsby-plugin-react-helmet": "^3.3.6",
14-
"gatsby-plugin-sharp": "^2.6.14",
15-
"gatsby-source-filesystem": "^2.3.14",
13+
"gatsby-plugin-react-helmet": "^3.3.9",
14+
"gatsby-plugin-sharp": "^2.6.18",
15+
"gatsby-source-filesystem": "^2.3.18",
1616
"gatsby-source-stripe": "^2.2.2",
17-
"gatsby-transformer-sharp": "^2.5.7",
17+
"gatsby-transformer-sharp": "^2.5.10",
1818
"prop-types": "^15.7.2",
1919
"react": "^16.12.0",
2020
"react-dom": "^16.12.0",

examples/feed/package.json

+4-4
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.23.12",
9-
"gatsby-plugin-feed": "^2.5.7",
10-
"gatsby-source-filesystem": "^2.3.14",
11-
"gatsby-transformer-remark": "^2.8.20",
8+
"gatsby": "^2.23.21",
9+
"gatsby-plugin-feed": "^2.5.10",
10+
"gatsby-source-filesystem": "^2.3.18",
11+
"gatsby-transformer-remark": "^2.8.23",
1212
"react": "^16.4.1",
1313
"react-dom": "^16.4.1"
1414
},

examples/gatsbygram/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"core-js": "^2.6.11",
9-
"gatsby": "^2.23.12",
10-
"gatsby-core-utils": "^1.3.8",
11-
"gatsby-image": "^2.4.9",
12-
"gatsby-plugin-glamor": "^2.3.6",
13-
"gatsby-plugin-google-analytics": "^2.3.6",
14-
"gatsby-plugin-manifest": "^2.4.14",
9+
"gatsby": "^2.23.21",
10+
"gatsby-core-utils": "^1.3.11",
11+
"gatsby-image": "^2.4.12",
12+
"gatsby-plugin-glamor": "^2.3.9",
13+
"gatsby-plugin-google-analytics": "^2.3.10",
14+
"gatsby-plugin-manifest": "^2.4.17",
1515
"gatsby-plugin-offline": "^2.2.10",
16-
"gatsby-plugin-sharp": "^2.6.14",
17-
"gatsby-plugin-typography": "^2.5.6",
18-
"gatsby-source-filesystem": "^2.3.14",
19-
"gatsby-transformer-json": "^2.4.7",
20-
"gatsby-transformer-sharp": "^2.5.7",
16+
"gatsby-plugin-sharp": "^2.6.18",
17+
"gatsby-plugin-typography": "^2.5.9",
18+
"gatsby-source-filesystem": "^2.3.18",
19+
"gatsby-transformer-json": "^2.4.10",
20+
"gatsby-transformer-sharp": "^2.5.10",
2121
"glamor": "^2.20.40",
2222
"instagram-screen-scrape": "^2.0.0",
2323
"lodash": "^4.17.15",
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"cypress": "^3.8.3",
57-
"gatsby-cypress": "^0.4.6",
57+
"gatsby-cypress": "^0.4.9",
5858
"start-server-and-test": "^1.11.0"
5959
}
6060
}

examples/graphql-reference/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"version": "0.1.0",
66
"author": "LekoArts <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
9-
"gatsby-image": "^2.4.9",
10-
"gatsby-plugin-react-helmet": "^3.3.6",
11-
"gatsby-plugin-sharp": "^2.6.14",
12-
"gatsby-plugin-typography": "^2.5.6",
13-
"gatsby-remark-responsive-iframe": "^2.4.7",
14-
"gatsby-source-filesystem": "^2.3.14",
15-
"gatsby-transformer-remark": "^2.8.20",
16-
"gatsby-transformer-sharp": "^2.5.7",
17-
"gatsby-transformer-yaml": "^2.4.6",
8+
"gatsby": "^2.23.21",
9+
"gatsby-image": "^2.4.12",
10+
"gatsby-plugin-react-helmet": "^3.3.9",
11+
"gatsby-plugin-sharp": "^2.6.18",
12+
"gatsby-plugin-typography": "^2.5.9",
13+
"gatsby-remark-responsive-iframe": "^2.4.10",
14+
"gatsby-source-filesystem": "^2.3.18",
15+
"gatsby-transformer-remark": "^2.8.23",
16+
"gatsby-transformer-sharp": "^2.5.10",
17+
"gatsby-transformer-yaml": "^2.4.9",
1818
"react": "^16.11.0",
1919
"react-dom": "^16.11.0",
2020
"react-helmet": "^5.2.1",

examples/hn/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"flat": "^2.0.1",
9-
"gatsby": "^2.23.12",
10-
"gatsby-core-utils": "^1.3.8",
11-
"gatsby-plugin-manifest": "^2.4.14",
12-
"gatsby-source-hacker-news": "^2.4.6",
9+
"gatsby": "^2.23.21",
10+
"gatsby-core-utils": "^1.3.11",
11+
"gatsby-plugin-manifest": "^2.4.17",
12+
"gatsby-source-hacker-news": "^2.4.9",
1313
"lodash": "^4.17.15",
1414
"react": "^16.3.1",
1515
"react-dom": "^16.3.1",

examples/image-processing/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "1.0.0",
66
"author": "Florian Kissling <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
9-
"gatsby-image": "^2.4.9",
10-
"gatsby-plugin-google-analytics": "^2.3.6",
8+
"gatsby": "^2.23.21",
9+
"gatsby-image": "^2.4.12",
10+
"gatsby-plugin-google-analytics": "^2.3.10",
1111
"gatsby-plugin-offline": "^2.2.10",
12-
"gatsby-plugin-sharp": "^2.6.14",
13-
"gatsby-plugin-typography": "^2.5.6",
14-
"gatsby-source-drupal": "^3.5.15",
15-
"gatsby-source-filesystem": "^2.3.14",
16-
"gatsby-transformer-sharp": "^2.5.7",
12+
"gatsby-plugin-sharp": "^2.6.18",
13+
"gatsby-plugin-typography": "^2.5.9",
14+
"gatsby-source-drupal": "^3.5.20",
15+
"gatsby-source-filesystem": "^2.3.18",
16+
"gatsby-transformer-sharp": "^2.5.10",
1717
"react": "^16.4.0",
1818
"react-dom": "^16.4.0",
1919
"react-typography": "^0.16.19",

examples/no-plugins/package.json

+1-1
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.23.12",
8+
"gatsby": "^2.23.21",
99
"lodash": "^4.17.15",
1010
"react": "^16.4.0",
1111
"react-dom": "^16.4.0",

examples/no-trailing-slashes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "1.0.0",
66
"author": "Scotty Eckenthal <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
9-
"gatsby-plugin-google-analytics": "^2.3.6",
8+
"gatsby": "^2.23.21",
9+
"gatsby-plugin-google-analytics": "^2.3.10",
1010
"gatsby-plugin-offline": "^2.2.10",
1111
"lodash": "^4.17.15",
1212
"react": "^16.4.0",

examples/recipe-createPage/package.json

+1-1
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.23.12",
8+
"gatsby": "^2.23.21",
99
"prop-types": "^15.7.2",
1010
"react": "^16.9.0",
1111
"react-dom": "^16.9.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
8+
"gatsby": "^2.23.21",
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": {
1515
"cypress": "^4.9.0",
16-
"gatsby-cypress": "^0.4.6",
16+
"gatsby-cypress": "^0.4.9",
1717
"prettier": "2.0.5",
1818
"start-server-and-test": "^1.11.0"
1919
},

examples/recipe-sourcing-contentful/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
9-
"gatsby-image": "^2.4.9",
8+
"gatsby": "^2.23.21",
9+
"gatsby-image": "^2.4.12",
1010
"gatsby-plugin-offline": "^2.2.10",
11-
"gatsby-source-contentful": "^2.3.18",
12-
"gatsby-transformer-remark": "^2.8.20",
11+
"gatsby-source-contentful": "^2.3.23",
12+
"gatsby-transformer-remark": "^2.8.23",
1313
"prop-types": "^15.7.2",
1414
"react": "^16.9.0",
1515
"react-dom": "^16.9.0"

examples/recipe-sourcing-markdown/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"version": "0.1.0",
66
"author": "@gatsbyjs",
77
"dependencies": {
8-
"gatsby": "^2.23.12",
9-
"gatsby-source-filesystem": "^2.3.14",
10-
"gatsby-transformer-remark": "^2.8.20",
8+
"gatsby": "^2.23.21",
9+
"gatsby-source-filesystem": "^2.3.18",
10+
"gatsby-transformer-remark": "^2.8.23",
1111
"prop-types": "^15.7.2",
1212
"react": "^16.9.0",
1313
"react-dom": "^16.9.0",

examples/recipe-static-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.23.12",
16+
"gatsby": "^2.23.21",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"
1919
},

examples/recipe-webpack-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
1414
},
1515
"dependencies": {
16-
"gatsby": "^2.23.12",
16+
"gatsby": "^2.23.21",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"
1919
},

examples/recipes-gatsby-image/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"dependencies": {
88
"@mdx-js/mdx": "^1.6.6",
99
"@mdx-js/react": "^1.6.6",
10-
"gatsby": "^2.23.12",
11-
"gatsby-image": "^2.4.9",
12-
"gatsby-plugin-manifest": "^2.4.14",
13-
"gatsby-plugin-mdx": "^1.2.19",
10+
"gatsby": "^2.23.21",
11+
"gatsby-image": "^2.4.12",
12+
"gatsby-plugin-manifest": "^2.4.17",
13+
"gatsby-plugin-mdx": "^1.2.22",
1414
"gatsby-plugin-offline": "^2.2.10",
15-
"gatsby-plugin-react-helmet": "^3.3.6",
16-
"gatsby-plugin-sharp": "^2.6.14",
17-
"gatsby-source-filesystem": "^2.3.14",
18-
"gatsby-transformer-sharp": "^2.5.7",
15+
"gatsby-plugin-react-helmet": "^3.3.9",
16+
"gatsby-plugin-sharp": "^2.6.18",
17+
"gatsby-source-filesystem": "^2.3.18",
18+
"gatsby-transformer-sharp": "^2.5.10",
1919
"prop-types": "^15.7.2",
2020
"react": "^16.8.6",
2121
"react-dom": "^16.8.6",

examples/simple-auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "1.0.0",
55
"author": "Jason Lengstorf <[email protected]>",
66
"dependencies": {
7-
"gatsby": "^2.23.12",
8-
"gatsby-plugin-react-helmet": "^3.3.6",
7+
"gatsby": "^2.23.21",
8+
"gatsby-plugin-react-helmet": "^3.3.9",
99
"prop-types": "^15.7.2",
1010
"react": "^16.4.0",
1111
"react-dom": "^16.4.0",

examples/sitemap/package.json

+5-5
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.23.12",
9-
"gatsby-core-utils": "^1.3.8",
10-
"gatsby-plugin-sitemap": "^2.4.7",
11-
"gatsby-source-filesystem": "^2.3.14",
12-
"gatsby-transformer-remark": "^2.8.20",
8+
"gatsby": "^2.23.21",
9+
"gatsby-core-utils": "^1.3.11",
10+
"gatsby-plugin-sitemap": "^2.4.10",
11+
"gatsby-source-filesystem": "^2.3.18",
12+
"gatsby-transformer-remark": "^2.8.23",
1313
"react": "^16.3.2",
1414
"react-dom": "^16.3.2"
1515
},

examples/styleguide/package.json

+4-4
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.23.12",
9-
"gatsby-source-filesystem": "^2.3.14",
10-
"gatsby-transformer-react-docgen": "^5.2.7",
11-
"gatsby-transformer-remark": "^2.8.20",
8+
"gatsby": "^2.23.21",
9+
"gatsby-source-filesystem": "^2.3.18",
10+
"gatsby-transformer-react-docgen": "^5.2.10",
11+
"gatsby-transformer-remark": "^2.8.23",
1212
"glamor": "^2.20.40",
1313
"html-to-react": "^1.4.3",
1414
"react": "^16.4.0",

examples/using-MDX/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"dependencies": {
88
"@mdx-js/mdx": "^1.6.6",
99
"@mdx-js/react": "^1.6.6",
10-
"gatsby": "^2.23.12",
11-
"gatsby-image": "^2.4.9",
12-
"gatsby-plugin-manifest": "^2.4.14",
13-
"gatsby-plugin-mdx": "^1.2.19",
14-
"gatsby-plugin-offline": "^3.2.13",
15-
"gatsby-plugin-react-helmet": "^3.3.6",
16-
"gatsby-plugin-sharp": "^2.6.14",
17-
"gatsby-source-filesystem": "^2.3.14",
18-
"gatsby-transformer-sharp": "^2.5.7",
10+
"gatsby": "^2.23.21",
11+
"gatsby-image": "^2.4.12",
12+
"gatsby-plugin-manifest": "^2.4.17",
13+
"gatsby-plugin-mdx": "^1.2.22",
14+
"gatsby-plugin-offline": "^3.2.16",
15+
"gatsby-plugin-react-helmet": "^3.3.9",
16+
"gatsby-plugin-sharp": "^2.6.18",
17+
"gatsby-source-filesystem": "^2.3.18",
18+
"gatsby-transformer-sharp": "^2.5.10",
1919
"prop-types": "^15.7.2",
2020
"react": "^16.12.0",
2121
"react-charts": "^2.0.1",

0 commit comments

Comments
 (0)