Skip to content

Commit

Permalink
chore: bump electron 33.2.0 => 33.3.0 (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb authored Dec 15, 2024
1 parent d12cb73 commit b9c25ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"type": "node",
"envFile": "${workspaceFolder}/.env",
"runtimeVersion": "20.18.0"
"runtimeVersion": "20.18.1"
},
{
"name": "Debug Main Process",
Expand All @@ -30,7 +30,7 @@
"DEBUG": "*"
},
"sourceMaps": true,
"runtimeVersion": "20.18.0"
"runtimeVersion": "20.18.1"
}
]
}
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"license": "See in LICENSE",
"engines": {
"node": ">=20.18.0 <21.0.0",
"node": ">=20.18.1 <21.0.0",
"npm": ">=10.8.2 <11.0.0"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"decompress": "4.2.1",
"decompress-targz": "^4.1.1",
"desm": "1.3.0",
"electron": "33.2.0",
"electron": "33.3.0",
"electron-builder": "25.1.8",
"electron-log": "4.4.8",
"electron-settings": "4.0.4",
Expand Down

0 comments on commit b9c25ee

Please sign in to comment.