From 1dcf30b066dc7d69dd64886cf1c7b581f51a7f1a Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Thu, 4 Jun 2020 11:37:05 -0700 Subject: [PATCH] Make compatible with Vega.jl 1.0.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 027e0ba2..beffcf14 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" TableTraits = "0.3.1, 0.4, 1" IteratorInterfaceExtensions = "0.1.1, 1" JSON = "0.19, 0.20, 0.21" -Vega = "0.1" +Vega = "0.1, 1" DataStructures = "0.17" JSONSchema = "0.1, 0.2" NodeJS = "0.5.1, 0.6, 1"