Skip to content

Upgrade Gatsby to v3? #808

@karlhorky

Description

@karlhorky

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions