chore: bump electron dependencies (#5770)

to include this fix https://github.com/electron/electron/pull/40994
This commit is contained in:
Peng Xiao
2024-02-01 08:53:20 +00:00
parent 338c3001b0
commit df8e8051c3
4 changed files with 10 additions and 21 deletions

View File

@@ -9,6 +9,6 @@
},
"devDependencies": {
"@toeverything/infra": "workspace:*",
"electron": "^28.1.4"
"electron": "^28.2.1"
}
}

View File

@@ -38,13 +38,12 @@
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@electron-forge/shared-types": "^7.2.0",
"@electron/remote": "2.1.1",
"@reforged/maker-appimage": "^3.3.1",
"@toeverything/infra": "workspace:*",
"@types/uuid": "^9.0.7",
"builder-util-runtime": "^9.2.3",
"cross-env": "^7.0.3",
"electron": "^28.1.4",
"electron": "^28.2.1",
"electron-log": "^5.0.1",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3",