Skip to content

Commit

Permalink
feat: update tooltip and themes dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 20, 2023
1 parent c344c90 commit e1a2ae1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"tslib": "^2.5.0",
"vega-interpreter": "^1.0.5",
"vega-schema-url-parser": "^2.2.0",
"vega-themes": "^2.12.1",
"vega-tooltip": "^0.31.0"
"vega-themes": "^2.13.0",
"vega-tooltip": "^0.32.0"
},
"bundledDependencies": [
"yallist"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8206,10 +8206,10 @@ vega-statistics@^1.7.9, vega-statistics@^1.8.1, vega-statistics@~1.8.1:
dependencies:
d3-array "^3.2.2"

vega-themes@^2.12.1:
version "2.12.1"
resolved "https://registry.yarnpkg.com/vega-themes/-/vega-themes-2.12.1.tgz#39abc207019ab0aa0b481b3ce8194b0a924219f1"
integrity sha512-tedbkKx+5fKBR3W1R1rOpLeUxdbovm7CE8ygUNqH6HfBChBafUzdoxEmr6ZLv2c+ouPX6T/fuvaT78wZVqpwTA==
vega-themes@^2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/vega-themes/-/vega-themes-2.13.0.tgz#be1a4e2eeec948d9ac4459e530473c1abe371c26"
integrity sha512-SVr/YDqGhkVDO2bRS62TeGyr1dVuXaNLJNCu42b1tbcnnmX2m9cyaq8G6gcputPeibArvHT1MsTF7MUzboOIWg==

vega-time@^2.1.1, vega-time@~2.1.1:
version "2.1.1"
Expand All @@ -8220,12 +8220,12 @@ vega-time@^2.1.1, vega-time@~2.1.1:
d3-time "^3.1.0"
vega-util "^1.17.1"

vega-tooltip@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.31.0.tgz#aebd418ca1d117945ca04ba3c461e1db44ffcbc5"
integrity sha512-H4XwcqxiC7dyOGjvAAjHLR2uW5UmFDUwJLFz+Bt/f7zXqMBhvKwGcVn+laKlEnTrB74JHM6qbLSG6oONZla5KQ==
vega-tooltip@^0.32.0:
version "0.32.0"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.32.0.tgz#730f3408a1bded4237a881047f81c4971987c0f5"
integrity sha512-Sc4/vZsXDM9nOiHrxc8hfpc9lYc7Nr0FIYYkIi90v2d6IoE6thm6T4Exo2m7cMK4rwevwf6c4/FABwjOMIs4MQ==
dependencies:
vega-util "^1.17.0"
vega-util "^1.17.1"

vega-transforms@~4.10.1:
version "4.10.1"
Expand All @@ -8248,7 +8248,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.0, vega-util@^1.17.1, vega-util@~1.17.0, vega-util@~1.17.1:
vega-util@^1.15.2, vega-util@^1.17.1, vega-util@~1.17.0, vega-util@~1.17.1:
version "1.17.1"
resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.17.1.tgz#717865fc6b660ceb3ae16273d21166ed471c2db4"
integrity sha512-ToPkWoBdP6awoK+bnYaFhgdqZhsNwKxWbuMnFell+4K/Cb6Q1st5Pi9I7iI5Y6n5ZICDDsd6eL7/IhBjEg1NUQ==
Expand Down

0 comments on commit e1a2ae1

Please sign in to comment.