Skip to content

Commit 716fde2

Browse files
authored
chore: Add gatsby-plugin-gatsby-cloud to starters (#579)
1 parent 70f502e commit 716fde2

29 files changed

+42
-23
lines changed

.changeset/mean-turtles-fly.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"cara": patch
3+
"emilia": patch
4+
"emma": patch
5+
"graphql-playground": patch
6+
"jodie": patch
7+
"minimal-blog": patch
8+
"specimens": patch
9+
"status-dashboard": patch
10+
"styleguide": patch
11+
---
12+
13+
chore: Add gatsby-plugin-gatsby-cloud to starters

examples/cara/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = {
4848
},
4949
},
5050
`gatsby-plugin-offline`,
51+
`gatsby-plugin-gatsby-cloud`,
5152
`gatsby-plugin-netlify`,
5253
shouldAnalyseBundle && {
5354
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/cara/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-cara": "^1.2.18",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-google-analytics": "^2.4.1",
2223
"gatsby-plugin-manifest": "^2.5.2",
2324
"gatsby-plugin-netlify": "^2.4.0",
Binary file not shown.
Binary file not shown.

examples/emilia/content/projects/cara/index.mdx

-7
This file was deleted.
Binary file not shown.

examples/emilia/content/projects/emma/index.mdx

-8
This file was deleted.
Binary file not shown.

examples/emilia/content/projects/gatsby-themes/index.mdx

-8
This file was deleted.
Binary file not shown.

examples/emilia/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = {
4646
},
4747
},
4848
`gatsby-plugin-offline`,
49+
`gatsby-plugin-gatsby-cloud`,
4950
`gatsby-plugin-netlify`,
5051
shouldAnalyseBundle && {
5152
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/emilia/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-emilia": "^1.3.19",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-google-analytics": "^2.4.1",
2223
"gatsby-plugin-manifest": "^2.5.2",
2324
"gatsby-plugin-netlify": "^2.4.0",

examples/emma/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = {
4646
},
4747
},
4848
`gatsby-plugin-offline`,
49+
`gatsby-plugin-gatsby-cloud`,
4950
`gatsby-plugin-netlify`,
5051
shouldAnalyseBundle && {
5152
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/emma/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-emma": "^1.4.19",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-google-analytics": "^2.4.1",
2223
"gatsby-plugin-manifest": "^2.5.2",
2324
"gatsby-plugin-netlify": "^2.4.0",

examples/graphql-playground/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
// See the theme's README for all available options
1212
options: {},
1313
},
14+
`gatsby-plugin-gatsby-cloud`,
1415
`gatsby-plugin-netlify`,
1516
shouldAnalyseBundle && {
1617
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/graphql-playground/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-graphql-playground": "^1.1.19",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-netlify": "^2.4.0",
2223
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.13",
2324
"react": "^16.13.1",

examples/jodie/gatsby-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module.exports = {
5656
},
5757
},
5858
`gatsby-plugin-offline`,
59+
`gatsby-plugin-gatsby-cloud`,
5960
`gatsby-plugin-netlify`,
6061
],
6162
}

examples/jodie/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-jodie": "^1.0.3",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-google-analytics": "^2.4.1",
2223
"gatsby-plugin-manifest": "^2.5.2",
2324
"gatsby-plugin-netlify": "^2.4.0",

examples/minimal-blog/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = {
6767
},
6868
},
6969
`gatsby-plugin-offline`,
70+
`gatsby-plugin-gatsby-cloud`,
7071
`gatsby-plugin-netlify`,
7172
shouldAnalyseBundle && {
7273
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/minimal-blog/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-minimal-blog": "^2.7.3",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-google-analytics": "^2.4.1",
2223
"gatsby-plugin-manifest": "^2.5.2",
2324
"gatsby-plugin-netlify": "^2.4.0",

examples/specimens/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
},
6262
},
6363
`gatsby-plugin-offline`,
64+
`gatsby-plugin-gatsby-cloud`,
6465
`gatsby-plugin-netlify`,
6566
shouldAnalyseBundle && {
6667
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/specimens/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"gatsby": "^2.25.3",
2424
"gatsby-plugin-catch-links": "^2.3.15",
2525
"gatsby-plugin-emotion": "^4.3.15",
26+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2627
"gatsby-plugin-manifest": "^2.5.2",
2728
"gatsby-plugin-mdx": "^1.3.1",
2829
"gatsby-plugin-netlify": "^2.4.0",

examples/status-dashboard/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = {
2929
},
3030
},
3131
`gatsby-plugin-offline`,
32+
`gatsby-plugin-gatsby-cloud`,
3233
`gatsby-plugin-netlify`,
3334
shouldAnalyseBundle && {
3435
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/status-dashboard/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@lekoarts/gatsby-theme-status-dashboard": "^1.1.14",
2121
"gatsby": "^2.25.3",
2222
"gatsby-plugin-emotion": "^4.3.15",
23+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2324
"gatsby-plugin-manifest": "^2.5.2",
2425
"gatsby-plugin-netlify": "^2.4.0",
2526
"gatsby-plugin-offline": "^3.3.3",

examples/styleguide/gatsby-config.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
basePath: `/`,
2525
},
2626
},
27+
`gatsby-plugin-gatsby-cloud`,
2728
`gatsby-plugin-netlify`,
2829
shouldAnalyseBundle && {
2930
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,

examples/styleguide/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-styleguide": "^1.1.18",
2020
"gatsby": "^2.25.3",
21+
"gatsby-plugin-gatsby-cloud": "^1.0.1",
2122
"gatsby-plugin-netlify": "^2.4.0",
2223
"gatsby-plugin-react-helmet": "^3.3.14",
2324
"gatsby-plugin-theme-ui": "^0.3.3",

yarn.lock

+11
Original file line numberDiff line numberDiff line change
@@ -8719,6 +8719,17 @@ gatsby-plugin-feed@^2.12.0:
87198719
lodash.merge "^4.6.2"
87208720
rss "^1.2.2"
87218721

8722+
gatsby-plugin-gatsby-cloud@^1.0.1:
8723+
version "1.0.1"
8724+
resolved "https://registry.yarnpkg.com/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-1.0.1.tgz#f5ded9ef8a7f481de10cca51643b24b4e9e109c9"
8725+
integrity sha512-sSRv2AhpsQhhRhlOjcFGG1JalJ5ZIX3/q0lDpv9zjeY/B+/AyCjqKjtnlq1idgafp4/IL8MLmKMMqdjICXKdXQ==
8726+
dependencies:
8727+
"@babel/runtime" "^7.12.5"
8728+
fs-extra "^8.1.0"
8729+
kebab-hash "^0.1.2"
8730+
lodash "^4.17.20"
8731+
webpack-assets-manifest "^3.1.1"
8732+
87228733
gatsby-plugin-google-analytics@^2.4.1:
87238734
version "2.10.0"
87248735
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.10.0.tgz#e3a557779232fd919688b646e6ebd997c0575291"

0 commit comments

Comments
 (0)