mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 14:12:27 -05:00
Merge pull request #94 from cwillisf/electron-6
upgrade to electron@^6.1.7 with MAS patch
This commit is contained in:
commit
1f9001b158
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue