Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepak1556 <hop2deep@gmail.com>2019-08-30 18:07:53 +0300
committerdeepak1556 <hop2deep@gmail.com>2019-08-30 18:07:53 +0300
commit5e0b02870176ab296383132b2a11e3b5a20c9ed7 (patch)
tree93ef079d7e4e2ecaddc95cd174c7f0034a316515
parent502fb0f2e19fcc0431da4288e795281fc13a8978 (diff)
chore: Bump electron@4.2.10
-rw-r--r--.yarnrc2
-rw-r--r--cgmanifest.json4
-rw-r--r--src/typings/electron.d.ts4
-rw-r--r--test/smoke/package.json2
-rw-r--r--test/smoke/yarn.lock8
5 files changed, 10 insertions, 10 deletions
diff --git a/.yarnrc b/.yarnrc
index 98712ee2b43..ff946c7a250 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
-target "4.2.9"
+target "4.2.10"
runtime "electron"
diff --git a/cgmanifest.json b/cgmanifest.json
index 5ba2e166267..d26f37b6204 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "3d4d6454007f14fa9a5f0e1fa49206fb91b676cc"
+ "commitHash": "4e4c7527c63fcf27dffaeb58bde996b8d859c0ed"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "4.2.9"
+ "version": "4.2.10"
},
{
"component": {
diff --git a/src/typings/electron.d.ts b/src/typings/electron.d.ts
index cc80376a765..6f44785756c 100644
--- a/src/typings/electron.d.ts
+++ b/src/typings/electron.d.ts
@@ -1,4 +1,4 @@
-// Type definitions for Electron 4.2.9
+// Type definitions for Electron 4.2.10
// Project: http://electronjs.org/
// Definitions by: The Electron Team <https://github.com/electron/electron>
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -9861,4 +9861,4 @@ declare namespace NodeJS {
electron: string;
chrome: string;
}
-} \ No newline at end of file
+}
diff --git a/test/smoke/package.json b/test/smoke/package.json
index 185fc07d64f..99e9ddf0852 100644
--- a/test/smoke/package.json
+++ b/test/smoke/package.json
@@ -23,7 +23,7 @@
"@types/webdriverio": "4.6.1",
"concurrently": "^3.5.1",
"cpx": "^1.5.0",
- "electron": "4.2.9",
+ "electron": "4.2.10",
"htmlparser2": "^3.9.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
diff --git a/test/smoke/yarn.lock b/test/smoke/yarn.lock
index 5219fecf778..81f81a3f414 100644
--- a/test/smoke/yarn.lock
+++ b/test/smoke/yarn.lock
@@ -683,10 +683,10 @@ electron-download@^4.1.0:
semver "^5.4.1"
sumchecker "^2.0.2"
-electron@4.2.9:
- version "4.2.9"
- resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.9.tgz#81226aa1ba58e1b05388474faf5a815010a11ea2"
- integrity sha512-zC7K3GOiZKmxqllVG/qq/Gx+qQvyolKj5xKKwXMqIGekfokEW2hvoIO5Yh7KCoAh5dqBtpzOJjS4fj1se+YBcg==
+electron@4.2.10:
+ version "4.2.10"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.10.tgz#7096450bb14875ec2e6797316c0c1034e7fe2b76"
+ integrity sha512-dFhsJOW7OZX8JxjoBdugUZh6VWbs5PjlQIH6/w1KsZO7otgBy44j9vPI31KnIid3bdMtNbmTEF+6PA32z88kRw==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"