diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2023-05-10 19:23:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 19:23:40 +0200 |
commit | 8f34cca9a395d5a1b88d60ff7e7f841507b94d80 (patch) | |
tree | 10bfa66cc500d287777d590070dd97073738ee33 /package.json | |
parent | c6ffffaa1816a9fb420fe4dd7f60e8cff52bc29c (diff) |
chore(deps) update Electron to 24 (#862)
* chore(deps) update Electron to 24
* docs: document broken screensharing on wayland
See #829
---------
Co-authored-by: Christoph Settgast <csett86_git@quicksands.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index d757a02..e35396c 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "readmeFilename": "README.md", "license": "Apache-2.0", "dependencies": { - "@jitsi/electron-sdk": "5.0.1", + "@jitsi/electron-sdk": "5.0.5", "electron-debug": "^3.2.0", "electron-reload": "^1.5.0" }, @@ -162,13 +162,13 @@ "@babel/preset-flow": "^7.16.7", "@babel/preset-react": "^7.16.7", "@hapi/bourne": "^3.0.0", - "@jitsi/js-utils": "2.0.0", + "@jitsi/js-utils": "2.0.5", "@svgr/webpack": "^6.2.1", "babel-eslint": "10.0.3", "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "21.4.1", + "electron": "24.2.0", "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |