Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing dependency #1936

Merged
merged 1 commit into from Feb 9, 2022
Merged

Add missing dependency #1936

merged 1 commit into from Feb 9, 2022

Commits on Feb 9, 2022

  1. Add explicit dependency on vfile to rollup package

    `@mdx-js/rollup` [depends on vfile](https://github.com/mdx-js/mdx/blob/main/packages/rollup/lib/index.js#L16) but I think it's just working in some cases at the moment because of the transitive dependency via `@mdx-js/mdx`.
    
    My project has another transitive dependency on vfile@^4.0.0, which is the one yarn puts in the root `node_modules` and that `@mdx-js/rollup@2.0.0` ends up importing, then 馃挜 because it's the old commonjs version.
    bensmithett committed Feb 9, 2022
    Copy the full SHA
    7f21abe View commit details
    Browse the repository at this point in the history