bump electron@3.1.6

This commit is contained in:
Benjamin Pasero 2019-03-10 12:40:50 +01:00
parent e7926ef76b
commit 22fdb8e2c3
5 changed files with 9 additions and 9 deletions

View file

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

View file

@ -73,12 +73,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "72ff292302f95bfe5b4e02085a7be56254b42b0e"
"commitHash": "73158a6419a3e2da9e4d523e1131052abd28fbbb"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "3.1.3"
"version": "3.1.6"
},
{
"component": {

View file

@ -1,4 +1,4 @@
// Type definitions for Electron 3.1.3
// Type definitions for Electron 3.1.6
// Project: http://electronjs.org/
// Definitions by: The Electron Team <https://github.com/electron/electron>
// Definitions: https://github.com/electron/electron-typescript-definitions

View file

@ -22,7 +22,7 @@
"@types/webdriverio": "4.6.1",
"concurrently": "^3.5.1",
"cpx": "^1.5.0",
"electron": "3.1.3",
"electron": "3.1.6",
"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.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.3.tgz#848fa0fc62d131978cde15ec04ce195a08dc4155"
integrity sha512-Y1TbV5py2O0br0JVYh+ew1cW4cIOOgRNRMzwTwWuZNMZ9fK/XLlqsbZr1GpYHdiN2yIU1koO+g4Cw8VuW86NXQ==
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==
dependencies:
"@types/node" "^8.0.24"
electron-download "^4.1.0"