File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11disturl "https://atom.io/download/electron"
2- target "3.1.2 "
2+ target "3.1.3 "
33runtime "electron"
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments