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

Commit

Permalink
v4.0.3, update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Jun 13, 2018
1 parent 72a75ad commit 5a1bbc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-dataflow",
"version": "4.0.2",
"version": "4.0.3",
"description": "Reactive dataflow processing.",
"keywords": [
"vega",
Expand Down Expand Up @@ -29,7 +29,7 @@
"postpublish": "git push && git push --tags && zip -j build/vega-dataflow.zip -- LICENSE README.md build/vega-dataflow.js build/vega-dataflow.min.js"
},
"dependencies": {
"vega-loader": "^3.0.0",
"vega-loader": "^3.0.1",
"vega-util": "^1.7.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -965,9 +965,9 @@ util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

vega-loader@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-3.0.0.tgz#0df9eb2fc52073cfc372d23decfdb99e075c9e6f"
vega-loader@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-3.0.1.tgz#728426b54e74de7dbc91d418e05230bc7ee23a88"
dependencies:
d3-dsv "^1.0.8"
d3-time-format "^2.1.1"
Expand Down

0 comments on commit 5a1bbc5

Please sign in to comment.