Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nest v8.0.0 #24

Closed
lcanavesio opened this issue Aug 10, 2021 · 3 comments
Closed

Nest v8.0.0 #24

lcanavesio opened this issue Aug 10, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@lcanavesio
Copy link

Hi @MichalLytek ! How are you?

When i want to use typegraphql-nestjs in a new project nestjs 8.0.0 throws me dependency peer error

npm ERR! Could not resolve dependency: npm ERR! peer @nestjs/common@"^7.6.13" from typegraphql-nestjs@0.3.1

Possible solution update your package.json
"@nestjs/common": "^7.6.13" to "@nestjs/common": "^8.0.0",
"@nestjs/core": "^7.6.13" to "@nestjs/core": "^8.0.0",
"@nestjs/graphql": "^7.9.10" to "@nestjs/graphql": "^8.0.2"

@MichalLytek
Copy link
Owner

I will upgrade the deps and check compatibility, because some DI container internals might have changed in major release.

@MichalLytek MichalLytek added the enhancement New feature or request label Aug 10, 2021
@lcanavesio
Copy link
Author

Thanks @MichalLytek !

@MichalLytek
Copy link
Owner

Available in typegraphql-nestjs@0.4.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants