Skip to content

Commit

Permalink
[deps] Tools: Update electron to v27.2.0 (#7339)
Browse files Browse the repository at this point in the history
* [deps] Tools: Update electron to v27.2.0

* Bump electronVersion to 27.2.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <[email protected]>
  • Loading branch information
renovate[bot] and djsmith85 authored Dec 22, 2023
1 parent 64362fe commit deba1a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"**/node_modules/@bitwarden/desktop-native/index.js",
"**/node_modules/@bitwarden/desktop-native/desktop_native.${platform}-${arch}*.node"
],
"electronVersion": "27.1.3",
"electronVersion": "27.2.0",
"generateUpdatesFilesForAllChannels": true,
"publish": {
"provider": "generic",
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 @@ -90,7 +90,7 @@
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"electron": "27.1.3",
"electron": "27.2.0",
"electron-builder": "23.6.0",
"electron-log": "5.0.1",
"electron-reload": "2.0.0-alpha.1",
Expand Down

0 comments on commit deba1a9

Please sign in to comment.