2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-01-03 14:17:29 +00:00

Bump default Electron to 13.4.0

This commit is contained in:
Ronan Jouchet 2021-09-20 11:38:15 -04:00
parent 7ab2c14f4f
commit e222e99b56

View File

@ -4,18 +4,18 @@ export const DEFAULT_APP_NAME = 'APP';
// Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together, // Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together,
// and update app / 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 = '13.1.7'; export const DEFAULT_ELECTRON_VERSION = '13.4.0';
export const DEFAULT_CHROME_VERSION = '91.0.4472.124'; export const DEFAULT_CHROME_VERSION = '91.0.4472.124';
// Update each of these periodically // Update each of these periodically
// https://product-details.mozilla.org/1.0/firefox_versions.json // https://product-details.mozilla.org/1.0/firefox_versions.json
export const DEFAULT_FIREFOX_VERSION = '90.0'; export const DEFAULT_FIREFOX_VERSION = '92.0';
// https://en.wikipedia.org/wiki/Safari_version_history // https://en.wikipedia.org/wiki/Safari_version_history
export const DEFAULT_SAFARI_VERSION = { export const DEFAULT_SAFARI_VERSION = {
majorVersion: 14, majorVersion: 14,
version: '14.1.1', version: '14.1.2',
webkitVersion: '611.2.7.1.4', webkitVersion: '611.3.10.1.5',
}; };
export const ELECTRON_MAJOR_VERSION = parseInt( export const ELECTRON_MAJOR_VERSION = parseInt(