Skip to content

Commit c9c0371

Browse files
committed
update to DashBase 0.2
This will remove the dependency on JSON2.
1 parent e535a1a commit c9c0371

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
2626
[compat]
2727
Aqua = "0.6"
2828
CodecZlib = "0.6, 0.7"
29-
DashBase = "0.1"
29+
DashBase = "0.2"
3030
DashCoreComponents = "2.0.0"
3131
DashHtmlComponents = "2.0.0"
3232
DashTable = "5.0.0"

src/Dash.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,4 @@ function __init__()
112112
end
113113

114114

115-
JSON3.StructTypes.StructType(::Type{DashBase.Component}) = JSON3.StructTypes.Struct()
116-
JSON3.StructTypes.excludes(::Type{DashBase.Component}) = (:name, :available_props, :wildcard_regex)
117-
118-
119115
end # module

0 commit comments

Comments
 (0)