From 8ea3f675b6fa95453392f7b6e75073eb7c8c808b Mon Sep 17 00:00:00 2001 From: mfonville Date: Sun, 7 Mar 2021 15:43:00 +0100 Subject: [PATCH] Electron to 11.3.0 Is same npm major version, and no breaking changes according to electron docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c62ed4f9a0..93af05c548d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/atom/atom/issues" }, "license": "MIT", - "electronVersion": "9.4.4", + "electronVersion": "11.3.0", "dependencies": { "@atom/fuzzy-native": "^1.2.0", "@atom/nsfw": "^1.0.27",