Upgrade to Electron v26.1.0 (#2808)

* Upgrade to Electron v26.1.0

* Fix TS issues

---------

Co-authored-by: Devin Binnie <devin.binnie@mattermost.com>
This commit is contained in:
Florian Apolloner
2023-08-29 15:19:29 +02:00
committed by GitHub
parent d8a42d68db
commit f581f439df
7 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import {BrowserView, dialog, ipcMain, IpcMainEvent, IpcMainInvokeEvent} from 'electron';
import {BrowserView, dialog, ipcMain, IpcMainEvent, IpcMainInvokeEvent, Event} from 'electron';
import ServerViewState from 'app/serverViewState';