Skip to content

Commit e83eff5

Browse files
authored
Merge pull request #343 from GetStream/support-angular-14
feat: Support for Angular 14
2 parents 9c8e2da + 367df7f commit e83eff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/stream-chat-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"url": "https://github.com/GetStream/stream-chat-angular.git"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": "^12.2.0 || ^13.0.0",
13-
"@angular/core": "^12.2.0 || ^13.0.0",
12+
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0",
13+
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0",
1515
"stream-chat": "^6.4.0"
1616
},

0 commit comments

Comments
 (0)