4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-14 11:15:50 +00:00

Updates for electron

This commit is contained in:
AlphaX-Projects 2023-04-19 15:43:24 +02:00 committed by GitHub
parent 57796ed3ac
commit 6540bd0f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,13 @@
"dependencies": {
"electron-log": "4.4.8",
"electron-updater": "5.3.0",
"electron-dl": "3.5.0",
"extract-zip": "2.0.1",
"node-fetch": "2.6.9",
"os-locale": "3.0.0"
},
"devDependencies": {
"electron": "24.1.1",
"electron": "24.1.2",
"electron-builder": "23.6.0",
"electron-packager": "17.1.1",
"shelljs": "0.8.5"
@ -45,4 +48,4 @@
"engines": {
"node": ">=18.14.0"
}
}
}