Electron 23, Node 18.

This commit is contained in:
Daniel Scalzi
2023-02-12 18:58:06 -05:00
parent 1c598e7980
commit ecfe0de0fb
5 changed files with 70 additions and 3202 deletions

View File

@@ -20,7 +20,7 @@
"lint": "eslint --config .eslintrc.json ."
},
"engines": {
"node": "16.x.x"
"node": "18.x.x"
},
"dependencies": {
"@electron/remote": "^2.0.8",
@@ -43,9 +43,9 @@
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^22.0.0",
"electron": "^23.0.0",
"electron-builder": "^23.6.0",
"eslint": "^8.30.0"
"eslint": "^8.34.0"
},
"repository": {
"type": "git",