chore: bump electron

This commit is contained in:
Tienson Qin
2025-05-08 04:19:16 +08:00
parent 6dc535eae9
commit c02d9e4ac8
4 changed files with 2632 additions and 2492 deletions

View File

@@ -113,7 +113,7 @@
"d3-force": "3.0.0",
"diff": "5.0.0",
"dompurify": "2.4.0",
"electron": "35.0.1",
"electron": "36.1.0",
"electron-dl": "^4.0.0",
"fs": "0.0.1-security",
"fs-extra": "9.1.0",

View File

@@ -14,7 +14,7 @@
"electron:make-linux-arm64": "electron-forge make --platform=linux --arch=arm64",
"electron:make-macos-arm64": "electron-forge make --platform=darwin --arch=arm64",
"electron:publish:github": "electron-forge publish",
"rebuild:all": "electron-rebuild -v 35.0.1 -f",
"rebuild:all": "electron-rebuild -v 36.1.0 -f",
"postinstall": "install-app-deps"
},
"config": {
@@ -54,15 +54,15 @@
"@electron-forge/maker-rpm": "^7.3.1",
"@electron-forge/maker-squirrel": "^7.3.1",
"@electron-forge/maker-zip": "^7.3.1",
"@electron/rebuild": "3.2.10",
"electron": "35.0.1",
"@electron/rebuild": "4.0.1",
"electron": "36.1.0",
"electron-builder": "25.1.8",
"electron-forge-maker-appimage": "https://github.com/logseq/electron-forge-maker-appimage.git"
},
"resolutions": {
"**/electron": "35.0.1",
"**/node-abi": "3.74.0",
"**/node-gyp": "11.1.0",
"**/electron": "36.1.0",
"**/node-abi": "4.8.0",
"**/node-gyp": "11.2.0",
"string-width": "4.2.0",
"wrap-ansi": "^7.0.0",
"strip-ansi": "^6.0.1"

File diff suppressed because it is too large Load Diff

2753
yarn.lock

File diff suppressed because it is too large Load Diff