update electron@3.0.13
parent
bae6c84d46
commit
5967828c2a
2
.yarnrc
2
.yarnrc
|
@ -1,3 +1,3 @@
|
|||
disturl "https://atom.io/download/electron"
|
||||
target "3.0.10"
|
||||
target "3.0.13"
|
||||
runtime "electron"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"git": {
|
||||
"name": "libchromiumcontent",
|
||||
"repositoryUrl": "https://github.com/electron/libchromiumcontent",
|
||||
"commitHash": "d9e39391cfae447a84e276a402342cf8b4b5bcba"
|
||||
"commitHash": "e38e22ed9f48e6e395f2e9faa93d2d7411f52de4"
|
||||
}
|
||||
},
|
||||
"isOnlyProductionDependency": true,
|
||||
|
@ -73,12 +73,12 @@
|
|||
"git": {
|
||||
"name": "electron",
|
||||
"repositoryUrl": "https://github.com/electron/electron",
|
||||
"commitHash": "4305657858592be2b44c95ae7af53c627dcdc5e7"
|
||||
"commitHash": "f26dcaeaf39e9b829aa0d4fb5a5cb59c5c314b33"
|
||||
}
|
||||
},
|
||||
"isOnlyProductionDependency": true,
|
||||
"license": "MIT",
|
||||
"version": "3.0.10"
|
||||
"version": "3.0.13"
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Type definitions for Electron 3.0.10
|
||||
// Type definitions for Electron 3.0.13
|
||||
// Project: http://electronjs.org/
|
||||
// Definitions by: The Electron Team <https://github.com/electron/electron>
|
||||
// Definitions: https://github.com/electron/electron-typescript-definitions
|
||||
|
@ -86,7 +86,7 @@ declare namespace Electron {
|
|||
webviewTag: WebviewTag;
|
||||
}
|
||||
|
||||
interface AllElectron extends MainInterface, RendererInterface { }
|
||||
interface AllElectron extends MainInterface, RendererInterface {}
|
||||
|
||||
const app: App;
|
||||
const autoUpdater: AutoUpdater;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"@types/webdriverio": "4.6.1",
|
||||
"concurrently": "^3.5.1",
|
||||
"cpx": "^1.5.0",
|
||||
"electron": "3.0.10",
|
||||
"electron": "3.0.13",
|
||||
"htmlparser2": "^3.9.2",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^5.2.0",
|
||||
|
|
|
@ -596,10 +596,10 @@ electron-download@^4.1.0:
|
|||
semver "^5.4.1"
|
||||
sumchecker "^2.0.2"
|
||||
|
||||
electron@3.0.10:
|
||||
version "3.0.10"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.10.tgz#7d412856e8cf0d3041a612a32dd09e2af2d50f50"
|
||||
integrity sha512-I39IeQP3NOlbjKzTDK8uK2JdiHDfhV5SruCS2Gttkn2MaKCY+yIzQ6Wr4DyBXLeTEkL1sbZxbqQVhCavAliv5w==
|
||||
electron@3.0.13:
|
||||
version "3.0.13"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.13.tgz#7b065a3d130c6b6379dc78d49515e03f392c1303"
|
||||
integrity sha512-tfx5jFgXhCmpe6oPjcesaRj7geHqQxrJdbpseanRzL9BbyYUtsj0HoxwPAUvCx4+52P6XryBwWTvne/1eBVf9Q==
|
||||
dependencies:
|
||||
"@types/node" "^8.0.24"
|
||||
electron-download "^4.1.0"
|
||||
|
|
Loading…
Reference in New Issue