Skip to content

Commit a5b56bd

Browse files
author
Benjamin Pasero
committed
electron@3.1.3
1 parent d04106a commit a5b56bd

5 files changed

Lines changed: 14 additions & 9 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 "3.1.2"
2+
target "3.1.3"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"git": {
7474
"name": "electron",
7575
"repositoryUrl": "https://github.com/electron/electron",
76-
"commitHash": "bb28fa8e8e797db249a66405146ad0501eaf411a"
76+
"commitHash": "72ff292302f95bfe5b4e02085a7be56254b42b0e"
7777
}
7878
},
7979
"isOnlyProductionDependency": true,
8080
"license": "MIT",
81-
"version": "3.1.2"
81+
"version": "3.1.3"
8282
},
8383
{
8484
"component": {

src/typings/electron.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 3.1.2
1+
// Type definitions for Electron 3.1.3
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
@@ -7869,6 +7869,11 @@ declare namespace Electron {
78697869
* Should only be specified for checkbox or radio type menu items.
78707870
*/
78717871
checked?: boolean;
7872+
/**
7873+
* If false, the accelerator won't be registered with the system, but it will still
7874+
* be displayed. Defaults to true.
7875+
*/
7876+
registerAccelerator?: boolean;
78727877
/**
78737878
* Should be specified for submenu type menu items. If submenu is specified, the
78747879
* type: 'submenu' can be omitted. If the value is not a then it will be

test/smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/webdriverio": "4.6.1",
2323
"concurrently": "^3.5.1",
2424
"cpx": "^1.5.0",
25-
"electron": "3.1.2",
25+
"electron": "3.1.3",
2626
"htmlparser2": "^3.9.2",
2727
"mkdirp": "^0.5.1",
2828
"mocha": "^5.2.0",

test/smoke/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,10 @@ electron-download@^4.1.0:
596596
semver "^5.4.1"
597597
sumchecker "^2.0.2"
598598

599-
electron@3.1.2:
600-
version "3.1.2"
601-
resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.2.tgz#e410b976c56fc2f783c3b0fb6d757e02eaeab902"
602-
integrity sha512-B/mXRCN8jGBBx8dvtIgLyW+nE8i9y7K9G6wijU+cLoneqF5al9BgZA1l5xgZEiUrwTtt0cgXIWNwhStt7EDoQQ==
599+
electron@3.1.3:
600+
version "3.1.3"
601+
resolved "https://registry.yarnpkg.com/electron/-/electron-3.1.3.tgz#848fa0fc62d131978cde15ec04ce195a08dc4155"
602+
integrity sha512-Y1TbV5py2O0br0JVYh+ew1cW4cIOOgRNRMzwTwWuZNMZ9fK/XLlqsbZr1GpYHdiN2yIU1koO+g4Cw8VuW86NXQ==
603603
dependencies:
604604
"@types/node" "^8.0.24"
605605
electron-download "^4.1.0"

0 commit comments

Comments
 (0)