Upgrade dependencies, including Electron 24.2.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-05-05 15:11:13 -07:00
parent 0e16283a37
commit 32301656cc
5 changed files with 1231 additions and 763 deletions

View File

@@ -139,7 +139,7 @@ export default class WebView {
}
getWebContents(): WebContents {
return remote.webContents.fromId(this.webContentsId);
return remote.webContents.fromId(this.webContentsId)!;
}
showNotificationSettings(): void {