Skip to content

Commit 022ce14

Browse files
fix(deps): update starters and examples gatsby packages to ^4.5.4 (#34541)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3954944 commit 022ce14

File tree

8 files changed

+58
-58
lines changed

8 files changed

+58
-58
lines changed

starters/blog/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^4.5.3",
11+
"gatsby": "^4.5.4",
1212
"gatsby-plugin-feed": "^4.5.0",
1313
"gatsby-plugin-gatsby-cloud": "^4.5.2",
1414
"gatsby-plugin-google-analytics": "^4.5.0",

starters/default/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/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": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^4.5.3",
8+
"gatsby": "^4.5.4",
99
"gatsby-plugin-gatsby-cloud": "^4.5.2",
1010
"gatsby-plugin-image": "^2.5.2",
1111
"gatsby-plugin-manifest": "^4.5.2",

starters/gatsby-starter-minimal/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "0BSD",
1818
"dependencies": {
19-
"gatsby": "^4.5.3",
19+
"gatsby": "^4.5.4",
2020
"react": "^17.0.1",
2121
"react-dom": "^17.0.1"
2222
}

starters/hello-world/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"gatsby": "^4.5.3",
17+
"gatsby": "^4.5.4",
1818
"react": "^17.0.1",
1919
"react-dom": "^17.0.1"
2020
},

0 commit comments

Comments
 (0)