chore: Update to Electron 13; Bump all deps (#1986)

* chore: Update to Electron 12; Bump all deps

* Fixes for Electron 12

* chore: Update to Electron 13
This commit is contained in:
Feross Aboukhadijeh
2021-06-02 08:21:35 -07:00
committed by GitHub
parent 19a8e9aa3e
commit 756480a69f
5 changed files with 2320 additions and 2277 deletions

View File

@@ -26,6 +26,7 @@ function init () {
useContentSize: true,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
enableBlinkFeatures: 'AudioVideoTracks',
enableRemoteModule: true,
backgroundThrottling: false

View File

@@ -42,6 +42,7 @@ function init (state, options) {
width: initialBounds.width,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
enableBlinkFeatures: 'AudioVideoTracks',
enableRemoteModule: true,
backgroundThrottling: false

View File

@@ -26,6 +26,7 @@ function init () {
useContentSize: true,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
enableBlinkFeatures: 'AudioVideoTracks',
enableRemoteModule: true,
backgroundThrottling: false