Skip to content

Commit dd4133b

Browse files
committed
fix: angular version range in package.json
1 parent c3c7b3f commit dd4133b

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 || ^14.0.0 || ^15.0.0 || ^16.0.0",
13-
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
12+
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
13+
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0 || ^15.0.0",
1515
"stream-chat": "^8.11.0"
1616
},

0 commit comments

Comments
 (0)