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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cm6-graphql] peer dependencies are unnecessarily strict #3662

Closed
1 task done
Yogu opened this issue Jul 29, 2024 · 1 comment · Fixed by #3762
Closed
1 task done

[cm6-graphql] peer dependencies are unnecessarily strict #3662

Yogu opened this issue Jul 29, 2024 · 1 comment · Fixed by #3762

Comments

@Yogu
Copy link

Yogu commented Jul 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Currently, the package cm6-graphql specifies exact versions of all the @codemirror/... peer dependencies. Those versions are also quite old. If there is another dependency in your project to a newer version of codemirror, cm6-graphql then gets its own instances of the packages, which does not work.

Expected Behavior

The peer dependencies of cm6-graphql should use ^6....

Steps To Reproduce

  • Install cm6-graphql in a project
  • Install a recent version of e.g. @codemirror/state, or install a lib that has a peer dependency on such a recent version.

Environment

No response

Anything else?

No response

@kauxp
Copy link

kauxp commented Aug 12, 2024

could you please assign this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants