From 4f28d86e7067f87c91d600d46fe1a75807efb88c Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford Date: Mon, 16 Dec 2019 12:59:40 -0500 Subject: [PATCH] upgrade to electron@^6.1.7 with MAS patch This version of Electron includes a patch which: - removes the use of some private APIs which were causing Electron apps to be rejected by the Mac App Store, but - might cause degraded performance on Mac. --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8f0921..7225f10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3827,9 +3827,9 @@ "dev": true }, "electron": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/electron/-/electron-4.2.9.tgz", - "integrity": "sha512-zC7K3GOiZKmxqllVG/qq/Gx+qQvyolKj5xKKwXMqIGekfokEW2hvoIO5Yh7KCoAh5dqBtpzOJjS4fj1se+YBcg==", + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/electron/-/electron-6.1.7.tgz", + "integrity": "sha512-QhBA/fcYJit2XJGkD2xEfxlWTtTaWYu7qkKVohtVWXpELFqkpel2DCDxet5BTo0qs8ukuZHxlQPnIonODnl2bw==", "dev": true, "requires": { "@types/node": "^10.12.18", diff --git a/package.json b/package.json index a48a93c..ab97e28 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-loader": "^8.0.6", "babel-plugin-react-intl": "^2.3.1", "copy-webpack-plugin": "^4.6.0", - "electron": "^4.2.9", + "electron": "^6.1.7", "electron-builder": "^20.44.4", "electron-devtools-installer": "^2.2.4", "electron-store": "^3.3.0",