Skip to content

Commit

Permalink
Merge pull request #194 from sjkelly/sjk/dashbase1
Browse files Browse the repository at this point in the history
update to DashBase 0.2
  • Loading branch information
etpinard authored Mar 20, 2023
2 parents e535a1a + c9c0371 commit 6c84ef8
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 6c84ef8

Please sign in to comment.