From 0ced0446a8207534606dede7c2087f7c2a269c86 Mon Sep 17 00:00:00 2001 From: Travis DePrato <773453+travigd@users.noreply.github.com> Date: Mon, 27 Jan 2020 14:10:14 -0500 Subject: [PATCH] Update compat bounds --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 3299adf..f4aa037 100644 --- a/Project.toml +++ b/Project.toml @@ -17,11 +17,11 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29" Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62" [compat] -CSSUtil = "0.1.0" -Colors = "0.9.6, 0.10, 0.11" -FileIO = "1.0.7" +CSSUtil = "0.1" +Colors = "0.9, 0.10, 0.11" +FileIO = "1" ImageMagick = "0.7.5, 1" -Images = "0.18.0, 0.19, 0.20" +Images = "0.18, 0.19, 0.20" Interact = "0.10.2" JSExpr = "0.5.0" Observables = "0.2.3"