Skip to content

Commit

Permalink
Merge pull request #26 from davidanthoff/update-deps
Browse files Browse the repository at this point in the history
Update vegalite version
  • Loading branch information
fredo-dedup committed Nov 19, 2017
2 parents 55411c9 + eaa004b commit 535c90c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ using BinDeps
# uschema = "https://vega.github.io/schema/vega-lite/v2.json"

# Vega-lite version v2.0.0-beta.4, commit dac71df
ud3 = "https://d3js.org/d3.v3.min.js" # FIXME find URL with stable D3 version
uvega = "https://cdnjs.cloudflare.com/ajax/libs/vega/3.0.0-beta.33/vega.min.js"
uvegalite = "https://cdnjs.cloudflare.com/ajax/libs/vega-lite/2.0.0-beta.4/vega-lite.min.js"
uembed = "https://cdnjs.cloudflare.com/ajax/libs/vega-embed/3.0.0-beta.17/vega-embed.min.js"
ud3 = "https://d3js.org/d3.v4.min.js" # FIXME find URL with stable D3 version
uvega = "https://cdnjs.cloudflare.com/ajax/libs/vega/3.0.7/vega.min.js"
uvegalite = "https://cdnjs.cloudflare.com/ajax/libs/vega-lite/2.0.1/vega-lite.min.js"
uembed = "https://cdnjs.cloudflare.com/ajax/libs/vega-embed/3.0.0-rc7/vega-embed.min.js"

destdir = joinpath(dirname(@__FILE__), "lib")

Expand Down
8 changes: 4 additions & 4 deletions deps/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vegalitejl",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"rw": "^1.3.3",
"vega": "^3.0.0-beta.32",
"vega-lite": "^2.0.0-beta.3",
"vega-embed": "^3.0.0-beta.15"
"vega": "^3.0.7",
"vega-lite": "^2.0.1",
"vega-embed": "^3.0.0-rc7"
}
}

0 comments on commit 535c90c

Please sign in to comment.