mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-04 20:38:03 +00:00
Bump to Electron 12.0.1 with Chrome 89.0.4389.82
This commit is contained in:
parent
1521a28f45
commit
dcadfb0bca
@ -19,6 +19,6 @@
|
||||
"source-map-support": "^0.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^11.3.0"
|
||||
"electron": "^12.0.1"
|
||||
}
|
||||
}
|
||||
|
@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both together, and update app / package.json / devDeps / electron
|
||||
export const DEFAULT_ELECTRON_VERSION = '11.3.0';
|
||||
export const DEFAULT_CHROME_VERSION = '87.0.4280.141';
|
||||
export const DEFAULT_ELECTRON_VERSION = '12.0.1';
|
||||
export const DEFAULT_CHROME_VERSION = '89.0.4389.82';
|
||||
|
||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||
|
Loading…
Reference in New Issue
Block a user