Skip to content

Commit

Permalink
update to DashBase 0.2
Browse files Browse the repository at this point in the history
This will remove the dependency on JSON2.
  • Loading branch information
sjkelly committed Mar 16, 2023
1 parent e535a1a commit c9c0371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions src/Dash.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9c0371

Please sign in to comment.