Skip to content

Commit

Permalink
chore(deps-dev): bump electron from 32.1.0 to 32.1.2
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 32.1.0 to 32.1.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v32.1.0...v32.1.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Sep 20, 2024
1 parent 276900a commit 5e0dd91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"@vitest/coverage-v8": "^2.0.5",
"cross-env": "7.0.3",
"dts-for-context-bridge": "0.7.1",
"electron": "32.1.0",
"electron": "32.1.2",
"electron-builder": "24.13",
"electron-builder-notarize": "^1.5.2",
"electron-devtools-installer": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/preload-webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@podman-desktop/webview-api": "workspace:*",
"electron": "32.1.0",
"electron": "32.1.2",
"vitest": "^2.0.5"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@playwright/test": "1.47.1",
"@types/node": "^20",
"electron": "32.1.0",
"electron": "32.1.2",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
Expand Down

0 comments on commit 5e0dd91

Please sign in to comment.