Skip to content

Commit

Permalink
fix(angular): update peerDependencies range
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Nov 12, 2024
1 parent cb33c15 commit b8b0bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"zone.js": "^0.15.0"
},
"peerDependencies": {
"@angular/common": ">=16 < 18",
"@angular/core": ">=16 < 18"
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
}
}

0 comments on commit b8b0bce

Please sign in to comment.