Skip to content

Commit 79505a7

Browse files
authored
chore: remove gatsby-cloud-gatsby-plugin (#33077)
1 parent ce5af85 commit 79505a7

File tree

6 files changed

+0
-228
lines changed

6 files changed

+0
-228
lines changed

starters/blog/gatsby-config.js

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ module.exports = {
122122
},
123123
},
124124
`gatsby-plugin-react-helmet`,
125-
`gatsby-plugin-gatsby-cloud`,
126125
// this (optional) plugin enables Progressive Web App + Offline functionality
127126
// To learn more, visit: https://gatsby.dev/offline
128127
// `gatsby-plugin-offline`,

starters/blog/package-lock.json

-112
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"dependencies": {
1111
"gatsby": "^3.13.0",
1212
"gatsby-plugin-feed": "^3.13.0",
13-
"gatsby-plugin-gatsby-cloud": "^2.11.0",
1413
"gatsby-plugin-google-analytics": "^3.13.0",
1514
"gatsby-plugin-image": "^1.13.0",
1615
"gatsby-plugin-manifest": "^3.13.0",

starters/default/gatsby-config.js

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = {
2929
icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
3030
},
3131
},
32-
`gatsby-plugin-gatsby-cloud`,
3332
// this (optional) plugin enables Progressive Web App + Offline functionality
3433
// To learn more, visit: https://gatsby.dev/offline
3534
// `gatsby-plugin-offline`,

starters/default/package-lock.json

-112
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"gatsby": "^3.13.0",
9-
"gatsby-plugin-gatsby-cloud": "^2.11.0",
109
"gatsby-plugin-image": "^1.13.0",
1110
"gatsby-plugin-manifest": "^3.13.0",
1211
"gatsby-plugin-offline": "^4.13.0",

0 commit comments

Comments
 (0)