Skip to content

Commit 065eeb1

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

File tree

2 files changed

+142
-223
lines changed

2 files changed

+142
-223
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
"@jbolda/gatsby-theme-articles": "0.4.6",
2424
"@jbolda/gatsby-theme-homepage": "0.3.3",
2525
"@jbolda/gatsby-theme-layout": "0.3.5",
26-
"@mdx-js/mdx": "2.1.5",
27-
"@mdx-js/react": "2.1.5",
28-
"gatsby": "5.3.0",
26+
"@mdx-js/mdx": "2.2.1",
27+
"@mdx-js/react": "2.2.1",
28+
"gatsby": "5.3.2",
2929
"gatsby-image": "3.11.0",
30-
"gatsby-plugin-mdx": "5.3.0",
30+
"gatsby-plugin-mdx": "5.3.1",
3131
"gatsby-plugin-netlify": "5.1.0",
3232
"gatsby-plugin-react-helmet": "6.3.0",
33-
"gatsby-plugin-sharp": "5.3.0",
33+
"gatsby-plugin-sharp": "5.3.2",
3434
"gatsby-plugin-theme-ui": "0.15.4",
35-
"gatsby-source-filesystem": "5.3.0",
36-
"gatsby-transformer-sharp": "5.3.0",
35+
"gatsby-source-filesystem": "5.3.1",
36+
"gatsby-transformer-sharp": "5.3.1",
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.3.0"
44+
"babel-preset-gatsby": "3.3.1"
4545
}
4646
}

0 commit comments

Comments
 (0)