diff options
author | Christoph Settgast <csett86@web.de> | 2022-06-24 07:45:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 07:45:02 +0200 |
commit | 207c7cfff6e93dec2c1d04b8d517f88b590f72e4 (patch) | |
tree | 4d0d37356bcd8f64705c9d3a7c489785464eab07 /package.json | |
parent | 2e3f8fac17d05e5313a7e8352e2fc632ec84e47d (diff) |
chore(deps): electron-builder and electron-updater (#759)
This is a prerequisite for universal mac builds with electron 18+
For details see https://github.com/electron-userland/electron-builder/pull/6750
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6ed2823..883c19f 100644 --- a/package.json +++ b/package.json @@ -159,13 +159,13 @@ "concurrently": "5.1.0", "css-loader": "^6.7.1", "electron": "17.4.1", - "electron-builder": "22.11.11", + "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", "electron-log": "^4.3.2", "electron-notarize": "1.1.1", "electron-react-devtools": "0.5.3", - "electron-updater": "^4.3.9", + "electron-updater": "5.0.5", "electron-window-state": "^5.0.3", "eslint": "6.5.1", "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.2", |