From bc8277b4519e40d5a73f82eafab3d3e06b39ffac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:02:40 +0000 Subject: [PATCH] chore(deps): bump @visx/tooltip from 2.17.0 to 3.12.0 Bumps [@visx/tooltip](https://github.com/airbnb/visx) from 2.17.0 to 3.12.0. - [Release notes](https://github.com/airbnb/visx/releases) - [Changelog](https://github.com/airbnb/visx/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/visx/compare/v2.17.0...v3.12.0) --- updated-dependencies: - dependency-name: "@visx/tooltip" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 476733ccef..34a53d8f16 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@visx/responsive": "^2.10.0", "@visx/scale": "^2.2.2", "@visx/shape": "^2.12.2", - "@visx/tooltip": "^2.16.0", + "@visx/tooltip": "^3.12.0", "@wagmi/core": "^2.16.0", "blo": "^1.1.1", "connectkit": "^1.8.2", diff --git a/yarn.lock b/yarn.lock index ed628954fc..5c6e083a9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3937,10 +3937,10 @@ classnames "^2.3.1" prop-types "^15.6.0" -"@visx/bounds@2.17.0": - version "2.17.0" - resolved "https://registry.yarnpkg.com/@visx/bounds/-/bounds-2.17.0.tgz#2585be71bc82032ad3e1456b34b2f2c17ad34e69" - integrity sha512-XsoyTAyCm+DZbrPgP3IZFZAcNqBmXFBLSep04TqnrEA3hf16GxIzcpaGe+hAVhPg5yzBdjc7tLk6s0h5F44niA== +"@visx/bounds@3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@visx/bounds/-/bounds-3.12.0.tgz#c733bb6b1328ab82a0ab029bce4851f198f551c1" + integrity sha512-peAlNCUbYaaZ0IO6c1lDdEAnZv2iGPDiLIM8a6gu7CaMhtXZJkqrTh+AjidNcIqITktrICpGxJE/Qo9D099dvQ== dependencies: "@types/react" "*" "@types/react-dom" "*" @@ -4095,13 +4095,13 @@ prop-types "^15.7.2" reduce-css-calc "^1.3.0" -"@visx/tooltip@^2.16.0": - version "2.17.0" - resolved "https://registry.yarnpkg.com/@visx/tooltip/-/tooltip-2.17.0.tgz#e5e39a62795d2f6c7d2a1472e7af092005374106" - integrity sha512-+dMHURP9NqSFZLomMUnoVYjRs+I2qcOw1yYvLtTp/4GUAFRMSUJoSJeuLwng1VBIgCEB95xuQ95NgGID4qzPxA== +"@visx/tooltip@^3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@visx/tooltip/-/tooltip-3.12.0.tgz#1521c186829bf809182496ab9076fe491aed76b8" + integrity sha512-pWhsYhgl0Shbeqf80qy4QCB6zpq6tQtMQQxKlh3UiKxzkkfl+Metaf9p0/S0HexNi4vewOPOo89xWx93hBeh3A== dependencies: "@types/react" "*" - "@visx/bounds" "2.17.0" + "@visx/bounds" "3.12.0" classnames "^2.3.1" prop-types "^15.5.10" react-use-measure "^2.0.4"