Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Oct 11, 2018
1 parent 605a485 commit 41ab12f
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 248 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-parser",
"version": "3.7.2",
"version": "3.8.0",
"description": "Parse Vega specifications to runtime dataflows.",
"keywords": [
"vega",
Expand Down Expand Up @@ -30,24 +30,24 @@
"postpublish": "git push && git push --tags && zip -j build/vega-parser.zip -- LICENSE README.md build/vega-schema.js build/vega-parser.js build/vega-parser.min.js"
},
"dependencies": {
"d3-array": "^1.2.1",
"d3-color": "^1.2.0",
"d3-format": "^1.3.0",
"d3-geo": "^1.10.0",
"d3-time-format": "^2.1.1",
"d3-array": "^1.2.4",
"d3-color": "^1.2.3",
"d3-format": "^1.3.2",
"d3-geo": "^1.11.1",
"d3-time-format": "^2.1.3",
"vega-dataflow": "^4.0.4",
"vega-event-selector": "^2.0.0",
"vega-expression": "^2.3.1",
"vega-scale": "^2.4.0",
"vega-scenegraph": "^3.2.2",
"vega-statistics": "^1.2.1",
"vega-expression": "^2.4.0",
"vega-scale": "^2.5.0",
"vega-scenegraph": "^3.2.3",
"vega-statistics": "^1.2.2",
"vega-util": "^1.7.0"
},
"devDependencies": {
"eslint": "5",
"rollup": "0.62.0",
"rollup": "0.66.6",
"tape": "4",
"uglify-js": "3",
"vega-transforms": "^2.2.0"
"vega-transforms": "^2.3.0"
}
}
Loading

0 comments on commit 41ab12f

Please sign in to comment.