Skip to content

Commit

Permalink
chore!: bump support of Angular to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 25, 2024
1 parent 7db26c5 commit 46f490c
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.0.0",
"@angular/core": ">=16.0.0"
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0"
}
}

0 comments on commit 46f490c

Please sign in to comment.