Skip to content

Commit 978a41a

Browse files
author
Benjamin Pasero
committed
electron@3.1.8
1 parent f0adc39 commit 978a41a

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "3.1.6"
2+
target "3.1.8"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"git": {
7474
"name": "electron",
7575
"repositoryUrl": "https://github.com/electron/electron",
76-
"commitHash": "73158a6419a3e2da9e4d523e1131052abd28fbbb"
76+
"commitHash": "e84a6860e35e14b4031b88bb9b49841cdb89a305"
7777
}
7878
},
7979
"isOnlyProductionDependency": true,
8080
"license": "MIT",
81-
"version": "3.1.6"
81+
"version": "3.1.8"
8282
},
8383
{
8484
"component": {

src/typings/electron.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 3.1.6
1+
// Type definitions for Electron 3.1.8
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -86,7 +86,7 @@ declare namespace Electron {
8686
webviewTag: WebviewTag;
8787
}
8888

89-
interface AllElectron extends MainInterface, RendererInterface { }
89+
interface AllElectron extends MainInterface, RendererInterface {}
9090

9191
const app: App;
9292
const autoUpdater: AutoUpdater;

test/smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/webdriverio": "4.6.1",
2323
"concurrently": "^3.5.1",
2424
"cpx": "^1.5.0",
25-
"electron": "3.1.6",
25+
"electron": "3.1.8",
2626
"htmlparser2": "^3.9.2",
2727
"mkdirp": "^0.5.1",
2828
"mocha": "^5.2.0",

test/smoke/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,10 @@ electron-download@^4.1.0:
596596
semver "^5.4.1"
597597
sumchecker "^2.0.2"
598598

599-
electron@3.1.6:
600-
version "3.1.6"
601-
resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.6.tgz#f6222e1964838b31c5806dd041b1b58a941998f6"
602-
integrity sha512-elEKKlFMnR0bhR/Uttk0TI496ZadxYsecyKgj2tZgrWx/F/anzfxbEYNcv134vT+qMFC/BXvoaeaIIj2YYdVuA==
599+
electron@3.1.8:
600+
version "3.1.8"
601+
resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.8.tgz#01b0b147dfcca47967ff07dbf72bf5e96125a2ac"
602+
integrity sha512-1MiFoMzxGaR0wDfwFE5Ydnuk6ry/4lKgF0c+NFyEItxM/WyEHNZPNjJAeKJ+M/0sevmZ+6W4syNZnQL5M3GgsQ==
603603
dependencies:
604604
"@types/node" "^8.0.24"
605605
electron-download "^4.1.0"

0 commit comments

Comments
 (0)