Skip to content

Commit

Permalink
chore(deps-dev): bump vega-tooltip from 0.32.0 to 0.33.0 (#9049)
Browse files Browse the repository at this point in the history
Bumps [vega-tooltip](https://github.com/vega/vega-tooltip) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/vega/vega-tooltip/releases)
- [Changelog](https://github.com/vega/vega-tooltip/blob/main/CHANGELOG.md)
- [Commits](vega/vega-tooltip@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: vega-tooltip
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent d89ed18 commit 442e520
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"vega-cli": "^5.25.0",
"vega-datasets": "^2.7.0",
"vega-embed": "^6.22.2",
"vega-tooltip": "^0.32.0",
"vega-tooltip": "^0.33.0",
"yaml-front-matter": "^4.1.1"
},
"dependencies": {
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8905,6 +8905,13 @@ vega-tooltip@^0.32.0:
dependencies:
vega-util "^1.17.1"

vega-tooltip@^0.33.0:
version "0.33.0"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.33.0.tgz#32bcaad713171d2ae00b47189e6334a318566739"
integrity sha512-jMcvH2lP20UfyvO2KAEdloiwRyasikaiLuNFhzwrrzf2RamGTxP4G7B2OZ2QENfrGUH05Z9ei5tn/eErdzOaZQ==
dependencies:
vega-util "^1.17.2"

vega-transforms@~4.10.2:
version "4.10.2"
resolved "https://registry.yarnpkg.com/vega-transforms/-/vega-transforms-4.10.2.tgz#3a5ff3e92d8b0ee86868aed88e57b847b459d64e"
Expand All @@ -8926,7 +8933,7 @@ vega-typings@~0.24.0:
vega-expression "^5.0.1"
vega-util "^1.17.1"

vega-util@^1.15.2, vega-util@^1.17.1, vega-util@~1.17.2:
vega-util@^1.15.2, vega-util@^1.17.1, vega-util@^1.17.2, vega-util@~1.17.2:
version "1.17.2"
resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.17.2.tgz#f69aa09fd5d6110c19c4a0f0af9e35945b99987d"
integrity sha512-omNmGiZBdjm/jnHjZlywyYqafscDdHaELHx1q96n5UOz/FlO9JO99P4B3jZg391EFG8dqhWjQilSf2JH6F1mIw==
Expand Down

0 comments on commit 442e520

Please sign in to comment.