Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
chore: bump electron 31.0.2 => 31.6.0 (#75)
Browse files Browse the repository at this point in the history
Summary:
- node to 20.17.0
- chromium to 126.0.6478.234
  • Loading branch information
ert78gb authored Sep 28, 2024
1 parent 9b5bee6 commit 4580f42
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.17.0
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": "18.16.1"
"runtimeVersion": "20.17.0"
},
{
"name": "Debug Main Process",
Expand All @@ -30,7 +30,7 @@
"DEBUG": "*"
},
"sourceMaps": true,
"runtimeVersion": "18.16.1"
"runtimeVersion": "20.17.0"
}
]
}
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.

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.14.0 <21.0.0",
"node": ">=20.17.0 <21.0.0",
"npm": ">=10.7.0 <11.0.0"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"decompress": "4.2.1",
"decompress-targz": "^4.1.1",
"desm": "1.3.0",
"electron": "31.0.2",
"electron": "31.6.0",
"electron-builder": "24.13.3",
"electron-debug": "1.5.0",
"electron-devtools-installer": "2.2.3",
Expand Down

0 comments on commit 4580f42

Please sign in to comment.