Revert "electron@4.2.3"

This reverts commit ae375ef764.
This commit is contained in:
Benjamin Pasero 2019-06-03 11:26:39 +02:00
parent ae375ef764
commit 513581ebc5
5 changed files with 13 additions and 13 deletions

View file

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

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "c1b5a1cfc8a14a337540193daecfa5d0f50dd7bb"
"commitHash": "b763d81d79755d7e1637193147588d32e41e796b"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "4.2.3"
"version": "4.2.2"
},
{
"component": {

View file

@ -1,4 +1,4 @@
// Type definitions for Electron 4.2.3
// Type definitions for Electron 4.2.2
// Project: http://electronjs.org/
// Definitions by: The Electron Team <https://github.com/electron/electron>
// Definitions: https://github.com/electron/electron-typescript-definitions
@ -1341,13 +1341,13 @@ declare namespace Electron {
* prevent the native window's title from changing.
*/
on(event: 'page-title-updated', listener: (event: Event,
title: string, explicitSet: boolean) => void): this;
title: string) => void): this;
once(event: 'page-title-updated', listener: (event: Event,
title: string, explicitSet: boolean) => void): this;
title: string) => void): this;
addListener(event: 'page-title-updated', listener: (event: Event,
title: string, explicitSet: boolean) => void): this;
title: string) => void): this;
removeListener(event: 'page-title-updated', listener: (event: Event,
title: string, explicitSet: boolean) => void): this;
title: string) => void): this;
/**
* Emitted when the web page has been rendered (while not being shown) and window
* can be displayed without a visual flash.

View file

@ -22,7 +22,7 @@
"@types/webdriverio": "4.6.1",
"concurrently": "^3.5.1",
"cpx": "^1.5.0",
"electron": "4.2.3",
"electron": "4.2.2",
"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@4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.3.tgz#5d45da9dd5ae97269dbee2623840da808c72d29d"
integrity sha512-nx+jHxj2eNhaYHXFGdzr7zgSphpVHEU9WAu6qqEUsQ936X3c6bQ5Bdg08KbHZj+cyRRQ06JMu6/ILh5pWrDZaA==
electron@4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.2.tgz#e8720e68b2ef3dcf4ab721f9546cf436e08576d2"
integrity sha512-SNRr83kbsnNZU9AdYkAJZEW7UH9Q9Fvl0ynuKBXgFFulTX+Gkw5JATl2Tt4OQIKdCGUuBDaw+MEMXlaroNpceA==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"