From eef320a15073e6a5844a4302bc029821c64c121b Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 22 Apr 2020 22:09:13 -0400 Subject: [PATCH] Bump default Electron to 8.2.3, and bump app/electron-context-menu to 1.x --- app/package.json | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index e379aff..b9ddefb 100644 --- a/app/package.json +++ b/app/package.json @@ -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", diff --git a/src/constants.ts b/src/constants.ts index 007c74a..a952d0a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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(