summarylogtreecommitdiffstats
path: root/update-dependencies-beta.diff
blob: a6111981503e30dad56b9a8c0595453e9c959a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/package.json b/package.json
index cd08e56ab..9a743d38e 100644
--- a/package.json
+++ b/package.json
@@ -108,6 +108,9 @@
       "eslint-plugin-jsx-a11y": "^6.10.2",
       "eslint-plugin-react": "^7.37.5",
       "eslint-plugin-react-hooks": "^4.6.2"
-    }
+    },
+    "electron": "%%ELECTRON_VERSION%%",
+    "electron-to-chromium": "latest",
+    "ssh2": "1.16.0"
   }
 }