Skip to content

Commit 6448820

Browse files
Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358 (#3359)
* Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358 Signed-off-by: Jovan Cvetkovic <[email protected]> * Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358 Signed-off-by: Jovan Cvetkovic <[email protected]> * Upgrade vega-tooltip to 0.30.0 to support custom tooltips #3358 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]>
1 parent e3a0b7c commit 6448820

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
128128
- Remove `github-checks-reporter`, an unused dependency ([#3126](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3126))
129129
- Upgrade `vega-lite` dependency to ^5.6.0 ([#3076](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3076))
130130
- Bumps `re2` and `supertest` ([3018](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3018))
131+
- Bump `vega-tooltip` version from ^0.24.2 to ^0.30.0 ([#3358](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/3358))
131132

132133
### 🪛 Refactoring
133134

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"vega-interpreter": "npm:@amoo-miki/[email protected]",
458458
"vega-lite": "^5.6.0",
459459
"vega-schema-url-parser": "^2.1.0",
460-
"vega-tooltip": "^0.24.2",
460+
"vega-tooltip": "^0.30.0",
461461
"vinyl-fs": "^3.0.3",
462462
"xml2js": "^0.4.22",
463463
"xmlbuilder": "13.0.2",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -17769,12 +17769,12 @@ vega-time@^2.0.3, vega-time@^2.1.0, vega-time@~2.1.0:
1776917769
d3-time "^3.0.0"
1777017770
vega-util "^1.15.2"
1777117771

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

1777917779
vega-transforms@~4.10.0:
1778017780
version "4.10.0"

0 commit comments

Comments
 (0)