Skip to content

Commit 5997955

Browse files
fix: update starters and examples (#24434)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0772801 commit 5997955

File tree

92 files changed

+27401
-11065
lines changed

Some content is hidden

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

92 files changed

+27401
-11065
lines changed

examples/client-only-paths/package.json

Lines changed: 3 additions & 3 deletions
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.21.37",
9-
"gatsby-plugin-netlify": "^2.3.2",
10-
"gatsby-plugin-typography": "^2.5.1",
8+
"gatsby": "^2.22.15",
9+
"gatsby-plugin-netlify": "^2.3.3",
10+
"gatsby-plugin-typography": "^2.5.2",
1111
"lodash": "^4.17.15",
1212
"react": "^16.3.1",
1313
"react-dom": "^16.3.1",

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

Lines changed: 4 additions & 4 deletions
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.21.37",
18-
"gatsby-image": "^2.4.4",
19-
"gatsby-plugin-sharp": "^2.6.4",
20-
"gatsby-transformer-sharp": "^2.5.2",
17+
"gatsby": "^2.22.15",
18+
"gatsby-image": "^2.4.5",
19+
"gatsby-plugin-sharp": "^2.6.9",
20+
"gatsby-transformer-sharp": "^2.5.3",
2121
"react": "^16.12.0",
2222
"react-dom": "^16.12.0"
2323
},

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.4",
22+
"gatsby-source-filesystem": "^2.3.8",
2323
"graphql": "^15.0.0",
2424
"graphql-tag": "^2.10.3",
2525
"node-fetch": "^2.6.0",

examples/data-fetching/package.json

Lines changed: 3 additions & 3 deletions
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.21.37",
10-
"gatsby-plugin-react-helmet": "^3.3.1",
11-
"gatsby-source-graphql": "^2.5.1",
9+
"gatsby": "^2.22.15",
10+
"gatsby-plugin-react-helmet": "^3.3.2",
11+
"gatsby-source-graphql": "^2.5.2",
1212
"prop-types": "^15.7.2",
1313
"react": "^16.11.0",
1414
"react-dom": "^16.11.0",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"version": "0.1.0",
66
"author": "@thorwebdev",
77
"dependencies": {
8-
"@stripe/stripe-js": "^1.5.0",
9-
"gatsby": "^2.21.37",
10-
"gatsby-image": "^2.4.4",
11-
"gatsby-plugin-manifest": "^2.4.5",
8+
"@stripe/stripe-js": "^1.6.0",
9+
"gatsby": "^2.22.15",
10+
"gatsby-image": "^2.4.5",
11+
"gatsby-plugin-manifest": "^2.4.9",
1212
"gatsby-plugin-offline": "^2.2.10",
13-
"gatsby-plugin-react-helmet": "^3.3.1",
14-
"gatsby-plugin-sharp": "^2.6.4",
15-
"gatsby-source-filesystem": "^2.3.4",
13+
"gatsby-plugin-react-helmet": "^3.3.2",
14+
"gatsby-plugin-sharp": "^2.6.9",
15+
"gatsby-source-filesystem": "^2.3.8",
1616
"gatsby-source-stripe": "^2.2.2",
17-
"gatsby-transformer-sharp": "^2.5.2",
17+
"gatsby-transformer-sharp": "^2.5.3",
1818
"prop-types": "^15.7.2",
1919
"react": "^16.12.0",
2020
"react-dom": "^16.12.0",

examples/feed/package.json

Lines changed: 4 additions & 4 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.21.37",
9-
"gatsby-plugin-feed": "^2.5.1",
10-
"gatsby-source-filesystem": "^2.3.4",
11-
"gatsby-transformer-remark": "^2.8.9",
8+
"gatsby": "^2.22.15",
9+
"gatsby-plugin-feed": "^2.5.3",
10+
"gatsby-source-filesystem": "^2.3.8",
11+
"gatsby-transformer-remark": "^2.8.13",
1212
"react": "^16.4.1",
1313
"react-dom": "^16.4.1"
1414
},

examples/gatsbygram/package.json

Lines changed: 12 additions & 12 deletions
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.21.37",
10-
"gatsby-core-utils": "^1.2.3",
11-
"gatsby-image": "^2.4.4",
12-
"gatsby-plugin-glamor": "^2.3.1",
13-
"gatsby-plugin-google-analytics": "^2.3.1",
14-
"gatsby-plugin-manifest": "^2.4.5",
9+
"gatsby": "^2.22.15",
10+
"gatsby-core-utils": "^1.3.3",
11+
"gatsby-image": "^2.4.5",
12+
"gatsby-plugin-glamor": "^2.3.2",
13+
"gatsby-plugin-google-analytics": "^2.3.2",
14+
"gatsby-plugin-manifest": "^2.4.9",
1515
"gatsby-plugin-offline": "^2.2.10",
16-
"gatsby-plugin-sharp": "^2.6.4",
17-
"gatsby-plugin-typography": "^2.5.1",
18-
"gatsby-source-filesystem": "^2.3.4",
19-
"gatsby-transformer-json": "^2.4.2",
20-
"gatsby-transformer-sharp": "^2.5.2",
16+
"gatsby-plugin-sharp": "^2.6.9",
17+
"gatsby-plugin-typography": "^2.5.2",
18+
"gatsby-source-filesystem": "^2.3.8",
19+
"gatsby-transformer-json": "^2.4.3",
20+
"gatsby-transformer-sharp": "^2.5.3",
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.1",
57+
"gatsby-cypress": "^0.4.2",
5858
"start-server-and-test": "^1.11.0"
5959
}
6060
}

examples/graphql-reference/package.json

Lines changed: 10 additions & 10 deletions
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.21.37",
9-
"gatsby-image": "^2.4.4",
10-
"gatsby-plugin-react-helmet": "^3.3.1",
11-
"gatsby-plugin-sharp": "^2.6.4",
12-
"gatsby-plugin-typography": "^2.5.1",
13-
"gatsby-remark-responsive-iframe": "^2.4.2",
14-
"gatsby-source-filesystem": "^2.3.4",
15-
"gatsby-transformer-remark": "^2.8.9",
16-
"gatsby-transformer-sharp": "^2.5.2",
17-
"gatsby-transformer-yaml": "^2.4.1",
8+
"gatsby": "^2.22.15",
9+
"gatsby-image": "^2.4.5",
10+
"gatsby-plugin-react-helmet": "^3.3.2",
11+
"gatsby-plugin-sharp": "^2.6.9",
12+
"gatsby-plugin-typography": "^2.5.2",
13+
"gatsby-remark-responsive-iframe": "^2.4.3",
14+
"gatsby-source-filesystem": "^2.3.8",
15+
"gatsby-transformer-remark": "^2.8.13",
16+
"gatsby-transformer-sharp": "^2.5.3",
17+
"gatsby-transformer-yaml": "^2.4.2",
1818
"react": "^16.11.0",
1919
"react-dom": "^16.11.0",
2020
"react-helmet": "^5.2.1",

examples/hn/package.json

Lines changed: 4 additions & 4 deletions
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.21.37",
10-
"gatsby-core-utils": "^1.2.3",
11-
"gatsby-plugin-manifest": "^2.4.5",
12-
"gatsby-source-hacker-news": "^2.4.1",
9+
"gatsby": "^2.22.15",
10+
"gatsby-core-utils": "^1.3.3",
11+
"gatsby-plugin-manifest": "^2.4.9",
12+
"gatsby-source-hacker-news": "^2.4.2",
1313
"lodash": "^4.17.15",
1414
"react": "^16.3.1",
1515
"react-dom": "^16.3.1",

examples/image-processing/package.json

Lines changed: 8 additions & 8 deletions
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.21.37",
9-
"gatsby-image": "^2.4.4",
10-
"gatsby-plugin-google-analytics": "^2.3.1",
8+
"gatsby": "^2.22.15",
9+
"gatsby-image": "^2.4.5",
10+
"gatsby-plugin-google-analytics": "^2.3.2",
1111
"gatsby-plugin-offline": "^2.2.10",
12-
"gatsby-plugin-sharp": "^2.6.4",
13-
"gatsby-plugin-typography": "^2.5.1",
14-
"gatsby-source-drupal": "^3.5.4",
15-
"gatsby-source-filesystem": "^2.3.4",
16-
"gatsby-transformer-sharp": "^2.5.2",
12+
"gatsby-plugin-sharp": "^2.6.9",
13+
"gatsby-plugin-typography": "^2.5.2",
14+
"gatsby-source-drupal": "^3.5.9",
15+
"gatsby-source-filesystem": "^2.3.8",
16+
"gatsby-transformer-sharp": "^2.5.3",
1717
"react": "^16.4.0",
1818
"react-dom": "^16.4.0",
1919
"react-typography": "^0.16.19",

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

examples/no-trailing-slashes/package.json

Lines changed: 2 additions & 2 deletions
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.21.37",
9-
"gatsby-plugin-google-analytics": "^2.3.1",
8+
"gatsby": "^2.22.15",
9+
"gatsby-plugin-google-analytics": "^2.3.2",
1010
"gatsby-plugin-offline": "^2.2.10",
1111
"lodash": "^4.17.15",
1212
"react": "^16.4.0",

examples/recipe-createPage/package.json

Lines changed: 1 addition & 1 deletion
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.21.37",
8+
"gatsby": "^2.22.15",
99
"prop-types": "^15.7.2",
1010
"react": "^16.9.0",
1111
"react-dom": "^16.9.0",

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

Lines changed: 3 additions & 3 deletions
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.21.37",
8+
"gatsby": "^2.22.15",
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-
"cypress": "^4.5.0",
16-
"gatsby-cypress": "^0.4.1",
15+
"cypress": "^4.7.0",
16+
"gatsby-cypress": "^0.4.2",
1717
"prettier": "2.0.5",
1818
"start-server-and-test": "^1.11.0"
1919
},

examples/recipe-sourcing-contentful/package.json

Lines changed: 4 additions & 4 deletions
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.21.37",
9-
"gatsby-image": "^2.4.4",
8+
"gatsby": "^2.22.15",
9+
"gatsby-image": "^2.4.5",
1010
"gatsby-plugin-offline": "^2.2.10",
11-
"gatsby-source-contentful": "^2.3.6",
12-
"gatsby-transformer-remark": "^2.8.9",
11+
"gatsby-source-contentful": "^2.3.12",
12+
"gatsby-transformer-remark": "^2.8.13",
1313
"prop-types": "^15.7.2",
1414
"react": "^16.9.0",
1515
"react-dom": "^16.9.0"

examples/recipe-sourcing-markdown/package.json

Lines changed: 3 additions & 3 deletions
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.21.37",
9-
"gatsby-source-filesystem": "^2.3.4",
10-
"gatsby-transformer-remark": "^2.8.9",
8+
"gatsby": "^2.22.15",
9+
"gatsby-source-filesystem": "^2.3.8",
10+
"gatsby-transformer-remark": "^2.8.13",
1111
"prop-types": "^15.7.2",
1212
"react": "^16.9.0",
1313
"react-dom": "^16.9.0",

examples/recipe-static-image/package.json

Lines changed: 1 addition & 1 deletion
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.21.37",
16+
"gatsby": "^2.22.15",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"
1919
},

examples/recipe-webpack-image/package.json

Lines changed: 1 addition & 1 deletion
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.21.37",
16+
"gatsby": "^2.22.15",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6"
1919
},

examples/recipes-gatsby-image/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"@mdx-js/mdx": "^1.6.1",
9-
"@mdx-js/react": "^1.6.1",
10-
"gatsby": "^2.21.37",
11-
"gatsby-image": "^2.4.4",
12-
"gatsby-plugin-manifest": "^2.4.5",
13-
"gatsby-plugin-mdx": "^1.2.8",
8+
"@mdx-js/mdx": "^1.6.5",
9+
"@mdx-js/react": "^1.6.5",
10+
"gatsby": "^2.22.15",
11+
"gatsby-image": "^2.4.5",
12+
"gatsby-plugin-manifest": "^2.4.9",
13+
"gatsby-plugin-mdx": "^1.2.13",
1414
"gatsby-plugin-offline": "^2.2.10",
15-
"gatsby-plugin-react-helmet": "^3.3.1",
16-
"gatsby-plugin-sharp": "^2.6.4",
17-
"gatsby-source-filesystem": "^2.3.4",
18-
"gatsby-transformer-sharp": "^2.5.2",
15+
"gatsby-plugin-react-helmet": "^3.3.2",
16+
"gatsby-plugin-sharp": "^2.6.9",
17+
"gatsby-source-filesystem": "^2.3.8",
18+
"gatsby-transformer-sharp": "^2.5.3",
1919
"prop-types": "^15.7.2",
2020
"react": "^16.8.6",
2121
"react-dom": "^16.8.6",

examples/simple-auth/package.json

Lines changed: 2 additions & 2 deletions
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.21.37",
8-
"gatsby-plugin-react-helmet": "^3.3.1",
7+
"gatsby": "^2.22.15",
8+
"gatsby-plugin-react-helmet": "^3.3.2",
99
"prop-types": "^15.7.2",
1010
"react": "^16.4.0",
1111
"react-dom": "^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.21.37",
9-
"gatsby-core-utils": "^1.2.3",
10-
"gatsby-plugin-sitemap": "^2.4.2",
11-
"gatsby-source-filesystem": "^2.3.4",
12-
"gatsby-transformer-remark": "^2.8.9",
8+
"gatsby": "^2.22.15",
9+
"gatsby-core-utils": "^1.3.3",
10+
"gatsby-plugin-sitemap": "^2.4.3",
11+
"gatsby-source-filesystem": "^2.3.8",
12+
"gatsby-transformer-remark": "^2.8.13",
1313
"react": "^16.3.2",
1414
"react-dom": "^16.3.2"
1515
},

examples/styleguide/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"author": "[email protected]",
66
"dependencies": {
77
"app-root-dir": "^1.0.2",
8-
"gatsby": "^2.21.37",
9-
"gatsby-source-filesystem": "^2.3.4",
10-
"gatsby-transformer-react-docgen": "^5.2.1",
11-
"gatsby-transformer-remark": "^2.8.9",
8+
"gatsby": "^2.22.15",
9+
"gatsby-source-filesystem": "^2.3.8",
10+
"gatsby-transformer-react-docgen": "^5.2.2",
11+
"gatsby-transformer-remark": "^2.8.13",
1212
"glamor": "^2.20.40",
13-
"html-to-react": "^1.4.2",
13+
"html-to-react": "^1.4.3",
1414
"react": "^16.4.0",
1515
"react-dom": "^16.4.0",
1616
"react-live": "^2.2.2"

examples/using-MDX/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"@mdx-js/mdx": "^1.6.1",
9-
"@mdx-js/react": "^1.6.1",
10-
"gatsby": "^2.21.37",
11-
"gatsby-image": "^2.4.4",
12-
"gatsby-plugin-manifest": "^2.4.5",
13-
"gatsby-plugin-mdx": "^1.2.8",
14-
"gatsby-plugin-offline": "^3.2.3",
15-
"gatsby-plugin-react-helmet": "^3.3.1",
16-
"gatsby-plugin-sharp": "^2.6.4",
17-
"gatsby-source-filesystem": "^2.3.4",
18-
"gatsby-transformer-sharp": "^2.5.2",
8+
"@mdx-js/mdx": "^1.6.5",
9+
"@mdx-js/react": "^1.6.5",
10+
"gatsby": "^2.22.15",
11+
"gatsby-image": "^2.4.5",
12+
"gatsby-plugin-manifest": "^2.4.9",
13+
"gatsby-plugin-mdx": "^1.2.13",
14+
"gatsby-plugin-offline": "^3.2.7",
15+
"gatsby-plugin-react-helmet": "^3.3.2",
16+
"gatsby-plugin-sharp": "^2.6.9",
17+
"gatsby-source-filesystem": "^2.3.8",
18+
"gatsby-transformer-sharp": "^2.5.3",
1919
"prop-types": "^15.7.2",
2020
"react": "^16.12.0",
21-
"react-charts": "^2.0.0-beta.6",
21+
"react-charts": "^2.0.1",
2222
"react-dom": "^16.12.0",
2323
"react-helmet": "^5.2.1"
2424
},

0 commit comments

Comments
 (0)