Skip to content

Commit c35caa4

Browse files
authored
Merge pull request microsoft#80115 from microsoft/update_electron
chore: Bump electron@4.2.10
2 parents 53c4fa6 + 83fac39 commit c35caa4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "4.2.9"
2+
target "4.2.10"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "3d4d6454007f14fa9a5f0e1fa49206fb91b676cc"
63+
"commitHash": "4e4c7527c63fcf27dffaeb58bde996b8d859c0ed"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "4.2.9"
68+
"version": "4.2.10"
6969
},
7070
{
7171
"component": {

src/typings/electron.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 4.2.9
1+
// Type definitions for Electron 4.2.10
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -9861,4 +9861,4 @@ declare namespace NodeJS {
98619861
electron: string;
98629862
chrome: string;
98639863
}
9864-
}
9864+
}

test/smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/webdriverio": "4.6.1",
2424
"concurrently": "^3.5.1",
2525
"cpx": "^1.5.0",
26-
"electron": "4.2.9",
26+
"electron": "4.2.10",
2727
"htmlparser2": "^3.9.2",
2828
"mkdirp": "^0.5.1",
2929
"mocha": "^5.2.0",

test/smoke/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,10 @@ electron-download@^4.1.0:
683683
semver "^5.4.1"
684684
sumchecker "^2.0.2"
685685

686-
electron@4.2.9:
687-
version "4.2.9"
688-
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.9.tgz#81226aa1ba58e1b05388474faf5a815010a11ea2"
689-
integrity sha512-zC7K3GOiZKmxqllVG/qq/Gx+qQvyolKj5xKKwXMqIGekfokEW2hvoIO5Yh7KCoAh5dqBtpzOJjS4fj1se+YBcg==
686+
electron@4.2.10:
687+
version "4.2.10"
688+
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.10.tgz#7096450bb14875ec2e6797316c0c1034e7fe2b76"
689+
integrity sha512-dFhsJOW7OZX8JxjoBdugUZh6VWbs5PjlQIH6/w1KsZO7otgBy44j9vPI31KnIid3bdMtNbmTEF+6PA32z88kRw==
690690
dependencies:
691691
"@types/node" "^10.12.18"
692692
electron-download "^4.1.0"

0 commit comments

Comments
 (0)