From 91b8918d3603c28f30da088f1e3a81db54b6ce78 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 14 Mar 2023 18:31:22 -0400 Subject: [PATCH] Updates Electron unit test harness to latest Electron version. --- tests/electron-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/electron-tests/package.json b/tests/electron-tests/package.json index b7439c3..46fc96c 100644 --- a/tests/electron-tests/package.json +++ b/tests/electron-tests/package.json @@ -5,8 +5,8 @@ "version": "1.0.0", "author": "Colin Clark", "dependencies": { - "electron": "18.0.3", - "infusion-electron": "0.8.1", + "electron": "23.1.3", + "infusion-electron": "0.9.0", "osc": "../.." }, "scripts": {