-
-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
packages/apollo-angular/package.json contains
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"
in peerDependencies.
To Reproduce
Try to update packages.
Additional context
We can work around this for our use of apollo-angular with:
"overrides": {
"apollo-angular": {
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
}
}
in our package.json file.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed