Skip to content

Commit

Permalink
Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358 (#3359)…
Browse files Browse the repository at this point in the history
… (#3432)

* Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358



* Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358



* Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358



---------


(cherry picked from commit 6448820)

Signed-off-by: Jovan Cvetkovic <jovanca.cvetkovic@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent dd55d6b commit 4a7c97e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
"vega-lite": "^4.16.8",
"vega-lite-next": "npm:vega-lite@^5.6.0",
"vega-schema-url-parser": "^2.1.0",
"vega-tooltip": "^0.24.2",
"vega-tooltip": "^0.30.0",
"vinyl-fs": "^3.0.3",
"xml2js": "^0.4.22",
"xmlbuilder": "13.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18198,12 +18198,12 @@ vega-time@^2.0.3, vega-time@^2.1.0, vega-time@~2.1.0:
d3-time "^3.0.0"
vega-util "^1.15.2"

vega-tooltip@^0.24.2:
version "0.24.2"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.24.2.tgz#da55a171a96ea48a8ff135a728622e1cbb1152af"
integrity sha512-b7IeYQl/piNVsMmTliOgTnwSOhBs67KqoZ9UzP1I3XpH7TKbSuc3YHA7b1CSxkRR0hHKdradby4UI8c9rdH74w==
vega-tooltip@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.30.0.tgz#b8a48a0d1be717b7410cf75021aaaff75818b212"
integrity sha512-dBuqp1HgNvxrc3MU4KAE3gU7AiD0AvCiyu7IMwubI6TQa0l9A5c+B+ZLjDZP2Ool0J9eAaGgVhqjXWaUjUAfAQ==
dependencies:
vega-util "^1.15.2"
vega-util "^1.17.0"

vega-transforms@~4.10.0:
version "4.10.0"
Expand Down

0 comments on commit 4a7c97e

Please sign in to comment.