electron@3.1.8

This commit is contained in:
Benjamin Pasero 2019-04-01 09:36:55 +02:00
parent f0adc3936d
commit 978a41a6bb
5 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "3.1.6"
target "3.1.8"
runtime "electron"

View file

@ -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": {

View file

@ -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 <https://github.com/electron/electron>
// 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;

View file

@ -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",

View file

@ -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"