parent
ae375ef764
commit
513581ebc5
2
.yarnrc
2
.yarnrc
|
@ -1,3 +1,3 @@
|
||||||
disturl "https://atom.io/download/electron"
|
disturl "https://atom.io/download/electron"
|
||||||
target "4.2.3"
|
target "4.2.2"
|
||||||
runtime "electron"
|
runtime "electron"
|
||||||
|
|
|
@ -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": "b763d81d79755d7e1637193147588d32e41e796b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"isOnlyProductionDependency": true,
|
"isOnlyProductionDependency": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "4.2.3"
|
"version": "4.2.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"component": {
|
"component": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Type definitions for Electron 4.2.3
|
// Type definitions for Electron 4.2.2
|
||||||
// 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
|
||||||
|
@ -1341,13 +1341,13 @@ declare namespace Electron {
|
||||||
* prevent the native window's title from changing.
|
* prevent the native window's title from changing.
|
||||||
*/
|
*/
|
||||||
on(event: 'page-title-updated', listener: (event: Event,
|
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,
|
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,
|
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,
|
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
|
* Emitted when the web page has been rendered (while not being shown) and window
|
||||||
* can be displayed without a visual flash.
|
* can be displayed without a visual flash.
|
||||||
|
|
|
@ -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.3",
|
"electron": "4.2.2",
|
||||||
"htmlparser2": "^3.9.2",
|
"htmlparser2": "^3.9.2",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"mocha": "^5.2.0",
|
"mocha": "^5.2.0",
|
||||||
|
|
|
@ -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.3:
|
electron@4.2.2:
|
||||||
version "4.2.3"
|
version "4.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.3.tgz#5d45da9dd5ae97269dbee2623840da808c72d29d"
|
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.2.tgz#e8720e68b2ef3dcf4ab721f9546cf436e08576d2"
|
||||||
integrity sha512-nx+jHxj2eNhaYHXFGdzr7zgSphpVHEU9WAu6qqEUsQ936X3c6bQ5Bdg08KbHZj+cyRRQ06JMu6/ILh5pWrDZaA==
|
integrity sha512-SNRr83kbsnNZU9AdYkAJZEW7UH9Q9Fvl0ynuKBXgFFulTX+Gkw5JATl2Tt4OQIKdCGUuBDaw+MEMXlaroNpceA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "^10.12.18"
|
"@types/node" "^10.12.18"
|
||||||
electron-download "^4.1.0"
|
electron-download "^4.1.0"
|
||||||
|
|
Loading…
Reference in New Issue