aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-client/package.json')
-rw-r--r--packages/meshbay-client/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/meshbay-client/package.json b/packages/meshbay-client/package.json
index e2ea6ab..7793d78 100644
--- a/packages/meshbay-client/package.json
+++ b/packages/meshbay-client/package.json
@@ -11,8 +11,8 @@
"dist": "npm run sync-ui && electron-builder --linux deb rpm"
},
"devDependencies": {
- "electron": "^42.0.0",
- "electron-builder": "^25.0.0"
+ "electron": "^42.11.1",
+ "electron-builder": "^26.15.3"
},
"build": {
"appId": "org.meshbay.client",
@@ -45,9 +45,9 @@
"castv2-client": "^1.2.0"
},
"overrides": {
- "protobufjs": "^7.5.5"
+ "protobufjs": "^7.6.5"
},
"allowScripts": {
- "electron@42.9.2": true
+ "electron@42.11.1": true
}
}