Skip to content

Commit 80e08df

Browse files
fix(deps): update starters and examples gatsby packages to ^2.10.1 (#32537)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ae1db8a commit 80e08df

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

starters/blog/package-lock.json

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

starters/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"gatsby": "^3.10.2",
1212
"gatsby-plugin-feed": "^3.10.0",
13-
"gatsby-plugin-gatsby-cloud": "^2.10.0",
13+
"gatsby-plugin-gatsby-cloud": "^2.10.1",
1414
"gatsby-plugin-google-analytics": "^3.10.0",
1515
"gatsby-plugin-image": "^1.10.1",
1616
"gatsby-plugin-manifest": "^3.10.0",

starters/default/package-lock.json

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

starters/default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
88
"gatsby": "^3.10.2",
9-
"gatsby-plugin-gatsby-cloud": "^2.10.0",
9+
"gatsby-plugin-gatsby-cloud": "^2.10.1",
1010
"gatsby-plugin-image": "^1.10.1",
1111
"gatsby-plugin-manifest": "^3.10.0",
1212
"gatsby-plugin-offline": "^4.10.0",

0 commit comments

Comments
 (0)