Skip to content

Commit

Permalink
chore: Add gatsby-plugin-gatsby-cloud to starters (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Feb 19, 2021
1 parent 70f502e commit 716fde2
Show file tree
Hide file tree
Showing 29 changed files with 42 additions and 23 deletions.
13 changes: 13 additions & 0 deletions .changeset/mean-turtles-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"cara": patch
"emilia": patch
"emma": patch
"graphql-playground": patch
"jodie": patch
"minimal-blog": patch
"specimens": patch
"status-dashboard": patch
"styleguide": patch
---

chore: Add gatsby-plugin-gatsby-cloud to starters
1 change: 1 addition & 0 deletions examples/cara/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/cara/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-cara": "^1.2.18",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
Expand Down
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions examples/emilia/content/projects/cara/index.mdx

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions examples/emilia/content/projects/emma/index.mdx

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions examples/emilia/content/projects/gatsby-themes/index.mdx

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions examples/emilia/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/emilia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^1.3.19",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions examples/emma/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/emma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-emma": "^1.4.19",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions examples/graphql-playground/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
// See the theme's README for all available options
options: {},
},
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-graphql-playground": "^1.1.19",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-netlify": "^2.4.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.13",
"react": "^16.13.1",
Expand Down
1 change: 1 addition & 0 deletions examples/jodie/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
],
}
1 change: 1 addition & 0 deletions examples/jodie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-jodie": "^1.0.3",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions examples/minimal-blog/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/minimal-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^2.7.3",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions examples/specimens/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/specimens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"gatsby": "^2.25.3",
"gatsby-plugin-catch-links": "^2.3.15",
"gatsby-plugin-emotion": "^4.3.15",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-mdx": "^1.3.1",
"gatsby-plugin-netlify": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions examples/status-dashboard/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/status-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@lekoarts/gatsby-theme-status-dashboard": "^1.1.14",
"gatsby": "^2.25.3",
"gatsby-plugin-emotion": "^4.3.15",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
"gatsby-plugin-offline": "^3.3.3",
Expand Down
1 change: 1 addition & 0 deletions examples/styleguide/gatsby-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
basePath: `/`,
},
},
`gatsby-plugin-gatsby-cloud`,
`gatsby-plugin-netlify`,
shouldAnalyseBundle && {
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
Expand Down
1 change: 1 addition & 0 deletions examples/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@lekoarts/gatsby-theme-styleguide": "^1.1.18",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-netlify": "^2.4.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-theme-ui": "^0.3.3",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8719,6 +8719,17 @@ gatsby-plugin-feed@^2.12.0:
lodash.merge "^4.6.2"
rss "^1.2.2"

gatsby-plugin-gatsby-cloud@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-1.0.1.tgz#f5ded9ef8a7f481de10cca51643b24b4e9e109c9"
integrity sha512-sSRv2AhpsQhhRhlOjcFGG1JalJ5ZIX3/q0lDpv9zjeY/B+/AyCjqKjtnlq1idgafp4/IL8MLmKMMqdjICXKdXQ==
dependencies:
"@babel/runtime" "^7.12.5"
fs-extra "^8.1.0"
kebab-hash "^0.1.2"
lodash "^4.17.20"
webpack-assets-manifest "^3.1.1"

gatsby-plugin-google-analytics@^2.4.1:
version "2.10.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.10.0.tgz#e3a557779232fd919688b646e6ebd997c0575291"
Expand Down

0 comments on commit 716fde2

Please sign in to comment.