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

apollo-angular schematics has a fixed version of apollo-angular and @apollo/client packages #2133

Open
Naikno opened this issue Dec 21, 2023 · 1 comment

Comments

@Naikno
Copy link

Naikno commented Dec 21, 2023

Describe the bug

Into schematics the versions of apollo-angular and @apollo/client packages are fixed :

 'apollo-angular': '^4.2.0',
 '@apollo/client': '^3.0.0',

To Reproduce

Try to

ng add apollo-angular

or simply check on
https://github.com/kamilkisiela/apollo-angular/blob/master/packages/apollo-angular/schematics/install/index.ts

Expected behavior

The user can choose the versions, or the versions are updated to the latest

@PowerKiKi
Copy link
Collaborator

Indeed, it's not ideal. A PR that always use the latest version of packages would be most welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants