Skip to content

Commit

Permalink
update electron@3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jan 4, 2019
1 parent bae6c84 commit 5967828
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "3.0.10"
target "3.0.13"
runtime "electron"
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"git": {
"name": "libchromiumcontent",
"repositoryUrl": "https://github.com/electron/libchromiumcontent",
"commitHash": "d9e39391cfae447a84e276a402342cf8b4b5bcba"
"commitHash": "e38e22ed9f48e6e395f2e9faa93d2d7411f52de4"
}
},
"isOnlyProductionDependency": true,
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/typings/electron.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions test/smoke/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5967828

Please sign in to comment.