diff options
author | hmuresan <horatiu.muresan@8x8.com> | 2022-02-15 16:28:47 +0200 |
---|---|---|
committer | Horatiu Muresan <39557534+horymury@users.noreply.github.com> | 2022-02-15 19:39:53 +0200 |
commit | 233dad2421ddcab53a6e7ddb952ee93b6e1cf57c (patch) | |
tree | abae592db6d94545336e6f9926820edd48d2bccc /package.json | |
parent | e5e11eb35ba0708beff9edb679f110d1faa59825 (diff) |
chore(electron-bump) Update to electron 17.0.1
- allow plan-b until we switch to unified plan
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 cbdfcda..0428711 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "babel-loader": "8.1.0", "concurrently": "5.1.0", "css-loader": "3.5.0", - "electron": "16.0.6", + "electron": "17.0.1", "electron-builder": "22.11.11", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |