mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Bumps [electron](https://github.com/electron/electron) from 41.0.1 to 41.0.2. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v41.0.1...v41.0.2) --- updated-dependencies: - dependency-name: electron dependency-version: 41.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"name": "preload-webview",
|
|
"version": "0.0.1",
|
|
"license": "apache-2.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@podman-desktop/core-api": "workspace:*",
|
|
"@podman-desktop/webview-api": "workspace:*",
|
|
"electron": "41.0.2",
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|