diff --git a/src/constants.ts b/src/constants.ts index 5c59294..12a4c87 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,9 +5,9 @@ export const DEFAULT_APP_NAME = 'APP'; // Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together, // 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 -export const DEFAULT_ELECTRON_VERSION = '18.0.3'; +export const DEFAULT_ELECTRON_VERSION = '18.2.0'; // https://atom.io/download/atom-shell/index.json -export const DEFAULT_CHROME_VERSION = '100.0.4896.75'; +export const DEFAULT_CHROME_VERSION = '100.0.4896.143'; // Update each of these periodically // https://product-details.mozilla.org/1.0/firefox_versions.json