renvrant / gatsby-mdx-netlify-cms-starter

Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!
MIT License
88 stars 46 forks source link

MDX dependencies are seriously outdated. #5

Closed loke-dev closed 4 years ago

loke-dev commented 4 years ago

gatsby-mdx has been deprecated, see: https://www.npmjs.com/package/gatsby-mdx

@mdx-js/runtime is being warned against being used as it increases bundle size and overhead, see: https://www.npmjs.com/package/@mdx-js/runtime

renvrant commented 4 years ago

Thanks for pointing this out.

MDX Runtime shouldn't be a concern given that this is statically generated, but other dependencies will need to be updated.