Ronan Jouchet 2022-05-30 09:58:42 -04:00
parent b123ebdd77
commit c82f1a892e
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

2
npm-shrinkwrap.json generated
View File

@ -37,7 +37,7 @@
"@types/tmp": "^0.2.1", "@types/tmp": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0", "@typescript-eslint/parser": "^5.3.0",
"electron": "^18.0.3", "electron": "^18.3.1",
"eslint": "^8.1.0", "eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",

View File

@ -82,7 +82,7 @@
"@types/tmp": "^0.2.1", "@types/tmp": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0", "@typescript-eslint/parser": "^5.3.0",
"electron": "^18.0.3", "electron": "^18.3.1",
"eslint": "^8.1.0", "eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",

View File

@ -5,13 +5,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 package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION // and update package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION
// 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 = '18.2.0'; export const DEFAULT_ELECTRON_VERSION = '18.3.1';
// https://atom.io/download/atom-shell/index.json // https://atom.io/download/atom-shell/index.json
export const DEFAULT_CHROME_VERSION = '100.0.4896.143'; export const DEFAULT_CHROME_VERSION = '100.0.4896.160';
// 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 = '99.0.1'; export const DEFAULT_FIREFOX_VERSION = '100.0.2';
// 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 = {