Skip to content

Commit 77190f4

Browse files
fix(deps): update starters and examples - gatsby (#36416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c92404b commit 77190f4

File tree

21 files changed

+286
-266
lines changed

21 files changed

+286
-266
lines changed

starters/blog/package-lock.json

Lines changed: 24 additions & 24 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: 2 additions & 2 deletions
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.21.0",
11+
"gatsby": "^4.21.1",
1212
"gatsby-plugin-feed": "^4.21.0",
1313
"gatsby-plugin-image": "^2.21.0",
1414
"gatsby-plugin-manifest": "^4.21.0",
@@ -18,7 +18,7 @@
1818
"gatsby-remark-prismjs": "^6.21.0",
1919
"gatsby-remark-responsive-iframe": "^5.21.0",
2020
"gatsby-remark-smartypants": "^5.21.0",
21-
"gatsby-source-filesystem": "^4.21.0",
21+
"gatsby-source-filesystem": "^4.21.1",
2222
"gatsby-transformer-remark": "^5.21.0",
2323
"gatsby-transformer-sharp": "^4.21.0",
2424
"prismjs": "^1.28.0",

starters/default/package-lock.json

Lines changed: 24 additions & 24 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^4.21.0",
8+
"gatsby": "^4.21.1",
99
"gatsby-plugin-image": "^2.21.0",
1010
"gatsby-plugin-manifest": "^4.21.0",
1111
"gatsby-plugin-sharp": "^4.21.0",
12-
"gatsby-source-filesystem": "^4.21.0",
12+
"gatsby-source-filesystem": "^4.21.1",
1313
"gatsby-transformer-sharp": "^4.21.0",
1414
"prop-types": "^15.8.1",
1515
"react": "^18.1.0",

0 commit comments

Comments
 (0)