From 78e330aa87db47707dc9cd7675eccc46ce92933f Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 1 May 2022 23:55:21 -0400 Subject: [PATCH] Bump default Electron to 18.2.0, from 18.0.3 https://github.com/electron/electron/releases/tag/v18.0.4 https://github.com/electron/electron/releases/tag/v18.1.0 https://github.com/electron/electron/releases/tag/v18.2.0 --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 5c59294..12a4c87 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,9 +5,9 @@ export const DEFAULT_APP_NAME = 'APP'; // Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together, // and update package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION // and update app / package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION -export const DEFAULT_ELECTRON_VERSION = '18.0.3'; +export const DEFAULT_ELECTRON_VERSION = '18.2.0'; // https://atom.io/download/atom-shell/index.json -export const DEFAULT_CHROME_VERSION = '100.0.4896.75'; +export const DEFAULT_CHROME_VERSION = '100.0.4896.143'; // Update each of these periodically // https://product-details.mozilla.org/1.0/firefox_versions.json