diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2020-05-20 10:12:56 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-05-20 21:21:54 +0200 |
commit | 1f789ec4e700c146dd6bb8c0a7127b62bb9b27ba (patch) | |
tree | 7a992b052e7c54df15e89f2850a3ab28c614dc4a /package.json | |
parent | d2f49288f13bfd9590d7968909b096353e87231b (diff) |
Update to Electron 9 and enable E2EE
Electron 9 ships with Chrome 83 which means we have access to E2EE by
enabling experimental web platform features.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5331adc..ec1e58a 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "concurrently": "5.1.0", "css-loader": "3.5.0", "devtron": "1.4.0", - "electron": "8.2.1", + "electron": "9.0.0", "electron-builder": "22.3.6", "electron-react-devtools": "0.5.3", "eslint": "6.5.1", |