TriPSs/nestjs-query

Release version with bumped `ts-morph`

Closed this issue · 2 comments

denciu commented

Describe the bug

After upgrading @nestjs/graphql to 12.0.8 I'm receiving following message while npm install:

Found: ts-morph@19.0.0
npm ERR! node_modules/ts-morph
npm ERR!   peerOptional ts-morph@"^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" from @nestjs/graphql@12.0.8
npm ERR!   node_modules/@nestjs/graphql
npm ERR!     peer @nestjs/graphql@"^11.0.0 || ^12.0.0" from @ptc-org/nestjs-query-graphql@3.0.0
npm ERR!     node_modules/@ptc-org/nestjs-query-graphql
npm ERR!       @ptc-org/nestjs-query-graphql@"3.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer ts-morph@"^13.0.2 || ^14.0.0 || ^15.0.0" from @ptc-org/nestjs-query-graphql@3.0.0
npm ERR! node_modules/@ptc-org/nestjs-query-graphql
npm ERR!   @ptc-org/nestjs-query-graphql@"3.0.0" from the root project

I can see that bump happened in #155 but it's still not released. I would appreciate releasing this fix. Thanks!

Desktop (please complete the following information):
Node Version: v16.18.0
Nestjs-query Versions:

"@ptc-org/nestjs-query-core": "3.0.0",
"@ptc-org/nestjs-query-graphql": "3.0.0",
"@ptc-org/nestjs-query-typeorm": "3.0.0",

Typeorm Version: 0.3.17

TriPSs commented

Version 3.0.2 has been released.

denciu commented

That is called fast response! Thanks!