未验证 提交 c35caa44 编写于 作者: R Robo 提交者: GitHub

Merge pull request #80115 from microsoft/update_electron

chore: Bump electron@4.2.10
disturl "https://atom.io/download/electron" disturl "https://atom.io/download/electron"
target "4.2.9" target "4.2.10"
runtime "electron" runtime "electron"
...@@ -60,12 +60,12 @@ ...@@ -60,12 +60,12 @@
"git": { "git": {
"name": "electron", "name": "electron",
"repositoryUrl": "https://github.com/electron/electron", "repositoryUrl": "https://github.com/electron/electron",
"commitHash": "3d4d6454007f14fa9a5f0e1fa49206fb91b676cc" "commitHash": "4e4c7527c63fcf27dffaeb58bde996b8d859c0ed"
} }
}, },
"isOnlyProductionDependency": true, "isOnlyProductionDependency": true,
"license": "MIT", "license": "MIT",
"version": "4.2.9" "version": "4.2.10"
}, },
{ {
"component": { "component": {
......
// Type definitions for Electron 4.2.9 // Type definitions for Electron 4.2.10
// 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
...@@ -9861,4 +9861,4 @@ declare namespace NodeJS { ...@@ -9861,4 +9861,4 @@ declare namespace NodeJS {
electron: string; electron: string;
chrome: string; chrome: string;
} }
} }
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,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.9", "electron": "4.2.10",
"htmlparser2": "^3.9.2", "htmlparser2": "^3.9.2",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^5.2.0", "mocha": "^5.2.0",
......
...@@ -683,10 +683,10 @@ electron-download@^4.1.0: ...@@ -683,10 +683,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.9: electron@4.2.10:
version "4.2.9" version "4.2.10"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.9.tgz#81226aa1ba58e1b05388474faf5a815010a11ea2" resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.10.tgz#7096450bb14875ec2e6797316c0c1034e7fe2b76"
integrity sha512-zC7K3GOiZKmxqllVG/qq/Gx+qQvyolKj5xKKwXMqIGekfokEW2hvoIO5Yh7KCoAh5dqBtpzOJjS4fj1se+YBcg== integrity sha512-dFhsJOW7OZX8JxjoBdugUZh6VWbs5PjlQIH6/w1KsZO7otgBy44j9vPI31KnIid3bdMtNbmTEF+6PA32z88kRw==
dependencies: dependencies:
"@types/node" "^10.12.18" "@types/node" "^10.12.18"
electron-download "^4.1.0" electron-download "^4.1.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册