Skip to content

Commit

Permalink
Require Angular 18 for inject in Apollo provider option factory
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 19, 2024
1 parent 5c7520d commit 846c7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
angular_version: [17, 18]
angular_version: [18]
graphql_version: [15, 16]
node_version: [18, 20]
steps:
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "NODE_OPTIONS=--experimental-modules jest --config jest.config.js"
},
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/core": "^18.0.0",
"@apollo/client": "^3.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
Expand Down

0 comments on commit 846c7dd

Please sign in to comment.