Ronan Jouchet 2022-08-28 20:56:28 -04:00
parent f337401e34
commit 1933f226cc
5 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"electron": "^19.0.9"
"electron": "^19.0.14"
}
},
"node_modules/@electron/get": {

View File

@ -20,6 +20,6 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"electron": "^19.0.9"
"electron": "^19.0.14"
}
}

2
npm-shrinkwrap.json generated
View File

@ -37,7 +37,7 @@
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"electron": "^19.0.9",
"electron": "^19.0.14",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",

View File

@ -82,7 +82,7 @@
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"electron": "^19.0.9",
"electron": "^19.0.14",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",

View File

@ -6,13 +6,13 @@ export const DEFAULT_APP_NAME = 'APP';
// - upgrade app / package.json / "devDependencies" / "electron"
// - upgrade package.json / "devDependencies" / "electron"
// Doing a *major* upgrade? Read https://github.com/nativefier/nativefier/blob/master/HACKING.md#deps-major-upgrading-electron
export const DEFAULT_ELECTRON_VERSION = '19.0.10';
export const DEFAULT_ELECTRON_VERSION = '19.0.14';
// https://atom.io/download/atom-shell/index.json
export const DEFAULT_CHROME_VERSION = '102.0.5005.167';
// Update each of these periodically
// https://product-details.mozilla.org/1.0/firefox_versions.json
export const DEFAULT_FIREFOX_VERSION = '103.0';
export const DEFAULT_FIREFOX_VERSION = '104.0';
// https://en.wikipedia.org/wiki/Safari_version_history
export const DEFAULT_SAFARI_VERSION = {