diff --git a/README.md b/README.md
index c27b7348..c6041a3a 100644
--- a/README.md
+++ b/README.md
@@ -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 ```
+``` sudo rm -rf ~/.nvm ``` (Only for update node version)
``` curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash ```
``` source ~/.profile ``` (For Debian based distro)
``` source ~/.bashrc ``` (For Fedora / CentOS)
``` nvm ls-remote ``` (Fetch list of available versions)
-``` nvm install v16.16.0 ``` (LTS: Gallium supported by Electron)
-``` npm --location=global install yarn ```
-``` npm --location=global install npm@8.19.2 ```
+``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron)
+``` npm --location=global install yarn@1.22.19 ```
+``` npm --location=global install npm@9.1.2 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```
diff --git a/package.json b/package.json
index 31a151d8..54760111 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}
\ No newline at end of file
diff --git a/qortal-ui-core/package.json b/qortal-ui-core/package.json
index 7116363c..01c5d040 100644
--- a/qortal-ui-core/package.json
+++ b/qortal-ui-core/package.json
@@ -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"
}
-}
+}
\ No newline at end of file
diff --git a/qortal-ui-crypto/package.json b/qortal-ui-crypto/package.json
index a382e896..21188dd7 100644
--- a/qortal-ui-crypto/package.json
+++ b/qortal-ui-crypto/package.json
@@ -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"
}
}
diff --git a/qortal-ui-plugins/package.json b/qortal-ui-plugins/package.json
index 9e2a16a0..2dd5bac5 100644
--- a/qortal-ui-plugins/package.json
+++ b/qortal-ui-plugins/package.json
@@ -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"
}
}