mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
chore: bump electron to 38.4.0
fix https://github.com/logseq/db-test/issues/522
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"main": "static/electron.js",
|
||||
"engines": {
|
||||
"node": ">=20.19.1"
|
||||
"node": ">=22.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@axe-core/playwright": "=4.4.4",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"electron:make-macos-arm64": "electron-forge make --platform=darwin --arch=arm64",
|
||||
"electron:make-win-arm64": "electron-forge make --platform=win32 --arch=arm64",
|
||||
"electron:publish:github": "electron-forge publish",
|
||||
"rebuild:all": "electron-rebuild -v 37.2.6 -f",
|
||||
"rebuild:all": "electron-rebuild -v 38.4.0 -f",
|
||||
"postinstall": "install-app-deps"
|
||||
},
|
||||
"config": {
|
||||
@@ -55,7 +55,7 @@
|
||||
"@electron-forge/maker-squirrel": "^7.8.3",
|
||||
"@electron-forge/maker-zip": "^7.8.3",
|
||||
"@electron/rebuild": "4.0.1",
|
||||
"electron": "37.2.6",
|
||||
"electron": "38.4.0",
|
||||
"electron-builder": "26.0.12",
|
||||
"electron-forge-maker-appimage": "https://github.com/logseq/electron-forge-maker-appimage.git",
|
||||
"electron-devtools-installer": "4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user