absinthe-socket
absinthe-socket copied to clipboard
Relax dependency resolution.
For the resolution of dependencies (especially in the face of TypeScript actually checking) it makes sense to have ambiguous dependency versions set.
Need this to resolve a dependency conflict with graphql
after updating to Apollo Client 3
Resolution field "[email protected]" is incompatible with requested version "[email protected]"
It would be good if this could be merged soon. Otherwise it will be hard to use Absinthe with up-to-date JS projects.