Upgrade dependencies (#996)

* Upgrade Electron to 5.0.4

* Fix spellcheck provider

* npm audit fix
This commit is contained in:
Yuya Ochiai
2019-06-27 04:46:13 +09:00
committed by Harrison Healey
parent 2cfc735d6d
commit 04c03c3baf
5 changed files with 716 additions and 314 deletions

View File

@@ -43,6 +43,10 @@ function createMainWindow(config, options) {
minWidth: minimumWindowWidth,
minHeight: minimumWindowHeight,
fullscreen: false,
webPreferences: {
nodeIntegration: true,
webviewTag: true,
},
});
const mainWindow = new BrowserWindow(windowOptions);