From c9c0371f7a16ebf82ab863ab84f363b04d57e7e8 Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Thu, 16 Mar 2023 12:39:33 -0400 Subject: [PATCH] update to DashBase 0.2 This will remove the dependency on JSON2. --- Project.toml | 2 +- src/Dash.jl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 6fe0e64..9379847 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] Aqua = "0.6" CodecZlib = "0.6, 0.7" -DashBase = "0.1" +DashBase = "0.2" DashCoreComponents = "2.0.0" DashHtmlComponents = "2.0.0" DashTable = "5.0.0" diff --git a/src/Dash.jl b/src/Dash.jl index 9e063c2..a670e46 100644 --- a/src/Dash.jl +++ b/src/Dash.jl @@ -112,8 +112,4 @@ function __init__() end -JSON3.StructTypes.StructType(::Type{DashBase.Component}) = JSON3.StructTypes.Struct() -JSON3.StructTypes.excludes(::Type{DashBase.Component}) = (:name, :available_props, :wildcard_regex) - - end # module \ No newline at end of file