Skip to content

Commit 4caee1e

Browse files
committed
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." electron/electron#9860 (comment)
1 parent ca0b03e commit 4caee1e

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
1818
},
1919
"config": {
20-
"electron-version": "1.7.11"
20+
"electron-version": "1.8.7"
2121
},
2222
"repository": {
2323
"type": "git",
@@ -118,7 +118,7 @@
118118
"css-loader": "^0.19.0",
119119
"devtron": "^1.1.0",
120120
"dom-storage": "^2.0.2",
121-
"electron": "1.7.11",
121+
"electron": "1.8.7",
122122
"electron-packager": "^6.0.0",
123123
"eslint": "^3.13.1",
124124
"eslint-config-standard": "^6.2.1",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
33

4-
54
"@ava/babel-plugin-throws-helper@^2.0.0":
65
version "2.0.0"
76
resolved "https://registry.yarnpkg.com/@ava/babel-plugin-throws-helper/-/babel-plugin-throws-helper-2.0.0.tgz#2fc1fe3c211a71071a4eca7b8f7af5842cd1ae7c"
@@ -79,9 +78,9 @@
7978
fs-plus "2.x"
8079
optimist "~0.4.0"
8180

82-
"@types/node@^7.0.18":
83-
version "7.0.65"
84-
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.65.tgz#c160979ff66c4842adc76cc181a11b5e8722d13d"
81+
"@types/node@^8.0.24":
82+
version "8.10.17"
83+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.17.tgz#d48cf10f0dc6dcf59f827f5a3fc7a4a6004318d3"
8584

8685
abab@^1.0.3, abab@^1.0.4:
8786
version "1.0.4"
@@ -2577,11 +2576,11 @@ electron-winstaller@^2.2.0:
25772576
lodash.template "^4.2.2"
25782577
temp "^0.8.3"
25792578

2580-
electron@1.7.11:
2581-
version "1.7.11"
2582-
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.11.tgz#993b6aa79e0e79a7cfcc369f4c813fbd9a0b08d9"
2579+
electron@1.8.7:
2580+
version "1.8.7"
2581+
resolved "https://registry.yarnpkg.com/electron/-/electron-1.8.7.tgz#373c1dc4589d7ab4acd49aff8db4a1c0a6c3bcc1"
25832582
dependencies:
2584-
"@types/node" "^7.0.18"
2583+
"@types/node" "^8.0.24"
25852584
electron-download "^3.0.1"
25862585
extract-zip "^1.0.3"
25872586

0 commit comments

Comments
 (0)