Update deps to latest 16 nodejs
This commit is contained in:
parent
4b336e039b
commit
cc66d9e84c
@ -22,13 +22,14 @@ Packages required:
|
||||
Easiest way to install the lastest required packages on Linux is via nvm.
|
||||
|
||||
``` 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/>
|
||||
``` 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.16.0 ``` (LTS: Gallium supported by Electron) <br/>
|
||||
``` npm --location=global install yarn ``` <br/>
|
||||
``` npm --location=global install npm@8.19.2 ``` <br/>
|
||||
``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron) <br/>
|
||||
``` npm --location=global install yarn@1.22.19 ``` <br/>
|
||||
``` npm --location=global install npm@9.1.2 ``` <br/>
|
||||
|
||||
On BSD do a ``` pkg_add node followed by npm install -g yarn ```
|
||||
|
||||
|
@ -36,13 +36,13 @@
|
||||
"electron-updater": "5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "21.3.1",
|
||||
"electron": "22.0.0",
|
||||
"electron-builder": "23.6.0",
|
||||
"electron-packager": "17.1.1",
|
||||
"@electron/notarize": "1.2.3",
|
||||
"shelljs": "0.8.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
"node": ">=16.17.0"
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "qortal-ui-core",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "QORTAL-UI Core",
|
||||
"keywords": [
|
||||
"QORT",
|
||||
@ -80,6 +80,6 @@
|
||||
"rollup-plugin-scss": "3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
"node": ">=16.17.0"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "qortal-ui-crypto",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "QORTAL-UI Crypto",
|
||||
"keywords": [
|
||||
"QORT",
|
||||
@ -23,6 +23,6 @@
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
"node": ">=16.17.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "qortal-ui-plugins",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "QORTAL-UI Plugins",
|
||||
"keywords": [
|
||||
"QORT",
|
||||
@ -60,6 +60,6 @@
|
||||
"rollup-plugin-progress": "1.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
"node": ">=16.17.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user