From e160f9551b36b85da89bc0d18f30fdc4bf7b2468 Mon Sep 17 00:00:00 2001 From: Travis DePrato Date: Sat, 21 Dec 2019 23:48:38 -0800 Subject: [PATCH] Add compat entries for all dependencies. --- Project.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Project.toml b/Project.toml index cf240f91..0de4bf89 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,14 @@ NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c" [compat] julia = "0.7, 1" +AssetRegistry = "0.1.0" +FunctionalCollections = "0.5.0" JSExpr = "0.5" +JSON = "0.18, 0.19, 0.20, 0.21" +Observables = "0.2.3" +Requires = "0.4.4, 0.5, 1.0.0" +WebSockets = "1.5.0" +Widgets = "0.6.2" [targets] test = ["Blink", "Conda", "DataStructures", "Dates", "IJulia", "JSExpr", "Mux", "NBInclude", "NodeJS", "Test"]