electron@4.2.5 (#76020)

This commit is contained in:
Benjamin Pasero 2019-06-24 17:05:19 +02:00 committed by GitHub
parent dbb361ebd0
commit 28a51a3f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

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

View file

@ -60,12 +60,12 @@
"git": { "git": {
"name": "electron", "name": "electron",
"repositoryUrl": "https://github.com/electron/electron", "repositoryUrl": "https://github.com/electron/electron",
"commitHash": "c1b5a1cfc8a14a337540193daecfa5d0f50dd7bb" "commitHash": "5d67ec3da5376a5058990e8a9557bc9124ad59a8"
} }
}, },
"isOnlyProductionDependency": true, "isOnlyProductionDependency": true,
"license": "MIT", "license": "MIT",
"version": "4.2.4" "version": "4.2.5"
}, },
{ {
"component": { "component": {

View file

@ -1,4 +1,4 @@
// Type definitions for Electron 4.2.4 // Type definitions for Electron 4.2.5
// 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

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": "4.2.4", "electron": "4.2.5",
"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@4.2.4: electron@4.2.5:
version "4.2.4" version "4.2.5"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.4.tgz#68ca7bd4ff2c16b9205549322f0f1cda4ebc9ff9" resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.5.tgz#1d1432c38e2b2190318f7ca30897cdfdcf942e5a"
integrity sha512-d4wEwJluMsRyRgbukLmFVTb6l1J+mc3RLB1ctbpMlSWDFvs+zknPWa+cHBzTWwrdgwINLddr69qsAW1ku6FqYw== integrity sha512-P132MXzTtyn2ZaekhKi5JeHzmTAMuR/uQt4hrg3vfJV7fpncx9SL6UFwHAK1DU13iiyZJqqIziNUu+o8nODHsA==
dependencies: dependencies:
"@types/node" "^10.12.18" "@types/node" "^10.12.18"
electron-download "^4.1.0" electron-download "^4.1.0"