mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +00:00
Bump default Electron to 16.1.0 (from 16.0.9), with security fixes:
- https://github.com/electron/electron/releases/tag/v16.0.10 - https://github.com/electron/electron/releases/tag/v16.1.0
This commit is contained in:
parent
036122ad55
commit
e06f6d929d
@ -4,13 +4,13 @@ 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 = '16.0.9';
|
export const DEFAULT_ELECTRON_VERSION = '16.1.0';
|
||||||
// https://atom.io/download/atom-shell/index.json
|
// https://atom.io/download/atom-shell/index.json
|
||||||
export const DEFAULT_CHROME_VERSION = '96.0.4664.174';
|
export const DEFAULT_CHROME_VERSION = '96.0.4664.174';
|
||||||
|
|
||||||
// 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 = '97.0';
|
export const DEFAULT_FIREFOX_VERSION = '98.0.1';
|
||||||
|
|
||||||
// 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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user