Skip to content

Commit

Permalink
feat: support angular 15 through peerDependencies (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: Kármán Zsombor <karman.zsombor@basecloud.hu>
  • Loading branch information
Karman40 and Kármán Zsombor committed Nov 30, 2022
1 parent 852ad61 commit d59bf21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
"zone.js": "0.11.4"
},
"peerDependencies": {
"@angular/common": ">=5.0.0 <15.0.0",
"@angular/core": ">=5.0.0 <15.0.0",
"@angular/platform-browser": ">=5.0.0 <15.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0 <15.0.0"
"@angular/common": ">=5.0.0 <16.0.0",
"@angular/core": ">=5.0.0 <16.0.0",
"@angular/platform-browser": ">=5.0.0 <16.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0 <16.0.0"
}
}

0 comments on commit d59bf21

Please sign in to comment.