Skip to content

Commit

Permalink
Bump electron from 32.1.2 to 33.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nibbles83 committed Oct 30, 2024
1 parent 83b188e commit 883d77f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion doc/release-notes/release-notes-3.4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Bump socket.io from 4.8.0 to 4.8.1
Bump crypto-browserify from 3.12.0 to 3.12.1
Bump chart.js from 4.4.4 to 4.4.6
Bump jasmine-core from 5.3.0 to 5.4.0
Bump @types/node from 22.7.2 to 22.8.4
Bump @types/node from 22.7.2 to 22.8.4
Bump electron from 32.1.2 to 33.0.2
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ try {
app.on('before-quit', closeApp);

// Quit when all windows are closed.
app.on('window-all-closed', (event) => {
app.on('window-all-closed', () => {
// On OS X it is common for applications and their menu bar
// to stay active until the user quits explicitly with Cmd + Q
if (process.platform !== 'darwin') {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@types/node": "^22.8.4",
"codelyzer": "^6.0.0",
"core-js": "3.38.1",
"electron": "^32.1.2",
"electron": "^33.0.2",
"electron-builder": "^24.13.3",
"electron-reload": "^1.5.0",
"google-translate": "^3.0.0",
Expand Down

0 comments on commit 883d77f

Please sign in to comment.