4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Update to nedoe 18 , electron 23

This commit is contained in:
AlphaX-Projects 2023-02-15 17:17:16 +01:00
parent c3b00f2b7d
commit b8d5f5784d
5 changed files with 20 additions and 20 deletions

View File

@ -27,9 +27,9 @@ 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 v16.17.1 ``` (LTS: Gallium supported by Electron) <br/>
``` nvm install v18.12.1 ``` (LTS: Hydrogen supported by Electron) <br/>
``` npm --location=global install yarn@1.22.19 ``` <br/>
``` npm --location=global install npm@9.3.1 ``` <br/>
``` npm --location=global install npm@9.4.2 ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ```

View File

@ -37,12 +37,12 @@
"os-locale": "3.0.0"
},
"devDependencies": {
"electron": "22.2.1",
"electron": "23.0.0",
"electron-builder": "23.6.0",
"electron-packager": "17.1.1",
"shelljs": "0.8.5"
},
"engines": {
"node": ">=16.17.1"
"node": ">=18.12.1"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "qortal-ui-core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet",
"keywords": [
"QORT",
@ -17,9 +17,9 @@
"author": "QORTAL <admin@qortal.org>",
"license": "GPL-3.0",
"dependencies": {
"@hapi/hapi": "21.2.1",
"@hapi/inert": "7.0.0",
"sass": "1.58.0"
"@hapi/hapi": "21.3.0",
"@hapi/inert": "7.0.1",
"sass": "1.58.1"
},
"devDependencies": {
"@babel/core": "7.20.12",
@ -81,6 +81,6 @@
"rollup-plugin-web-worker-loader": "1.6.1"
},
"engines": {
"node": ">=16.17.1"
"node": ">=18.12.1"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "qortal-ui-crypto",
"version": "3.0.0",
"version": "3.1.0",
"description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet",
"keywords": [
"QORT",
@ -23,6 +23,6 @@
"lodash": "4.17.21"
},
"engines": {
"node": ">=16.17.1"
"node": ">=18.12.1"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "qortal-ui-plugins",
"version": "3.0.0",
"version": "3.1.0",
"description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet",
"keywords": [
"QORT",
@ -36,7 +36,7 @@
"prosemirror-dropcursor": "1.7.0",
"prosemirror-gapcursor": "1.3.1",
"prosemirror-history": "1.3.0",
"prosemirror-keymap": "1.2.0",
"prosemirror-keymap": "1.2.1",
"prosemirror-model": "1.19.0",
"prosemirror-schema-list": "1.2.2",
"prosemirror-state": "1.4.2",
@ -76,6 +76,7 @@
"@vaadin/grid": "23.3.7",
"@vaadin/icons": "23.3.7",
"@vaadin/tooltip": "23.3.7",
"axios": "1.3.3",
"epml": "0.3.3",
"file-saver": "2.0.5",
"highcharts": "10.3.3",
@ -86,11 +87,10 @@
"rollup": "3.15.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-web-worker-loader": "1.6.1",
"axios": "1.3.2"
"rollup-plugin-web-worker-loader": "1.6.1"
},
"engines": {
"node": ">=16.17.1"
"node": ">=18.12.1"
}
}
}