absinthe-graphql / absinthe-socket

Core JavaScript support for Absinthe WS-based operations
MIT License
148 stars 75 forks source link

Relax dependency resolution. #49

Closed jeremyzahner closed 3 months ago

jeremyzahner commented 4 years ago

For the resolution of dependencies (especially in the face of TypeScript actually checking) it makes sense to have ambiguous dependency versions set.

daniel-nagy commented 3 years ago

Need this to resolve a dependency conflict with graphql after updating to Apollo Client 3

Resolution field "graphql@14.7.0" is incompatible with requested version "graphql@14.0.2"
maennchen commented 3 years ago

It would be good if this could be merged soon. Otherwise it will be hard to use Absinthe with up-to-date JS projects.