Skip to content

Commit 9284520

Browse files
fix(deps): update starters and examples gatsby packages to ^5.9.1 (#38073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22394b9 commit 9284520

File tree

13 files changed

+527
-527
lines changed

13 files changed

+527
-527
lines changed

starters/blog/package-lock.json

+101-101
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
"@fontsource/merriweather": "^4.5.14",
1212
"@fontsource/montserrat": "^4.5.14",
13-
"gatsby": "^5.9.0",
13+
"gatsby": "^5.9.1",
1414
"gatsby-plugin-feed": "^5.9.0",
1515
"gatsby-plugin-image": "^3.9.0",
1616
"gatsby-plugin-manifest": "^5.9.0",

starters/default/package-lock.json

+101-101
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
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^5.9.0",
8+
"gatsby": "^5.9.1",
99
"gatsby-plugin-image": "^3.9.0",
1010
"gatsby-plugin-manifest": "^5.9.0",
1111
"gatsby-plugin-sharp": "^5.9.0",

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "^5.9.0",
20+
"gatsby": "^5.9.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

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

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

starters/gatsby-starter-minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "0BSD",
1818
"dependencies": {
19-
"gatsby": "^5.9.0",
19+
"gatsby": "^5.9.1",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
}

starters/gatsby-starter-theme-workspace/example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "gatsby build"
99
},
1010
"dependencies": {
11-
"gatsby": "^5.9.0",
11+
"gatsby": "^5.9.1",
1212
"gatsby-theme-minimal": "^1.0.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"

starters/gatsby-starter-wordpress-blog/package-lock.json

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

starters/gatsby-starter-wordpress-blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@fontsource/merriweather": "^4.5.14",
1212
"@fontsource/montserrat": "^4.5.14",
1313
"@wordpress/block-library": "^8.9.0",
14-
"gatsby": "^5.9.0",
14+
"gatsby": "^5.9.1",
1515
"gatsby-plugin-image": "^3.9.0",
1616
"gatsby-plugin-manifest": "^5.9.0",
1717
"gatsby-plugin-sharp": "^5.9.0",

0 commit comments

Comments
 (0)