Skip to content

Commit ee4b55a

Browse files
committed
feat: add support for Angular 21
1 parent d7b9521 commit ee4b55a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/stream-chat-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
21-
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
22-
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
20+
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2",
21+
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2",
22+
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2",
2323
"@breezystack/lamejs": "^1.2.7",
2424
"@ngx-translate/core": "^17.0.0",
2525
"rxjs": "^7.4.0",

0 commit comments

Comments
 (0)