aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Settgast <csett86@web.de>2022-08-08 09:55:35 +0200
committerGitHub <noreply@github.com>2022-08-08 09:55:35 +0200
commiteb95561b576d3420f98710e3fd315bb9858a24d0 (patch)
tree3379c8f91718a91c831604b658b57228c7e5c48a /package.json
parent80ef53683ea056e5acc3d247d003e33d3549bc76 (diff)
fix(win): fix build failures (#780)
Includes downgraded node-gyp-build which should fix issues like https://github.com/jitsi/jitsi-meet-electron/runs/7639735746?check_suite_focus=true
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 44edfbf..78761a8 100644
--- a/package.json
+++ b/package.json
@@ -130,7 +130,7 @@
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
- "@jitsi/electron-sdk": "^3.0.9",
+ "@jitsi/electron-sdk": "^3.0.15",
"electron-debug": "^3.2.0",
"electron-reload": "^1.5.0"
},