Bump default Electron to 13.6.2

https://github.com/electron/electron/releases/tag/v13.6.2
This commit is contained in:
Ronan Jouchet 2021-11-22 16:05:20 -05:00
parent 601968dfef
commit 702ff1e4b6
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ export const DEFAULT_APP_NAME = 'APP';
// Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together,
// and update app / package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION
export const DEFAULT_ELECTRON_VERSION = '13.6.1';
export const DEFAULT_ELECTRON_VERSION = '13.6.2';
// https://atom.io/download/atom-shell/index.json
export const DEFAULT_CHROME_VERSION = '91.0.4472.164';
// Update each of these periodically
// https://product-details.mozilla.org/1.0/firefox_versions.json
export const DEFAULT_FIREFOX_VERSION = '93.0';
export const DEFAULT_FIREFOX_VERSION = '94.0.2';
// https://en.wikipedia.org/wiki/Safari_version_history
export const DEFAULT_SAFARI_VERSION = {