File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,23 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"
36
36
CSTParser = " ^0.6.2"
37
37
CodeTools = " ^0.6.4"
38
38
CodeTracking = " ^0.5.7"
39
+ DocSeeker = " ^0.3.1"
39
40
HTTP = " ^0.8"
40
41
Hiccup = " ^0.2.2"
41
42
JSON = " ^0.20, ^0.21"
42
43
JuliaFormatter = " ^0.1.0"
43
44
JuliaInterpreter = " ^0.7.0"
44
45
Juno = " ^0.7.0"
46
+ LNR = " ^0.2.0"
45
47
Lazy = " ^0.13.2, ^0.14"
46
48
MacroTools = " ^0.5"
49
+ Media = " ^0.5"
50
+ OrderedCollections = " ^0.15, ^0.16, ^0.17"
51
+ Requires = " ^0.5"
52
+ Traceur = " ^0.3"
47
53
TreeViews = " ^0.3.0"
48
54
WebIO = " ^0.8.1"
55
+ WebSockets = " ^1.5"
49
56
julia = " 0.7, 1"
50
57
51
58
[extras ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function finddevpackages()
32
32
push! (manifests, Pkg. Types. Context (). env. manifest_file)
33
33
end
34
34
35
- devpkgs = Dict {String, String} ()
35
+ devpkgs = OrderedDict {String, String} ()
36
36
for manifest in manifests
37
37
isfile (manifest) || continue
38
38
try
You can’t perform that action at this time.
0 commit comments