mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-23 04:36:51 +00:00
Update electron.js and dependencies
Removed require for esm support from package json Removed dark mode toogle from new ui instance
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"dev": "node server.js",
|
||||
"prebuild": "node -p \"'export const UI_VERSION = ' + JSON.stringify(require('./package.json').version)\" > core/src/redux/app/version.js",
|
||||
"prebuild": "node -p \"'export const UI_VERSION = ' + JSON.stringify(process.env.npm_package_version)\" > core/src/redux/app/version.js",
|
||||
"build-dev": "node --max-old-space-size=8192 build.js",
|
||||
"build": "NODE_ENV=production node build.js",
|
||||
"server": "NODE_ENV=production node --max-old-space-size=8192 server.js",
|
||||
@@ -50,7 +50,7 @@
|
||||
"crypto-js": "4.2.0",
|
||||
"driver.js": "1.3.1",
|
||||
"electron-dl": "3.5.2",
|
||||
"electron-log": "5.1.2",
|
||||
"electron-log": "5.1.4",
|
||||
"electron-store": "8.2.0",
|
||||
"electron-updater": "6.1.8",
|
||||
"emoji-picker-js": "https://github.com/Qortal/emoji-picker-js",
|
||||
@@ -69,7 +69,7 @@
|
||||
"prosemirror-state": "1.4.3",
|
||||
"prosemirror-transform": "1.9.0",
|
||||
"prosemirror-view": "1.33.6",
|
||||
"sass": "1.77.0",
|
||||
"sass": "1.77.1",
|
||||
"short-unique-id": "5.2.0",
|
||||
"xhr2": "0.2.1"
|
||||
},
|
||||
@@ -126,7 +126,7 @@
|
||||
"@vaadin/tooltip": "24.2.9",
|
||||
"@zip.js/zip.js": "2.7.44",
|
||||
"axios": "1.6.8",
|
||||
"electron": "30.0.2",
|
||||
"electron": "30.0.3",
|
||||
"electron-builder": "24.13.3",
|
||||
"epml": "0.3.3",
|
||||
"eslint": "8.57.0",
|
||||
|
Reference in New Issue
Block a user