From e01a194983e188a097e67f96289fdd24df62d49f Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 22 Dec 2018 10:15:31 +1200 Subject: [PATCH] Updated Electron --- desktop/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index b417acb..b85e790 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -20,9 +20,9 @@ "push": "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { - "electron": "^3.0.4", - "electron-packager": "^12.1.1", - "eslint": "^5.6.1", + "electron": "^3.0.13", + "electron-packager": "^12.2.0", + "eslint": "^5.10.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1",