yarn upgrade

Remove `enableRemoteModule` which has now been removed from the types
(the default was false and has been for som time, we were passing
false anyway).
This commit is contained in:
David Baker
2021-09-15 18:27:50 +01:00
parent a6b038e207
commit db86a3f726
3 changed files with 217 additions and 205 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
"allchange": "^1.0.2",
"asar": "^2.0.1",
"chokidar": "^3.5.2",
"electron": "^13.1.9",
"electron": "^14.0.1",
"electron-builder": "22.11.4",
"electron-builder-squirrel-windows": "22.11.4",
"electron-devtools-installer": "^3.1.1",
@@ -83,7 +83,7 @@
},
"build": {
"appId": "im.riot.app",
"electronVersion": "13.2.2",
"electronVersion": "14.0.1",
"files": [
"package.json",
{