Skip to content

Commit

Permalink
Merge pull request #139 from fredo-dedup/update-more-versions
Browse files Browse the repository at this point in the history
Update more deps
  • Loading branch information
davidanthoff committed Dec 26, 2018
2 parents 3bb5bce + 5abe9d1 commit aa2bf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "1.0.1",
"dependencies": {
"rw": "^1.3.3",
"vega": "^4.0.0",
"vega": "^4.4.0",
"vega-lite": "^2.6.0"
}
}
4 changes: 2 additions & 2 deletions src/rendering/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ function writehtml_partial(io::IO, spec::String; title="VegaLite plot")
requirejs.config({
paths: {
vg: "https://cdnjs.cloudflare.com/ajax/libs/vega/4.0.0/vega.min.js?noext",
vg: "https://cdnjs.cloudflare.com/ajax/libs/vega/4.4.0/vega.min.js?noext",
vl: "https://cdnjs.cloudflare.com/ajax/libs/vega-lite/2.6.0/vega-lite.min.js?noext",
vg_embed: "https://cdnjs.cloudflare.com/ajax/libs/vega-embed/3.17.0/vega-embed.min.js?noext"
vg_embed: "https://cdnjs.cloudflare.com/ajax/libs/vega-embed/3.26.1/vega-embed.min.js?noext"
},
shim: {
vg_embed: {deps: ["vg.global", "vl.global"]},
Expand Down

0 comments on commit aa2bf4a

Please sign in to comment.