mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
[deps] Platform: Update electron to v38 (#16423)
* [deps] Platform: Update electron to v38 * Update electron builder and version * Update to electron 38.2.0 to fix high CPU usage on tahoe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
"**/node_modules/@bitwarden/desktop-napi/index.js",
|
"**/node_modules/@bitwarden/desktop-napi/index.js",
|
||||||
"**/node_modules/@bitwarden/desktop-napi/desktop_napi.${platform}-${arch}*.node"
|
"**/node_modules/@bitwarden/desktop-napi/desktop_napi.${platform}-${arch}*.node"
|
||||||
],
|
],
|
||||||
"electronVersion": "36.8.1",
|
"electronVersion": "38.2.0",
|
||||||
"generateUpdatesFilesForAllChannels": true,
|
"generateUpdatesFilesForAllChannels": true,
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "generic",
|
"provider": "generic",
|
||||||
|
|||||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -131,7 +131,7 @@
|
|||||||
"copy-webpack-plugin": "13.0.0",
|
"copy-webpack-plugin": "13.0.0",
|
||||||
"cross-env": "10.0.0",
|
"cross-env": "10.0.0",
|
||||||
"css-loader": "7.1.2",
|
"css-loader": "7.1.2",
|
||||||
"electron": "36.8.1",
|
"electron": "38.2.0",
|
||||||
"electron-builder": "26.0.12",
|
"electron-builder": "26.0.12",
|
||||||
"electron-log": "5.4.0",
|
"electron-log": "5.4.0",
|
||||||
"electron-reload": "2.0.0-alpha.1",
|
"electron-reload": "2.0.0-alpha.1",
|
||||||
@@ -20159,9 +20159,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron": {
|
"node_modules/electron": {
|
||||||
"version": "36.8.1",
|
"version": "38.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.8.1.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-38.2.0.tgz",
|
||||||
"integrity": "sha512-honaH58/cyCb9QAzIvD+WXWuNIZ0tW9zfBqMz5wZld/rXB+LCTEDb2B3TAv8+pDmlzPlkPio95RkUe86l6MNjg==",
|
"integrity": "sha512-Cw5Mb+N5NxsG0Hc1qr8I65Kt5APRrbgTtEEn3zTod30UNJRnAE1xbGk/1NOaDn3ODzI/MYn6BzT9T9zreP7xWA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
"copy-webpack-plugin": "13.0.0",
|
"copy-webpack-plugin": "13.0.0",
|
||||||
"cross-env": "10.0.0",
|
"cross-env": "10.0.0",
|
||||||
"css-loader": "7.1.2",
|
"css-loader": "7.1.2",
|
||||||
"electron": "36.8.1",
|
"electron": "38.2.0",
|
||||||
"electron-builder": "26.0.12",
|
"electron-builder": "26.0.12",
|
||||||
"electron-log": "5.4.0",
|
"electron-log": "5.4.0",
|
||||||
"electron-reload": "2.0.0-alpha.1",
|
"electron-reload": "2.0.0-alpha.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user