Skip to content

Commit 5192080

Browse files
authored
Update Project.toml
1 parent 5d9a60f commit 5192080

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Project.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name = "PlotlyJS"
22
uuid = "f0f68f2c-4968-5e81-91da-67840de0976a"
33
authors = ["Spencer Lyon <[email protected]>"]
4-
version = "0.14.0"
4+
version = "0.15.0"
55

66
[deps]
77
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
8-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
98
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
109
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
1110
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
@@ -18,15 +17,14 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1817
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
1918

2019
[compat]
21-
Blink = "≥ 0.8.0"
22-
Compat = "≥ 0.69.0"
20+
Blink = "0.12"
2321
JSExpr = "0.5"
24-
JSON = "≥ 0.7.0"
22+
JSON = "0.20, 0.21"
2523
PlotlyBase = "0.4"
26-
Reexport = "0.2.0"
24+
Reexport = "0.2"
2725
Requires = "1.0"
28-
WebIO = "0.8.6"
29-
julia = "1.3.0"
26+
WebIO = "0.8"
27+
julia = "1.3, 1.4, 1.5"
3028

3129
[extras]
3230
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)