Update eletron to v15, target node 16 to match.

This commit is contained in:
Daniel Scalzi
2021-10-14 23:55:31 -04:00
parent 430e840514
commit a2168da999
6 changed files with 9 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
"lint": "eslint --config .eslintrc.json ."
},
"engines": {
"node": "14.x.x"
"node": "16.x.x"
},
"dependencies": {
"@electron/remote": "^2.0.1",
@@ -40,7 +40,7 @@
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^13.5.2",
"electron": "^15.2.0",
"electron-builder": "^22.13.1",
"eslint": "^8.0.1"
},