Skip to content

Commit e57364a

Browse files
committed
fix compat entries
1 parent 1e55a7d commit e57364a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,23 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"
3636
CSTParser = "^0.6.2"
3737
CodeTools = "^0.6.4"
3838
CodeTracking = "^0.5.7"
39+
DocSeeker = "^0.3.1"
3940
HTTP = "^0.8"
4041
Hiccup = "^0.2.2"
4142
JSON = "^0.20, ^0.21"
4243
JuliaFormatter = "^0.1.0"
4344
JuliaInterpreter = "^0.7.0"
4445
Juno = "^0.7.0"
46+
LNR = "^0.2.0"
4547
Lazy = "^0.13.2, ^0.14"
4648
MacroTools = "^0.5"
49+
Media = "^0.5"
50+
OrderedCollections = "^0.15, ^0.16, ^0.17"
51+
Requires = "^0.5"
52+
Traceur = "^0.3"
4753
TreeViews = "^0.3.0"
4854
WebIO = "^0.8.1"
55+
WebSockets = "^1.5"
4956
julia = "0.7, 1"
5057

5158
[extras]

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function finddevpackages()
3232
push!(manifests, Pkg.Types.Context().env.manifest_file)
3333
end
3434

35-
devpkgs = Dict{String, String}()
35+
devpkgs = OrderedDict{String, String}()
3636
for manifest in manifests
3737
isfile(manifest) || continue
3838
try

0 commit comments

Comments
 (0)