Merge pull request #94 from cwillisf/electron-6

upgrade to electron@^6.1.7 with MAS patch
This commit is contained in:
Chris Willis-Ford 2020-01-15 11:28:25 -08:00 committed by GitHub
commit 1f9001b158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3827,9 +3827,9 @@
"dev": true "dev": true
}, },
"electron": { "electron": {
"version": "4.2.9", "version": "6.1.7",
"resolved": "https://registry.npmjs.org/electron/-/electron-4.2.9.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-6.1.7.tgz",
"integrity": "sha512-zC7K3GOiZKmxqllVG/qq/Gx+qQvyolKj5xKKwXMqIGekfokEW2hvoIO5Yh7KCoAh5dqBtpzOJjS4fj1se+YBcg==", "integrity": "sha512-QhBA/fcYJit2XJGkD2xEfxlWTtTaWYu7qkKVohtVWXpELFqkpel2DCDxet5BTo0qs8ukuZHxlQPnIonODnl2bw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "^10.12.18", "@types/node": "^10.12.18",

View file

@ -35,7 +35,7 @@
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"babel-plugin-react-intl": "^2.3.1", "babel-plugin-react-intl": "^2.3.1",
"copy-webpack-plugin": "^4.6.0", "copy-webpack-plugin": "^4.6.0",
"electron": "^4.2.9", "electron": "^6.1.7",
"electron-builder": "^20.44.4", "electron-builder": "^20.44.4",
"electron-devtools-installer": "^2.2.4", "electron-devtools-installer": "^2.2.4",
"electron-store": "^3.3.0", "electron-store": "^3.3.0",