Skip to content

Commit

Permalink
feat: add support for Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Nov 22, 2024
1 parent 9d705ef commit f5a87ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"release": {
"branches": [
"master",
{
"name": "angular-19",
"prerelease": true,
"channel": "beta"
},
{
"name": "5.x.x-beta",
"prerelease": true,
Expand Down
4 changes: 2 additions & 2 deletions projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
},
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@breezystack/lamejs": "^1.2.7",
"@ngx-translate/core": "^14.0.0 || ^15.0.0",
"rxjs": "^7.4.0",
Expand Down

0 comments on commit f5a87ba

Please sign in to comment.