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:
committed by
GitHub
parent
19a8e9aa3e
commit
756480a69f
4628
package-lock.json
generated
4628
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@@ -29,7 +29,7 @@
|
|||||||
"capture-frame": "4.0.0",
|
"capture-frame": "4.0.0",
|
||||||
"chokidar": "3.5.1",
|
"chokidar": "3.5.1",
|
||||||
"chromecasts": "1.9.1",
|
"chromecasts": "1.9.1",
|
||||||
"create-torrent": "4.4.2",
|
"create-torrent": "4.7.0",
|
||||||
"debounce": "1.2.1",
|
"debounce": "1.2.1",
|
||||||
"dlnacasts": "0.1.0",
|
"dlnacasts": "0.1.0",
|
||||||
"drag-drop": "7.0.1",
|
"drag-drop": "7.0.1",
|
||||||
@@ -39,21 +39,21 @@
|
|||||||
"languagedetect": "2.0.0",
|
"languagedetect": "2.0.0",
|
||||||
"location-history": "1.1.2",
|
"location-history": "1.1.2",
|
||||||
"material-ui": "0.20.2",
|
"material-ui": "0.20.2",
|
||||||
"music-metadata": "7.5.0",
|
"music-metadata": "7.8.5",
|
||||||
"network-address": "1.1.2",
|
"network-address": "1.1.2",
|
||||||
"parse-torrent": "9.1.0",
|
"parse-torrent": "9.1.3",
|
||||||
"prettier-bytes": "1.0.4",
|
"prettier-bytes": "1.0.4",
|
||||||
"prop-types": "15.7.2",
|
"prop-types": "15.7.2",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"run-parallel": "1.1.10",
|
"run-parallel": "1.2.0",
|
||||||
"semver": "7.3.5",
|
"semver": "7.3.5",
|
||||||
"simple-concat": "1.0.1",
|
"simple-concat": "1.0.1",
|
||||||
"simple-get": "4.0.0",
|
"simple-get": "4.0.0",
|
||||||
"srt-to-vtt": "1.1.3",
|
"srt-to-vtt": "1.1.3",
|
||||||
"vlc-command": "1.2.0",
|
"vlc-command": "1.2.0",
|
||||||
"webtorrent": "0.118.0",
|
"webtorrent": "1.0.0",
|
||||||
"winreg": "1.2.4"
|
"winreg": "1.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -62,20 +62,20 @@
|
|||||||
"@babel/eslint-parser": "7.14.4",
|
"@babel/eslint-parser": "7.14.4",
|
||||||
"@babel/plugin-transform-react-jsx": "7.14.3",
|
"@babel/plugin-transform-react-jsx": "7.14.3",
|
||||||
"cross-zip": "4.0.0",
|
"cross-zip": "4.0.0",
|
||||||
"depcheck": "1.3.1",
|
"depcheck": "1.4.1",
|
||||||
"electron": "11.1.0",
|
"electron": "13.0.1",
|
||||||
"electron-notarize": "1.0.0",
|
"electron-notarize": "1.0.0",
|
||||||
"electron-osx-sign": "0.5.0",
|
"electron-osx-sign": "0.5.0",
|
||||||
"electron-packager": "15.1.0",
|
"electron-packager": "15.2.0",
|
||||||
"electron-winstaller": "5.0.0",
|
"electron-winstaller": "5.0.0",
|
||||||
"gh-release": "6.0.0",
|
"gh-release": "6.0.0",
|
||||||
"minimist": "1.2.5",
|
"minimist": "1.2.5",
|
||||||
"nodemon": "2.0.6",
|
"nodemon": "2.0.7",
|
||||||
"open": "8.2.0",
|
"open": "8.2.0",
|
||||||
"plist": "3.0.1",
|
"plist": "3.0.2",
|
||||||
"pngjs": "6.0.0",
|
"pngjs": "6.0.0",
|
||||||
"run-series": "1.1.9",
|
"run-series": "1.1.9",
|
||||||
"spectron": "12.0.0",
|
"spectron": "15.0.0",
|
||||||
"standard": "*",
|
"standard": "*",
|
||||||
"tape": "5.2.2"
|
"tape": "5.2.2"
|
||||||
},
|
},
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"appdmg": "^0.6.0",
|
"appdmg": "^0.6.0",
|
||||||
"electron-installer-debian": "^3.1.0",
|
"electron-installer-debian": "^3.1.0",
|
||||||
"electron-installer-redhat": "^3.2.0"
|
"electron-installer-redhat": "^3.3.0"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"productName": "WebTorrent",
|
"productName": "WebTorrent",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ function init () {
|
|||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
contextIsolation: false,
|
||||||
enableBlinkFeatures: 'AudioVideoTracks',
|
enableBlinkFeatures: 'AudioVideoTracks',
|
||||||
enableRemoteModule: true,
|
enableRemoteModule: true,
|
||||||
backgroundThrottling: false
|
backgroundThrottling: false
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ function init (state, options) {
|
|||||||
width: initialBounds.width,
|
width: initialBounds.width,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
contextIsolation: false,
|
||||||
enableBlinkFeatures: 'AudioVideoTracks',
|
enableBlinkFeatures: 'AudioVideoTracks',
|
||||||
enableRemoteModule: true,
|
enableRemoteModule: true,
|
||||||
backgroundThrottling: false
|
backgroundThrottling: false
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ function init () {
|
|||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
contextIsolation: false,
|
||||||
enableBlinkFeatures: 'AudioVideoTracks',
|
enableBlinkFeatures: 'AudioVideoTracks',
|
||||||
enableRemoteModule: true,
|
enableRemoteModule: true,
|
||||||
backgroundThrottling: false
|
backgroundThrottling: false
|
||||||
|
|||||||
Reference in New Issue
Block a user