4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +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 ~/.profile ``` (For Debian based distro) <br/>
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/> ``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
``` nvm ls-remote ``` (Fetch list of available versions) <br/> ``` nvm ls-remote ``` (Fetch list of available versions) <br/>
``` nvm install v18.20.3 ``` (Latest LTS: Hydrogen supported by Electron V31) <br/> ``` nvm install v20.18.1 ``` (Latest LTS: Iron supported by Electron V34) <br/>
``` npm --location=global install npm@10.8.1 ``` <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. 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", "@vaadin/tooltip": "24.2.9",
"@zip.js/zip.js": "2.7.54", "@zip.js/zip.js": "2.7.54",
"axios": "1.7.9", "axios": "1.7.9",
"electron": "33.2.1", "electron": "34.0.0",
"electron-builder": "25.1.8", "electron-builder": "25.1.8",
"epml": "0.3.3", "epml": "0.3.3",
"file-saver": "2.0.5", "file-saver": "2.0.5",
@ -6154,9 +6154,9 @@
} }
}, },
"node_modules/electron": { "node_modules/electron": {
"version": "33.2.1", "version": "34.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-33.2.1.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-34.0.0.tgz",
"integrity": "sha512-SG/nmSsK9Qg1p6wAW+ZfqU+AV8cmXMTIklUL18NnOKfZLlum4ZsDoVdmmmlL39ZmeCaq27dr7CgslRPahfoVJg==", "integrity": "sha512-fpaPb0lifoUJ6UJa4Lk8/0B2Ku/xDZWdc1Gkj67jbygTCrvSon0qquju6Ltx1Kz23GRqqlIHXiy9EvrjpY7/Wg==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",

View File

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