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:
-rw-r--r--.yarnrc2
-rw-r--r--cgmanifest.json6
-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, 11 insertions, 11 deletions
diff --git a/.yarnrc b/.yarnrc
index 3ab151edb0b..b32ae136d49 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
-target "3.0.10"
+target "3.0.13"
runtime "electron"
diff --git a/cgmanifest.json b/cgmanifest.json
index e4d0401e78c..f58b3502779 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -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": {
diff --git a/src/typings/electron.d.ts b/src/typings/electron.d.ts
index bde9ebe8f70..d7682bfa180 100644
--- a/src/typings/electron.d.ts
+++ b/src/typings/electron.d.ts
@@ -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;
diff --git a/test/smoke/package.json b/test/smoke/package.json
index 20b8ed11bbb..22a960e57d1 100644
--- a/test/smoke/package.json
+++ b/test/smoke/package.json
@@ -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",
diff --git a/test/smoke/yarn.lock b/test/smoke/yarn.lock
index ba9193d0b91..0c7e15ce308 100644
--- a/test/smoke/yarn.lock
+++ b/test/smoke/yarn.lock
@@ -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"