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

@@ -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"
}
}
}