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"
}
}
Hi @jxnblk, would it be possible to bump the version of the
gatsbydependency to^3.0.0? It will also require upgradinggatsby-source-filesystemandgatsby-plugin-react-helmet.Just trying this out via Yarn Resolutions (via the lines in my
package.jsonbelow), 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" } }