mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 01:58:54 +00:00
Bump default Electron to 13.6.2
https://github.com/electron/electron/releases/tag/v13.6.2
This commit is contained in:
parent
601968dfef
commit
702ff1e4b6
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user