Skip to content

Commit

Permalink
update to electron 28
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 28, 2024
1 parent f976040 commit 7ce0300
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node-version=18.15.0
node-version=18.18.2
4 changes: 2 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"electronVersion": "25.9.8",
"electronVersion": "28.2.4",
"electronDownload": {
"version": "25.9.8+wvcus",
"version": "28.2.4+wvcus",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
},
"asar": true,
Expand Down
6 changes: 3 additions & 3 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 @@ -41,7 +41,7 @@
},
"devDependencies": {
"asar": "3.2.0",
"electron": "git+https://github.com/castlabs/electron-releases#v25.9.8+wvcus",
"electron": "git+https://github.com/castlabs/electron-releases#v28.2.4+wvcus",
"electron-builder": "23.6.0",
"electron-util": "0.17.2",
"eslint": "8.44.0",
Expand All @@ -50,6 +50,6 @@
"stylelint-config-standard": "29.0.0"
},
"resolutions": {
"electron": "git+https://github.com/castlabs/electron-releases#v25.9.8+wvcus"
"electron": "git+https://github.com/castlabs/electron-releases#v28.2.4+wvcus"
}
}
6 changes: 3 additions & 3 deletions src/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 src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"asar": "3.2.0",
"electron": "git+https://github.com/castlabs/electron-releases#v25.9.8+wvcus",
"electron": "git+https://github.com/castlabs/electron-releases#v28.2.4+wvcus",
"electron-builder": "23.6.0",
"electron-util": "0.17.2",
"eslint": "8.44.0",
Expand All @@ -37,6 +37,6 @@
"stylelint-config-standard": "29.0.0"
},
"resolutions": {
"electron": "git+https://github.com/castlabs/electron-releases#v25.9.8+wvcus"
"electron": "git+https://github.com/castlabs/electron-releases#v28.2.4+wvcus"
}
}

0 comments on commit 7ce0300

Please sign in to comment.