From 4caee1e1035e8bf5d0338257f8a1f6e798d173ea Mon Sep 17 00:00:00 2001 From: bimlas Date: Tue, 22 May 2018 13:30:33 +0200 Subject: [PATCH] Update to the latest Electron version (1.8.7) It inculdes security fixes, bug fixes and improvementts. See: https://electronjs.org/releases Reason for upgrading from 1.7.X to 1.8.X: "We can not reasonably back port every bug fix and every feature to older versions of Electron. 1.8.x is now a stable release line and if you require this fix you should update to that stream." https://github.com/electron/electron/issues/9860#issuecomment-365517773 --- package.json | 4 ++-- yarn.lock | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d0368702..3d0a1686 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\"" }, "config": { - "electron-version": "1.7.11" + "electron-version": "1.8.7" }, "repository": { "type": "git", @@ -118,7 +118,7 @@ "css-loader": "^0.19.0", "devtron": "^1.1.0", "dom-storage": "^2.0.2", - "electron": "1.7.11", + "electron": "1.8.7", "electron-packager": "^6.0.0", "eslint": "^3.13.1", "eslint-config-standard": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index fcf87c4a..8cb988c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,7 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 - "@ava/babel-plugin-throws-helper@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@ava/babel-plugin-throws-helper/-/babel-plugin-throws-helper-2.0.0.tgz#2fc1fe3c211a71071a4eca7b8f7af5842cd1ae7c" @@ -79,9 +78,9 @@ fs-plus "2.x" optimist "~0.4.0" -"@types/node@^7.0.18": - version "7.0.65" - resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.65.tgz#c160979ff66c4842adc76cc181a11b5e8722d13d" +"@types/node@^8.0.24": + version "8.10.17" + resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.17.tgz#d48cf10f0dc6dcf59f827f5a3fc7a4a6004318d3" abab@^1.0.3, abab@^1.0.4: version "1.0.4" @@ -2577,11 +2576,11 @@ electron-winstaller@^2.2.0: lodash.template "^4.2.2" temp "^0.8.3" -electron@1.7.11: - version "1.7.11" - resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.11.tgz#993b6aa79e0e79a7cfcc369f4c813fbd9a0b08d9" +electron@1.8.7: + version "1.8.7" + resolved "https://registry.yarnpkg.com/electron/-/electron-1.8.7.tgz#373c1dc4589d7ab4acd49aff8db4a1c0a6c3bcc1" dependencies: - "@types/node" "^7.0.18" + "@types/node" "^8.0.24" electron-download "^3.0.1" extract-zip "^1.0.3"