MichalLytek / type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://typegraphql.com
MIT License
8.03k stars 676 forks source link

Update dependencies versions of type-graphql to allow for Apollo 4 and new GraphQL #1543

Closed debragail closed 12 months ago

debragail commented 12 months ago

Is your feature request related to a problem? Please describe. Need a version update of type-graphql in order to use the latest Apollo 4

Describe the solution you'd like Update package dependencies

Describe alternatives you've considered Not upgrading, but I need to upgrade.

Additional context

Found: graphql@15.8.0
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^0.13.0 || ^14.0.0 || ^15.0.0" from graphql-query-complexity@0.7.2
npm ERR!   node_modules/graphql-query-complexity
npm ERR!     graphql-query-complexity@"^0.7.0" from type-graphql@1.1.1
npm ERR!     node_modules/type-graphql
npm ERR!       type-graphql@"^1.1.1" from the root project
npm ERR!   peer graphql@"^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" from graphql-subscriptions@1.2.1
npm ERR!   node_modules/graphql-subscriptions
npm ERR!     graphql-subscriptions@"^1.1.0" from type-graphql@1.1.1
npm ERR!     node_modules/type-graphql
npm ERR!       type-graphql@"^1.1.1" from the root project
npm ERR!   1 more (type-graphql)
MichalLytek commented 12 months ago

Please use the v2.0.0-beta.3 release.