Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Nov 6, 2024
1 parent 34442fb commit 22eda24
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 @@ -140,7 +140,7 @@
"@vitest/eslint-plugin": "^1.1.7",
"cross-env": "7.0.3",
"dts-for-context-bridge": "0.7.1",
"electron": "33.0.2",
"electron": "33.1.0",
"electron-builder": "25.1",
"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": "33.0.2",
"electron": "33.1.0",
"vitest": "^2.1.4"
}
}
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 @@ -18,7 +18,7 @@
"devDependencies": {
"@playwright/test": "1.48.2",
"@types/node": "^20",
"electron": "33.0.2",
"electron": "33.1.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
}
Expand Down

0 comments on commit 22eda24

Please sign in to comment.