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" disturl "https://atom.io/download/electron"
target "3.1.6" target "3.1.8"
runtime "electron" runtime "electron"

View file

@ -73,12 +73,12 @@
"git": { "git": {
"name": "electron", "name": "electron",
"repositoryUrl": "https://github.com/electron/electron", "repositoryUrl": "https://github.com/electron/electron",
"commitHash": "73158a6419a3e2da9e4d523e1131052abd28fbbb" "commitHash": "e84a6860e35e14b4031b88bb9b49841cdb89a305"
} }
}, },
"isOnlyProductionDependency": true, "isOnlyProductionDependency": true,
"license": "MIT", "license": "MIT",
"version": "3.1.6" "version": "3.1.8"
}, },
{ {
"component": { "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/ // Project: http://electronjs.org/
// Definitions by: The Electron Team <https://github.com/electron/electron> // Definitions by: The Electron Team <https://github.com/electron/electron>
// Definitions: https://github.com/electron/electron-typescript-definitions // Definitions: https://github.com/electron/electron-typescript-definitions
@ -86,7 +86,7 @@ declare namespace Electron {
webviewTag: WebviewTag; webviewTag: WebviewTag;
} }
interface AllElectron extends MainInterface, RendererInterface { } interface AllElectron extends MainInterface, RendererInterface {}
const app: App; const app: App;
const autoUpdater: AutoUpdater; const autoUpdater: AutoUpdater;

View file

@ -22,7 +22,7 @@
"@types/webdriverio": "4.6.1", "@types/webdriverio": "4.6.1",
"concurrently": "^3.5.1", "concurrently": "^3.5.1",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"electron": "3.1.6", "electron": "3.1.8",
"htmlparser2": "^3.9.2", "htmlparser2": "^3.9.2",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^5.2.0", "mocha": "^5.2.0",

View file

@ -596,10 +596,10 @@ electron-download@^4.1.0:
semver "^5.4.1" semver "^5.4.1"
sumchecker "^2.0.2" sumchecker "^2.0.2"
electron@3.1.6: electron@3.1.8:
version "3.1.6" version "3.1.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.6.tgz#f6222e1964838b31c5806dd041b1b58a941998f6" resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.8.tgz#01b0b147dfcca47967ff07dbf72bf5e96125a2ac"
integrity sha512-elEKKlFMnR0bhR/Uttk0TI496ZadxYsecyKgj2tZgrWx/F/anzfxbEYNcv134vT+qMFC/BXvoaeaIIj2YYdVuA== integrity sha512-1MiFoMzxGaR0wDfwFE5Ydnuk6ry/4lKgF0c+NFyEItxM/WyEHNZPNjJAeKJ+M/0sevmZ+6W4syNZnQL5M3GgsQ==
dependencies: dependencies:
"@types/node" "^8.0.24" "@types/node" "^8.0.24"
electron-download "^4.1.0" electron-download "^4.1.0"