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

4628
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@
"capture-frame": "4.0.0",
"chokidar": "3.5.1",
"chromecasts": "1.9.1",
"create-torrent": "4.4.2",
"create-torrent": "4.7.0",
"debounce": "1.2.1",
"dlnacasts": "0.1.0",
"drag-drop": "7.0.1",
@@ -39,21 +39,21 @@
"languagedetect": "2.0.0",
"location-history": "1.1.2",
"material-ui": "0.20.2",
"music-metadata": "7.5.0",
"music-metadata": "7.8.5",
"network-address": "1.1.2",
"parse-torrent": "9.1.0",
"parse-torrent": "9.1.3",
"prettier-bytes": "1.0.4",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"run-parallel": "1.1.10",
"run-parallel": "1.2.0",
"semver": "7.3.5",
"simple-concat": "1.0.1",
"simple-get": "4.0.0",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "0.118.0",
"webtorrent": "1.0.0",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -62,20 +62,20 @@
"@babel/eslint-parser": "7.14.4",
"@babel/plugin-transform-react-jsx": "7.14.3",
"cross-zip": "4.0.0",
"depcheck": "1.3.1",
"electron": "11.1.0",
"depcheck": "1.4.1",
"electron": "13.0.1",
"electron-notarize": "1.0.0",
"electron-osx-sign": "0.5.0",
"electron-packager": "15.1.0",
"electron-packager": "15.2.0",
"electron-winstaller": "5.0.0",
"gh-release": "6.0.0",
"minimist": "1.2.5",
"nodemon": "2.0.6",
"nodemon": "2.0.7",
"open": "8.2.0",
"plist": "3.0.1",
"plist": "3.0.2",
"pngjs": "6.0.0",
"run-series": "1.1.9",
"spectron": "12.0.0",
"spectron": "15.0.0",
"standard": "*",
"tape": "5.2.2"
},
@@ -99,7 +99,7 @@
"optionalDependencies": {
"appdmg": "^0.6.0",
"electron-installer-debian": "^3.1.0",
"electron-installer-redhat": "^3.2.0"
"electron-installer-redhat": "^3.3.0"
},
"private": true,
"productName": "WebTorrent",

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