From b8d5f5784d46933c70d9098112aefe3e590d96ac Mon Sep 17 00:00:00 2001
From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com>
Date: Wed, 15 Feb 2023 17:17:16 +0100
Subject: [PATCH] Update to nedoe 18 , electron 23
---
README.md | 4 ++--
package.json | 6 +++---
qortal-ui-core/package.json | 12 ++++++------
qortal-ui-crypto/package.json | 6 +++---
qortal-ui-plugins/package.json | 12 ++++++------
5 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/README.md b/README.md
index 9217fc03..3fcec3b0 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ Easiest way to install the lastest required packages on Linux is via nvm.
``` source ~/.profile ``` (For Debian based distro)
``` source ~/.bashrc ``` (For Fedora / CentOS)
``` nvm ls-remote ``` (Fetch list of available versions)
-``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron)
+``` nvm install v18.12.1 ``` (LTS: Hydrogen supported by Electron)
``` npm --location=global install yarn@1.22.19 ```
-``` npm --location=global install npm@9.3.1 ```
+``` npm --location=global install npm@9.4.2 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```
diff --git a/package.json b/package.json
index f39b57db..3160aea9 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
-}
+}
\ No newline at end of file
diff --git a/qortal-ui-core/package.json b/qortal-ui-core/package.json
index bccf855a..3ebc2750 100644
--- a/qortal-ui-core/package.json
+++ b/qortal-ui-core/package.json
@@ -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 ",
"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"
}
-}
+}
\ No newline at end of file
diff --git a/qortal-ui-crypto/package.json b/qortal-ui-crypto/package.json
index 8495143d..cae726c6 100644
--- a/qortal-ui-crypto/package.json
+++ b/qortal-ui-crypto/package.json
@@ -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"
}
-}
+}
\ No newline at end of file
diff --git a/qortal-ui-plugins/package.json b/qortal-ui-plugins/package.json
index 421b5d69..759a24e6 100644
--- a/qortal-ui-plugins/package.json
+++ b/qortal-ui-plugins/package.json
@@ -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"
}
-}
+}
\ No newline at end of file