Skip to content

Commit ee984bd

Browse files
committed
feat: Support for Angular 15
1 parent 73de49c commit ee984bd

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
@@ -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 || ^14.0.0",
13-
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0",
12+
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
13+
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0",
1515
"stream-chat": "^8.0.0"
1616
},
@@ -20,7 +20,7 @@
2020
"@popperjs/core": "^2.11.5",
2121
"dayjs": "^1.10.7",
2222
"emoji-regex": "^10.0.0",
23-
"ngx-popperjs": "^12.2.1 || ^13.0.0 || ^14.0.0",
23+
"ngx-popperjs": "^12.2.1 || ^13.0.0 || ^14.0.0 || ^15.0.0",
2424
"pretty-bytes": "^5.6.0",
2525
"tslib": "^2.3.0",
2626
"uuidv4": "^6.2.12"

0 commit comments

Comments
 (0)