Skip to content

Commit

Permalink
Update dependency vega to ^5.18.0 (#87921)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 12, 2021
1 parent 94b02d9 commit 5598df9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
"url-loader": "^2.2.0",
"use-resize-observer": "^6.0.0",
"val-loader": "^1.1.1",
"vega": "^5.17.3",
"vega": "^5.18.0",
"vega-lite": "^4.17.0",
"vega-schema-url-parser": "^2.1.0",
"vega-tooltip": "^0.25.0",
Expand Down
37 changes: 31 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28521,7 +28521,7 @@ vega-format@^1.0.4, vega-format@~1.0.4:
vega-time "^2.0.3"
vega-util "^1.15.2"

vega-functions@^5.10.0, vega-functions@~5.10.0:
vega-functions@^5.10.0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/vega-functions/-/vega-functions-5.10.0.tgz#3d384111f13b3b0dd38a4fca656c5ae54b66e158"
integrity sha512-1l28OxUwOj8FEvRU62Oz2hiTuDECrvx1DPU1qLebBKhlgaKbcCk3XyHrn1kUzhMKpXq+SFv5VPxchZP47ASSvQ==
Expand All @@ -28538,6 +28538,23 @@ vega-functions@^5.10.0, vega-functions@~5.10.0:
vega-time "^2.0.4"
vega-util "^1.16.0"

vega-functions@~5.11.0:
version "5.11.0"
resolved "https://registry.yarnpkg.com/vega-functions/-/vega-functions-5.11.0.tgz#a590d016f93c81730bdbc336b377231d7ae48569"
integrity sha512-/p0QIDiA3RaUZ7drxHuClpDQCrIScSHJlY0oo0+GFYGfp+lvb29Ox1T4a+wtqeCp6NRaTWry+EwDxojnshTZIQ==
dependencies:
d3-array "^2.7.1"
d3-color "^2.0.0"
d3-geo "^2.0.1"
vega-dataflow "^5.7.3"
vega-expression "^4.0.1"
vega-scale "^7.1.1"
vega-scenegraph "^4.9.2"
vega-selections "^5.2.0"
vega-statistics "^1.7.9"
vega-time "^2.0.4"
vega-util "^1.16.0"

vega-geo@~4.3.8:
version "4.3.8"
resolved "https://registry.yarnpkg.com/vega-geo/-/vega-geo-4.3.8.tgz#5629d18327bb4f3700cdf05db4aced0a43abbf4a"
Expand Down Expand Up @@ -28673,6 +28690,14 @@ vega-selections@^5.1.5:
vega-expression "^4.0.0"
vega-util "^1.15.2"

vega-selections@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/vega-selections/-/vega-selections-5.2.0.tgz#d85968d1bccc175fd92661c91d88151ffd5ade83"
integrity sha512-Xf3nTTJHRGw4tQMbt+0sBI/7WkEIzPG9E4HXkZk5Y9Q2HsGRVLmrAEXHSfpENrBLWTBZk/uvmP9rKDG7cbcTrg==
dependencies:
vega-expression "^4.0.1"
vega-util "^1.16.0"

vega-spec-injector@^0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/vega-spec-injector/-/vega-spec-injector-0.0.2.tgz#f1d990109dd9d845c524738f818baa4b72a60ca6"
Expand Down Expand Up @@ -28767,10 +28792,10 @@ vega-wordcloud@~4.1.3:
vega-statistics "^1.7.9"
vega-util "^1.15.2"

vega@^5.17.3:
version "5.17.3"
resolved "https://registry.yarnpkg.com/vega/-/vega-5.17.3.tgz#9901f24c8cf5ff2e98f3fddb372b8f5a6d8502d8"
integrity sha512-c8N2pNg9MMmC6shNpoxVw3aVp2XPFOgmWNX5BEOAdCaGHRnSgzNy44+gYdGRaIe6+ljTzZg99Mf+OLO50IP42A==
vega@^5.18.0:
version "5.18.0"
resolved "https://registry.yarnpkg.com/vega/-/vega-5.18.0.tgz#98645e5d3bd5267d66ea3e701d99dcff63cfff8a"
integrity sha512-ysqouhboWNXSuQNN7W5IGOXsnEJNFVX5duCi0tTwRsFLc61FshpqVh4+4VoXg5pH0ZCxwpqbOwd2ULZWjJTx6g==
dependencies:
vega-crossfilter "~4.0.5"
vega-dataflow "~5.7.3"
Expand All @@ -28779,7 +28804,7 @@ vega@^5.17.3:
vega-expression "~4.0.1"
vega-force "~4.0.7"
vega-format "~1.0.4"
vega-functions "~5.10.0"
vega-functions "~5.11.0"
vega-geo "~4.3.8"
vega-hierarchy "~4.0.9"
vega-label "~1.0.0"
Expand Down

0 comments on commit 5598df9

Please sign in to comment.