mercurius-js / mercurius-typescript

TypeScript usage examples and "mercurius-codegen" for Mercurius
https://mercurius.dev
MIT License
71 stars 18 forks source link

Release with mercurius 14 as a supported peer dependency? #846

Closed twalling closed 3 months ago

twalling commented 6 months ago

Would it be possible to get another release since mercurius 14 was released and I see that it was already added as a peer dependency on the main branch?

Drilmo commented 5 months ago

+1

Drilmo commented 5 months ago

If you want you can try this workaround in your package.json until we get the new version :

"overrides": {
    "mercurius-codegen": {
      "mercurius": "$mercurius"
    }
  }
luthfi-hh commented 4 months ago

Any update on this?

PabloSzx commented 3 months ago

Published v5.0.5 with mercurius v14 in peer dependency, sorry for the very late update