chore(electron-bump) Update to electron 17.0.1

- allow plan-b until we switch to unified plan
This commit is contained in:
hmuresan 2022-02-15 16:28:47 +02:00 committed by Horatiu Muresan
parent e5e11eb35b
commit 233dad2421
3 changed files with 12 additions and 8 deletions

View file

@ -39,6 +39,10 @@ app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer');
// Enable Opus RED field trial.
app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Enabled/');
// Allow deprecated plan-b with electron 17.0.0. We'll need to address:
// https://community.jitsi.org/t/switch-to-unified-plan-on-chrome/98322
app.commandLine.appendSwitch('disable-features', 'RTCDisallowPlanBOutsideDeprecationTrial');
// Enable optional PipeWire support.
if (!app.commandLine.hasSwitch('enable-features')) {
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');

14
package-lock.json generated
View file

@ -39,7 +39,7 @@
"babel-loader": "8.1.0",
"concurrently": "5.1.0",
"css-loader": "3.5.0",
"electron": "16.0.6",
"electron": "17.0.1",
"electron-builder": "22.11.11",
"electron-context-menu": "^2.5.0",
"electron-is-dev": "^1.2.0",
@ -9015,9 +9015,9 @@
}
},
"node_modules/electron": {
"version": "16.0.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-16.0.6.tgz",
"integrity": "sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-17.0.1.tgz",
"integrity": "sha512-CBReR/QEOpgwMdt59lWCtj9wC8oHB6aAjMF1lhXcGew132xtp+C5N6EaXb/fmDceVYLouziYjbNcpeXsWrqdpA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -26552,9 +26552,9 @@
}
},
"electron": {
"version": "16.0.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-16.0.6.tgz",
"integrity": "sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-17.0.1.tgz",
"integrity": "sha512-CBReR/QEOpgwMdt59lWCtj9wC8oHB6aAjMF1lhXcGew132xtp+C5N6EaXb/fmDceVYLouziYjbNcpeXsWrqdpA==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",

View file

@ -158,7 +158,7 @@
"babel-loader": "8.1.0",
"concurrently": "5.1.0",
"css-loader": "3.5.0",
"electron": "16.0.6",
"electron": "17.0.1",
"electron-builder": "22.11.11",
"electron-context-menu": "^2.5.0",
"electron-is-dev": "^1.2.0",