Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Jun 11, 2024
1 parent 4007a4c commit 954e8f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "^1.6.0",
"cross-env": "7.0.3",
"dts-for-context-bridge": "0.7.1",
"electron": "30.1.0",
"electron": "31.0.0",
"electron-builder": "23.6.0",
"electron-builder-notarize": "^1.5.2",
"electron-devtools-installer": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@playwright/test": "1.44.1",
"@types/node": "^20",
"electron": "30.1.0",
"electron": "31.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10382,10 +10382,10 @@ electron-util@^0.18.1:
electron-is-dev "^3.0.1"
new-github-issue-url "^1.0.0"

electron@30.1.0:
version "30.1.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.1.0.tgz#0db25bf5907140bd1b2d8d75b656977f1f8fe404"
integrity sha512-9O8m7kinjwMH5Df0hpXbwUaqI6pk3aJm1sKQUkQGCF7NDbNkGhu2BXgqaicPU6oe26zQPc5vtwWnHmiKlh1hYA==
electron@31.0.0:
version "31.0.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.0.0.tgz#2841ac33c7ebd676a131a206077db244220fd6ae"
integrity sha512-yJMhwu5NVqor7h5mt65uKtBsjSAD7NiRwNCigK8xAlJMaP0X2FKipEzQocOzusy7E0dny4gkTgOTATy+ucDtjw==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 954e8f7

Please sign in to comment.