mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Update Electron, Redux and NodeJS
This commit is contained in:
parent
54addff704
commit
5e075eaf1e
@ -27,8 +27,8 @@ Easiest way to install the lastest required packages on Linux is via nvm.
|
||||
``` source ~/.profile ``` (For Debian based distro) <br/>
|
||||
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
|
||||
``` nvm ls-remote ``` (Fetch list of available versions) <br/>
|
||||
``` nvm install v18.17.1 ``` (LTS: Hydrogen supported by Electron) <br/>
|
||||
``` npm --location=global install npm@10.2.1 ``` <br/>
|
||||
``` nvm install v18.18.2 ``` (LTS: Hydrogen supported by Electron) <br/>
|
||||
``` npm --location=global install npm@10.2.5 ``` <br/>
|
||||
|
||||
Adding via binary package mirror will only work if you have set the package path. You can do a node or java build via ports instead by downloading ports with portsnap fetch method.
|
||||
|
||||
|
793
package-lock.json
generated
793
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -67,12 +67,12 @@
|
||||
"prosemirror-schema-list": "1.3.0",
|
||||
"prosemirror-state": "1.4.3",
|
||||
"prosemirror-transform": "1.8.0",
|
||||
"prosemirror-view": "1.32.4",
|
||||
"prosemirror-view": "1.32.5",
|
||||
"sass": "1.69.5",
|
||||
"short-unique-id": "5.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.3",
|
||||
"@babel/core": "7.23.5",
|
||||
"@material/mwc-button": "0.27.0",
|
||||
"@material/mwc-checkbox": "0.27.0",
|
||||
"@material/mwc-dialog": "0.27.0",
|
||||
@ -109,25 +109,25 @@
|
||||
"@polymer/paper-toast": "3.0.1",
|
||||
"@polymer/paper-tooltip": "3.0.1",
|
||||
"@qortal/rollup-plugin-web-worker-loader": "1.6.5",
|
||||
"@rollup/plugin-alias": "5.0.1",
|
||||
"@rollup/plugin-alias": "5.1.0",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "25.0.7",
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@rollup/plugin-replace": "5.0.5",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"@vaadin/avatar": "24.2.3",
|
||||
"@vaadin/button": "24.2.3",
|
||||
"@vaadin/grid": "24.2.3",
|
||||
"@vaadin/icons": "24.2.3",
|
||||
"@vaadin/password-field": "24.2.3",
|
||||
"@vaadin/tooltip": "24.2.3",
|
||||
"@zip.js/zip.js": "2.7.31",
|
||||
"@vaadin/avatar": "24.2.5",
|
||||
"@vaadin/button": "24.2.5",
|
||||
"@vaadin/grid": "24.2.5",
|
||||
"@vaadin/icons": "24.2.5",
|
||||
"@vaadin/password-field": "24.2.5",
|
||||
"@vaadin/tooltip": "24.2.5",
|
||||
"@zip.js/zip.js": "2.7.32",
|
||||
"axios": "1.6.2",
|
||||
"electron": "27.1.2",
|
||||
"electron": "28.0.0",
|
||||
"electron-builder": "24.9.1",
|
||||
"electron-packager": "17.1.2",
|
||||
"epml": "0.3.3",
|
||||
"eslint": "8.54.0",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-plugin-lit": "1.10.1",
|
||||
"eslint-plugin-wc": "2.0.4",
|
||||
"file-saver": "2.0.5",
|
||||
@ -137,15 +137,15 @@
|
||||
"lit": "2.8.0",
|
||||
"passive-events-support": "1.1.0",
|
||||
"pwa-helpers": "0.9.1",
|
||||
"redux": "4.2.1",
|
||||
"redux-thunk": "2.4.2",
|
||||
"rollup": "4.5.2",
|
||||
"redux": "5.0.0",
|
||||
"redux-thunk": "3.1.0",
|
||||
"rollup": "4.7.0",
|
||||
"rollup-plugin-node-globals": "1.4.0",
|
||||
"rollup-plugin-progress": "1.1.2",
|
||||
"rollup-plugin-scss": "3.0.0",
|
||||
"shelljs": "0.8.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17.1"
|
||||
"node": ">=18.18.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user