Skip to content

Commit 570d3ba

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

File tree

2 files changed

+587
-442
lines changed

2 files changed

+587
-442
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.1.5",
2727
"@mdx-js/react": "2.1.5",
28-
"gatsby": "5.2.0",
28+
"gatsby": "5.3.0",
2929
"gatsby-image": "3.11.0",
30-
"gatsby-plugin-mdx": "5.2.0",
30+
"gatsby-plugin-mdx": "5.3.0",
3131
"gatsby-plugin-netlify": "5.1.0",
32-
"gatsby-plugin-react-helmet": "6.2.0",
33-
"gatsby-plugin-sharp": "5.2.0",
32+
"gatsby-plugin-react-helmet": "6.3.0",
33+
"gatsby-plugin-sharp": "5.3.0",
3434
"gatsby-plugin-theme-ui": "0.15.4",
35-
"gatsby-source-filesystem": "5.2.0",
36-
"gatsby-transformer-sharp": "5.2.0",
35+
"gatsby-source-filesystem": "5.3.0",
36+
"gatsby-transformer-sharp": "5.3.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.18.9",
44-
"babel-preset-gatsby": "3.2.0"
44+
"babel-preset-gatsby": "3.3.0"
4545
}
4646
}

0 commit comments

Comments
 (0)