mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-15 17:27:08 +00:00
Bump default Electron to 9.0.4, bump deps (jest, electron-context-menu)
This commit is contained in:
parent
6b81324531
commit
e5ba8c779f
@ -12,7 +12,7 @@
|
||||
],
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"electron-context-menu": "1.x",
|
||||
"electron-context-menu": "2.x",
|
||||
"electron-dl": "3.x",
|
||||
"electron-squirrel-startup": "1.x",
|
||||
"electron-window-state": "5.x",
|
||||
@ -20,6 +20,6 @@
|
||||
"wurl": "2.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "8.x"
|
||||
"electron": "9.x"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nativefier",
|
||||
"version": "8.0.7",
|
||||
"version": "9.0.0",
|
||||
"description": "Wrap web apps natively",
|
||||
"license": "MIT",
|
||||
"author": "Goh Jia Hao",
|
||||
@ -75,13 +75,13 @@
|
||||
"tmp": "0.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "25.x",
|
||||
"@types/jest": "26.x",
|
||||
"@typescript-eslint/eslint-plugin": "2.x",
|
||||
"@typescript-eslint/parser": "2.x",
|
||||
"eslint": "6.x",
|
||||
"eslint-config-prettier": "6.x",
|
||||
"eslint-plugin-prettier": "3.x",
|
||||
"jest": "25.x",
|
||||
"jest": "26.x",
|
||||
"prettier": "2.x",
|
||||
"rimraf": "3.x",
|
||||
"ts-loader": "6.x",
|
||||
|
@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both together
|
||||
export const DEFAULT_ELECTRON_VERSION = '8.2.3';
|
||||
export const DEFAULT_CHROME_VERSION = '80.0.3987.163';
|
||||
export const DEFAULT_ELECTRON_VERSION = '9.0.4';
|
||||
export const DEFAULT_CHROME_VERSION = '83.0.4103.104';
|
||||
|
||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||
|
Loading…
Reference in New Issue
Block a user