From d5c8b694d6bf4cccc43cb93c6957701b751e0d75 Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Mon, 15 Jun 2020 13:15:44 +0530 Subject: [PATCH] update spectron to support Electron 9.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd2c6ff6..2dbe26e6 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "npm-run-all": "4.1.5", "robotjs": "0.6.0", "run-script-os": "1.0.7", - "spectron": "10.0.1", + "spectron": "^11.0.0", "ts-jest": "25.3.0", "tslint": "5.11.0", "typescript": "3.1.1"