Skip to content

Commit 87b1b83

Browse files
committed
feat: Update stream-chat and ngx-popperjs dependencies
1 parent 5557455 commit 87b1b83

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"ngx-popperjs": "^12.2.1",
127127
"pretty-bytes": "^5.6.0",
128128
"rxjs": "~6.6.0",
129-
"stream-chat": "^6.4.0",
129+
"stream-chat": "^8.0.0",
130130
"ts-node": "^10.2.1",
131131
"tslib": "^2.3.0",
132132
"uuidv4": "^6.2.12",

projects/stream-chat-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0",
1313
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0",
15-
"stream-chat": "^6.4.0"
15+
"stream-chat": "^8.0.0"
1616
},
1717
"dependencies": {
1818
"angular-mentions": "^1.4.0",
1919
"@stream-io/transliterate": "^1.5.2",
2020
"@popperjs/core": "^2.11.5",
2121
"dayjs": "^1.10.7",
2222
"emoji-regex": "^10.0.0",
23-
"ngx-popperjs": "^12.2.1",
23+
"ngx-popperjs": "^12.2.1 || ^13.0.0 || ^14.0.0",
2424
"pretty-bytes": "^5.6.0",
2525
"tslib": "^2.3.0",
2626
"uuidv4": "^6.2.12"

projects/stream-chat-angular/src/lib/chat-client.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class ChatClientService<
171171
return;
172172
}
173173
const settings = await this.chatClient.getAppSettings();
174-
this.appSettingsSubject.next(settings.app || {});
174+
this.appSettingsSubject.next((settings.app as AppSettings) || {});
175175
}
176176

177177
/**

0 commit comments

Comments
 (0)