storybookjs / mdx1-csf

MDX to CSF compiler using MDXv1
MIT License
4 stars 12 forks source link

Upgrade the dependencies '@mdx-js/mdx' to V2 #28

Closed 10Derozan closed 6 months ago

10Derozan commented 7 months ago

Is your feature request related to a problem? Please describe. When I install this package, I will get a warn: image I found the reference chain is: '@mdx-js/mdx@1.6.22' -> 'remark-mdx@1.6.22' -> '@babel/plugin-proposal-object-rest-spread@7.12.1'.

Describe the solution you'd like I hope mdx1-csf can upgrade the version of '@mdx-js/mdx' to v2. I found mdx2-csf depend on v2.https://github.com/storybookjs/mdx2-csf/blob/next/package.json#L43 Would it be better if they used the same version?

Thanks for reading my request.

10Derozan commented 6 months ago

Oh, maybe we need to be compatible with mdx1.