4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-01-27 13:22:14 +00:00

update electron to v34

This commit is contained in:
AlphaX-Qortal 2025-01-17 16:20:29 +01:00
parent a696444978
commit a645d76b10
3 changed files with 7 additions and 7 deletions

View File

@ -26,8 +26,8 @@ Easiest way to install the lastest required packages on Linux is via nvm.
``` source ~/.profile ``` (For Debian based distro) <br/>
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
``` nvm ls-remote ``` (Fetch list of available versions) <br/>
``` nvm install v18.20.3 ``` (Latest LTS: Hydrogen supported by Electron V31) <br/>
``` npm --location=global install npm@10.8.1 ``` <br/>
``` nvm install v20.18.1 ``` (Latest LTS: Iron supported by Electron V34) <br/>
``` npm --location=global install npm@11.0.0 ``` <br/>
Adding via binary package mirror will only work if you have set the package path. You can do a node or java build via ports instead by downloading ports with portsnap fetch method.

8
package-lock.json generated
View File

@ -106,7 +106,7 @@
"@vaadin/tooltip": "24.2.9",
"@zip.js/zip.js": "2.7.54",
"axios": "1.7.9",
"electron": "33.2.1",
"electron": "34.0.0",
"electron-builder": "25.1.8",
"epml": "0.3.3",
"file-saver": "2.0.5",
@ -6154,9 +6154,9 @@
}
},
"node_modules/electron": {
"version": "33.2.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-33.2.1.tgz",
"integrity": "sha512-SG/nmSsK9Qg1p6wAW+ZfqU+AV8cmXMTIklUL18NnOKfZLlum4ZsDoVdmmmlL39ZmeCaq27dr7CgslRPahfoVJg==",
"version": "34.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.0.0.tgz",
"integrity": "sha512-fpaPb0lifoUJ6UJa4Lk8/0B2Ku/xDZWdc1Gkj67jbygTCrvSon0qquju6Ltx1Kz23GRqqlIHXiy9EvrjpY7/Wg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View File

@ -127,7 +127,7 @@
"@vaadin/tooltip": "24.2.9",
"@zip.js/zip.js": "2.7.54",
"axios": "1.7.9",
"electron": "33.2.1",
"electron": "34.0.0",
"electron-builder": "25.1.8",
"epml": "0.3.3",
"file-saver": "2.0.5",