Browse Source

Update deps to latest 16 nodejs

pull/86/head
AlphaX-Projects 2 years ago
parent
commit
cc66d9e84c
  1. 7
      README.md
  2. 4
      package.json
  3. 4
      qortal-ui-core/package.json
  4. 4
      qortal-ui-crypto/package.json
  5. 4
      qortal-ui-plugins/package.json

7
README.md

@ -22,13 +22,14 @@ Packages required:
Easiest way to install the lastest required packages on Linux is via nvm. Easiest way to install the lastest required packages on Linux is via nvm.
``` sudo apt update && sudo apt install curl -y ``` <br/> ``` sudo apt update && sudo apt install curl -y ``` <br/>
``` sudo rm -rf ~/.nvm ``` (Only for update node version)<br/>
``` curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash ``` <br/> ``` curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash ``` <br/>
``` 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 v16.16.0 ``` (LTS: Gallium supported by Electron) <br/> ``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron) <br/>
``` npm --location=global install yarn ``` <br/> ``` npm --location=global install yarn@1.22.19 ``` <br/>
``` npm --location=global install npm@8.19.2 ``` <br/> ``` npm --location=global install npm@9.1.2 ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ``` On BSD do a ``` pkg_add node followed by npm install -g yarn ```

4
package.json

@ -36,13 +36,13 @@
"electron-updater": "5.3.0" "electron-updater": "5.3.0"
}, },
"devDependencies": { "devDependencies": {
"electron": "21.3.1", "electron": "22.0.0",
"electron-builder": "23.6.0", "electron-builder": "23.6.0",
"electron-packager": "17.1.1", "electron-packager": "17.1.1",
"@electron/notarize": "1.2.3", "@electron/notarize": "1.2.3",
"shelljs": "0.8.5" "shelljs": "0.8.5"
}, },
"engines": { "engines": {
"node": ">=16.15.0" "node": ">=16.17.0"
} }
} }

4
qortal-ui-core/package.json

@ -1,6 +1,6 @@
{ {
"name": "qortal-ui-core", "name": "qortal-ui-core",
"version": "2.2.4", "version": "2.2.5",
"description": "QORTAL-UI Core", "description": "QORTAL-UI Core",
"keywords": [ "keywords": [
"QORT", "QORT",
@ -80,6 +80,6 @@
"rollup-plugin-scss": "3.0.0" "rollup-plugin-scss": "3.0.0"
}, },
"engines": { "engines": {
"node": ">=16.15.0" "node": ">=16.17.0"
} }
} }

4
qortal-ui-crypto/package.json

@ -1,6 +1,6 @@
{ {
"name": "qortal-ui-crypto", "name": "qortal-ui-crypto",
"version": "2.2.4", "version": "2.2.5",
"description": "QORTAL-UI Crypto", "description": "QORTAL-UI Crypto",
"keywords": [ "keywords": [
"QORT", "QORT",
@ -23,6 +23,6 @@
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"engines": { "engines": {
"node": ">=16.15.0" "node": ">=16.17.0"
} }
} }

4
qortal-ui-plugins/package.json

@ -1,6 +1,6 @@
{ {
"name": "qortal-ui-plugins", "name": "qortal-ui-plugins",
"version": "2.2.4", "version": "2.2.5",
"description": "QORTAL-UI Plugins", "description": "QORTAL-UI Plugins",
"keywords": [ "keywords": [
"QORT", "QORT",
@ -60,6 +60,6 @@
"rollup-plugin-progress": "1.1.2" "rollup-plugin-progress": "1.1.2"
}, },
"engines": { "engines": {
"node": ">=16.15.0" "node": ">=16.17.0"
} }
} }

Loading…
Cancel
Save