diff --git a/.yarnrc b/.yarnrc index 692f8799451..beab9f70b95 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://atom.io/download/electron" -target "3.1.6" +target "3.1.8" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index afaebd61771..927c66cbc37 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -73,12 +73,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "73158a6419a3e2da9e4d523e1131052abd28fbbb" + "commitHash": "e84a6860e35e14b4031b88bb9b49841cdb89a305" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "3.1.6" + "version": "3.1.8" }, { "component": { diff --git a/src/typings/electron.d.ts b/src/typings/electron.d.ts index f680249a66f..20e58bcd730 100644 --- a/src/typings/electron.d.ts +++ b/src/typings/electron.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Electron 3.1.6 +// Type definitions for Electron 3.1.8 // Project: http://electronjs.org/ // Definitions by: The Electron Team // Definitions: https://github.com/electron/electron-typescript-definitions @@ -86,7 +86,7 @@ declare namespace Electron { webviewTag: WebviewTag; } - interface AllElectron extends MainInterface, RendererInterface { } + interface AllElectron extends MainInterface, RendererInterface {} const app: App; const autoUpdater: AutoUpdater; diff --git a/test/smoke/package.json b/test/smoke/package.json index bef1e5f59d5..00b04f8453d 100644 --- a/test/smoke/package.json +++ b/test/smoke/package.json @@ -22,7 +22,7 @@ "@types/webdriverio": "4.6.1", "concurrently": "^3.5.1", "cpx": "^1.5.0", - "electron": "3.1.6", + "electron": "3.1.8", "htmlparser2": "^3.9.2", "mkdirp": "^0.5.1", "mocha": "^5.2.0", diff --git a/test/smoke/yarn.lock b/test/smoke/yarn.lock index d90dbd6007a..5e1fd36aa4f 100644 --- a/test/smoke/yarn.lock +++ b/test/smoke/yarn.lock @@ -596,10 +596,10 @@ electron-download@^4.1.0: semver "^5.4.1" sumchecker "^2.0.2" -electron@3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.6.tgz#f6222e1964838b31c5806dd041b1b58a941998f6" - integrity sha512-elEKKlFMnR0bhR/Uttk0TI496ZadxYsecyKgj2tZgrWx/F/anzfxbEYNcv134vT+qMFC/BXvoaeaIIj2YYdVuA== +electron@3.1.8: + version "3.1.8" + resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.8.tgz#01b0b147dfcca47967ff07dbf72bf5e96125a2ac" + integrity sha512-1MiFoMzxGaR0wDfwFE5Ydnuk6ry/4lKgF0c+NFyEItxM/WyEHNZPNjJAeKJ+M/0sevmZ+6W4syNZnQL5M3GgsQ== dependencies: "@types/node" "^8.0.24" electron-download "^4.1.0"