Why this library is not upgraded to opt latest nestjs version 9.3.9 #1564
pawanrana1992
started this conversation in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Nestjs-Query team,
First of all thanks for this library, I love this library but I found the libraray is not compatiable with latest Nestjs 9.3.9.
I am getting couple of dependency error/warning. Can you guys please upgrade the library to opt lestest Nestjs version?
Thanks in advance
. ├─┬ @nestjs-query/query-graphql 0.30.0 │ ├── ✕ unmet peer @nestjs/common@^8.0.4: found 9.3.9 │ ├── ✕ unmet peer class-transformer@"^0.2.3 || 0.3.1 || 0.4": found 0.5.1 │ ├── ✕ unmet peer @nestjs/core@^8.0.4: found 9.3.9 │ ├── ✕ unmet peer @nestjs/graphql@^9.0.0: found 10.2.0 │ ├── ✕ unmet peer class-validator@^0.13.0: found 0.14.0 │ ├── ✕ unmet peer graphql@^15.0.0: found 16.6.0 │ ├── ✕ unmet peer graphql-subscriptions@^1.1.0: found 2.0.0 │ └─┬ @nestjs-query/core 0.30.0 │ ├── ✕ unmet peer @nestjs/common@^8.0.4: found 9.3.9 │ └── ✕ unmet peer class-transformer@"^0.2.3 || 0.3.1 || 0.4": found 0.5.1 ├─┬ @apollo/gateway 0.42.3 │ ├── ✕ unmet peer graphql@^15.5.3: found 16.6.0 │ ├─┬ @apollo/core-schema 0.1.1 │ │ └── ✕ unmet peer graphql@"^14.5.0 || ^15.0.0": found 16.6.0 │ ├─┬ @apollo/federation 0.33.9 │ │ ├── ✕ unmet peer graphql@^15.5.3: found 16.6.0 │ │ └─┬ @apollo/subgraph 0.1.5 │ │ ├── ✕ unmet peer graphql@^15.5.3: found 16.6.0 │ │ └─┬ apollo-graphql 0.9.7 │ │ └── ✕ unmet peer graphql@"^14.2.1 || ^15.0.0": found 16.6.0 │ └─┬ @apollo/query-planner 0.5.1 │ └── ✕ unmet peer graphql@^15.5.3: found 16.6.0 ├─┬ @nestjs/graphql 10.2.0 │ └── ✕ unmet peer ts-morph@"^13.0.2 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0": found 12.2.0 └─┬ @nestjs/apollo 10.2.0 └── ✕ unmet peer @apollo/gateway@"^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0": found 0.42.3
Beta Was this translation helpful? Give feedback.
All reactions