From a3eee4352aa0e4aa3410d8652da41945b76533d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Tue, 29 Jun 2021 10:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8716678..25fab93 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "output": "build" }, "electronDownload": { - "version": "9.0.0", + "version": "9.4.4", "mirror": "https://npm.taobao.org/mirrors/electron/" }, "files": ["src/**/*", "node_modules/iofs/*"], @@ -49,7 +49,7 @@ } }, "devDependencies": { - "electron": "^9.0.0", - "electron-builder": "^22.7.0" + "electron": "9.4.4", + "electron-builder": "22.7.0" } }