Bump default Electron to 8.2.3, and bump app/electron-context-menu to 1.x

This commit is contained in:
Ronan Jouchet 2020-04-22 22:09:13 -04:00
parent 4fbc3f7503
commit eef320a150
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
],
"scripts": {},
"dependencies": {
"electron-context-menu": "0.x",
"electron-context-menu": "1.x",
"electron-dl": "3.x",
"electron-squirrel-startup": "1.x",
"electron-window-state": "5.x",

View File

@ -3,7 +3,7 @@ import * as path from 'path';
export const DEFAULT_APP_NAME = 'APP';
// Update both together
export const DEFAULT_ELECTRON_VERSION = '8.2.1';
export const DEFAULT_ELECTRON_VERSION = '8.2.3';
export const DEFAULT_CHROME_VERSION = '80.0.3987.163';
export const ELECTRON_MAJOR_VERSION = parseInt(