Skip to content

Commit

Permalink
feat: bump Angular to v17
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum required `@angular/core` version is now `^17.0.0`
  • Loading branch information
ChristopherPHolder committed Nov 21, 2023
1 parent 21a5e57 commit 5baecb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ngx-fast-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"angular"
],
"peerDependencies": {
"@angular/core": ">=17.0.0",
"@angular/common": ">=17.0.0",
"@angular/core": "^17.0.0",
"@angular/common": "^17.0.0",
"rxjs": ">7.8.0"
},
"dependencies": {
Expand Down

0 comments on commit 5baecb0

Please sign in to comment.