mercurius-typescript icon indicating copy to clipboard operation
mercurius-typescript copied to clipboard

Release with mercurius 14 as a supported peer dependency?

Open twalling opened this issue 10 months ago • 2 comments

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?

twalling avatar Mar 25 '24 18:03 twalling

+1

Drilmo avatar Mar 27 '24 11:03 Drilmo

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

"overrides": {
    "mercurius-codegen": {
      "mercurius": "$mercurius"
    }
  }

Drilmo avatar Mar 27 '24 12:03 Drilmo

Any update on this?

luthfi-hh avatar May 09 '24 22:05 luthfi-hh

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

PabloSzx avatar Jun 11 '24 17:06 PabloSzx