mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
Bump default Electron to 10.1.0, bump to TS 4.x
This commit is contained in:
parent
06369f1213
commit
b1d0d6857f
@ -20,6 +20,6 @@
|
|||||||
"wurl": "2.x"
|
"wurl": "2.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "9.x"
|
"electron": "10.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
"prettier": "2.x",
|
"prettier": "2.x",
|
||||||
"rimraf": "3.x",
|
"rimraf": "3.x",
|
||||||
"ts-loader": "8.x",
|
"ts-loader": "8.x",
|
||||||
"typescript": "3.x",
|
"typescript": "4.x",
|
||||||
"webpack": "4.x",
|
"webpack": "4.x",
|
||||||
"webpack-cli": "3.x"
|
"webpack-cli": "3.x"
|
||||||
},
|
},
|
||||||
|
@ -3,8 +3,8 @@ import * as path from 'path';
|
|||||||
export const DEFAULT_APP_NAME = 'APP';
|
export const DEFAULT_APP_NAME = 'APP';
|
||||||
|
|
||||||
// Update both together
|
// Update both together
|
||||||
export const DEFAULT_ELECTRON_VERSION = '9.2.0';
|
export const DEFAULT_ELECTRON_VERSION = '10.1.0';
|
||||||
export const DEFAULT_CHROME_VERSION = '83.0.4103.122';
|
export const DEFAULT_CHROME_VERSION = '85.0.4183.87';
|
||||||
|
|
||||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user