mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps-dev): bump electron from 36.2.0 to 36.2.1 (#12512)
Bumps [electron](https://github.com/electron/electron) from 36.2.0 to 36.2.1. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v36.2.0...v36.2.1) --- updated-dependencies: - dependency-name: electron dependency-version: 36.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb576679e8
commit
5bab2f05ad
4 changed files with 192 additions and 174 deletions
|
|
@ -147,7 +147,7 @@
|
|||
"@vitest/eslint-plugin": "^1.1.44",
|
||||
"cross-env": "7.0.3",
|
||||
"dts-for-context-bridge": "0.7.1",
|
||||
"electron": "36.2.0",
|
||||
"electron": "36.2.1",
|
||||
"electron-builder": "25.1",
|
||||
"electron-builder-notarize": "^1.5.2",
|
||||
"eslint": "^9.26.0",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"@podman-desktop/webview-api": "workspace:*",
|
||||
"electron": "36.2.0",
|
||||
"electron": "36.2.1",
|
||||
"vitest": "^3.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
360
pnpm-lock.yaml
360
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -20,7 +20,7 @@
|
|||
"devDependencies": {
|
||||
"@playwright/test": "1.52.0",
|
||||
"@types/node": "^22",
|
||||
"electron": "36.2.0",
|
||||
"electron": "36.2.1",
|
||||
"typescript": "^5.8.3",
|
||||
"vitest": "^3.1.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue