Skip to content

Commit 0083e62

Browse files
fix(deps): update starters and examples gatsby packages to ^4.24.7 (#36957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68e9cab commit 0083e62

File tree

21 files changed

+2366
-1316
lines changed

21 files changed

+2366
-1316
lines changed

starters/blog/package-lock.json

Lines changed: 200 additions & 131 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.24.6",
11+
"gatsby": "^4.24.7",
1212
"gatsby-plugin-feed": "^4.24.0",
1313
"gatsby-plugin-image": "^2.24.0",
1414
"gatsby-plugin-manifest": "^4.24.0",

starters/default/package-lock.json

Lines changed: 200 additions & 131 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.24.6",
8+
"gatsby": "^4.24.7",
99
"gatsby-plugin-image": "^2.24.0",
1010
"gatsby-plugin-manifest": "^4.24.0",
1111
"gatsby-plugin-sharp": "^4.24.0",

starters/gatsby-starter-blog-theme-core/package-lock.json

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

starters/gatsby-starter-blog-theme-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "0BSD",
1212
"dependencies": {
1313
"@mdx-js/react": "^1.6.22",
14-
"gatsby": "^4.24.6",
14+
"gatsby": "^4.24.7",
1515
"gatsby-theme-blog-core": "^4.0.0",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0"

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@emotion/react": "^11.10.4",
1414
"@emotion/styled": "^11.10.4",
1515
"@mdx-js/react": "^1.6.22",
16-
"gatsby": "^4.24.6",
16+
"gatsby": "^4.24.7",
1717
"gatsby-theme-blog": "^4.0.0",
1818
"react": "^18.1.0",
1919
"react-dom": "^18.1.0",

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

Lines changed: 184 additions & 115 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "^4.24.6",
20+
"gatsby": "^4.24.7",
2121
"react": "^18.1.0",
2222
"react-dom": "^18.1.0"
2323
},

0 commit comments

Comments
 (0)