aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Settgast <csett86@web.de>2022-03-09 21:00:10 +0100
committerGitHub <noreply@github.com>2022-03-09 21:00:10 +0100
commit63dbdb2d14f7a58e4b0a2d78f47ddb9296a0a6fa (patch)
treeb7a3c3cce3f38a7fd826d05b4d6b41059d23e7c6 /package.json
parent381903bb3d569198f6eb2abdfe7cdaf8f80b8c6e (diff)
chore(deps): update @jitsi/electron-sdk to fix aot issue (#728)
See https://github.com/jitsi/jitsi-meet-electron-sdk/pull/200 for details
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 88442c8..86812bf 100644
--- a/package.json
+++ b/package.json
@@ -129,7 +129,7 @@
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
- "@jitsi/electron-sdk": "^3.0.5",
+ "@jitsi/electron-sdk": "^3.0.6",
"electron-debug": "^3.2.0",
"electron-reload": "^1.5.0"
},