From bc033dc2a1c98980f614078ad2aef82a93116842 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 6 Jul 2023 17:07:32 +0000 Subject: [PATCH] CompatHelper: bump compat for Electron to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d22133c..293a566 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ URIParser = "30578b45-9adc-5946-b283-645ec420af67" [compat] DataValues = "0.4.4" -Electron = "0.2, 0.3, 0.4, 1, 2, 3.0, 4" +Electron = "0.2, 0.3, 0.4, 1, 2, 3.0, 4, 5" FilePaths = "0.8" IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1" IteratorInterfaceExtensions = "0.1.1, 1"