mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
chore: update electron to v30
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
b84cf25395
commit
b56ec9102c
4 changed files with 10 additions and 6 deletions
|
|
@ -136,7 +136,7 @@
|
|||
"@vitest/coverage-v8": "^1.5.0",
|
||||
"cross-env": "7.0.3",
|
||||
"dts-for-context-bridge": "0.7.1",
|
||||
"electron": "29.1.4",
|
||||
"electron": "30.0.1",
|
||||
"electron-builder": "23.6.0",
|
||||
"electron-builder-notarize": "^1.5.2",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
|
|
|
|||
|
|
@ -46,6 +46,10 @@ const ALLOWED_ORIGINS_AND_PERMISSIONS = new Map<
|
|||
| 'window-management'
|
||||
| 'window-placement'
|
||||
| 'idle-detection'
|
||||
| 'speaker-selection'
|
||||
| 'storage-access'
|
||||
| 'top-level-storage-access'
|
||||
| 'fileSystem'
|
||||
| 'unknown'
|
||||
>
|
||||
>(
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"devDependencies": {
|
||||
"@playwright/test": "1.43.1",
|
||||
"@types/node": "^20",
|
||||
"electron": "29.1.4",
|
||||
"electron": "30.0.1",
|
||||
"typescript": "^5.4.5",
|
||||
"vitest": "^1.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7712,10 +7712,10 @@ electron-util@^0.18.1:
|
|||
electron-is-dev "^3.0.1"
|
||||
new-github-issue-url "^1.0.0"
|
||||
|
||||
electron@29.1.4:
|
||||
version "29.1.4"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-29.1.4.tgz#6c47467ba50be5dd60b99b8737f69cd12fc0733f"
|
||||
integrity sha512-IWXys0SqgmIfrqXusUGQC0gGG7CCqA5vfmNsUMj8dFkAnK3lisKyjSESStWlrsste/OX/AAC5wsVlf23reUNnw==
|
||||
electron@30.0.1:
|
||||
version "30.0.1"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.1.tgz#2caf0eb7ed591b9b9842b522421bcae3aa8293d6"
|
||||
integrity sha512-iwxkI/n2wBd29NH7TH0ZY8aWGzCoKpzJz+D10u7aGSJi1TV6d4MSM3rWyKvT/UkAHkTKOEgYfUyCa2vWQm8L0g==
|
||||
dependencies:
|
||||
"@electron/get" "^2.0.0"
|
||||
"@types/node" "^20.9.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue