Skip to content

Commit 579cb3c

Browse files
chore(examples) Update Gatsby Examples (#1004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da32484 commit 579cb3c

File tree

2 files changed

+199
-230
lines changed

2 files changed

+199
-230
lines changed

node/react/gatsby-themed-site/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@
2525
"@jbolda/gatsby-theme-layout": "0.3.5",
2626
"@mdx-js/mdx": "2.2.1",
2727
"@mdx-js/react": "2.2.1",
28-
"gatsby": "5.4.2",
28+
"gatsby": "5.5.0",
2929
"gatsby-image": "3.11.0",
30-
"gatsby-plugin-mdx": "5.4.0",
30+
"gatsby-plugin-mdx": "5.5.0",
3131
"gatsby-plugin-netlify": "5.1.0",
32-
"gatsby-plugin-react-helmet": "6.4.0",
33-
"gatsby-plugin-sharp": "5.4.0",
32+
"gatsby-plugin-react-helmet": "6.5.0",
33+
"gatsby-plugin-sharp": "5.5.0",
3434
"gatsby-plugin-theme-ui": "0.15.4",
35-
"gatsby-source-filesystem": "5.4.0",
36-
"gatsby-transformer-sharp": "5.4.0",
35+
"gatsby-source-filesystem": "5.5.0",
36+
"gatsby-transformer-sharp": "5.5.0",
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
3939
"react-helmet": "6.1.0",
4040
"theme-ui": "0.15.4"
4141
},
4242
"devDependencies": {
4343
"@babel/plugin-proposal-optional-chaining": "7.20.7",
44-
"babel-preset-gatsby": "3.4.0"
44+
"babel-preset-gatsby": "3.5.0"
4545
}
4646
}

0 commit comments

Comments
 (0)