You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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
cm6-graphql
in a project@codemirror/state
, or install a lib that has a peer dependency on such a recent version.Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: