Upgrade Gatsby to v3?
Author: karlhorkyCreated Aug 29, 2021Updated Aug 30, 2021
Hi @jxnblk, would it be possible to bump the version of the gatsby dependency to ^3.0.0? It will also require upgrading gatsby-source-filesystem and gatsby-plugin-react-helmet.
Just trying this out via Yarn Resolutions (via the lines in my package.json below), and it appears to be working so far with no other changes.
package.json
{
"resolutions": {
"**/@mdx-deck/gatsby-plugin/gatsby-plugin-react-helmet": "4.12.0",
"mdx-deck/gatsby": "3.12.1",
"mdx-deck/gatsby-source-filesystem": "3.12.0",
"mdx-deck/react": "17.0.2",
"mdx-deck/react-dom": "17.0.2"
}
}Source: jxnblk/mdx-deck