From 847d8cf271cea8b3d378026ba207afd6f907fa32 Mon Sep 17 00:00:00 2001 From: Harrison Shoff Date: Thu, 18 Mar 2021 11:10:36 -0400 Subject: [PATCH] fix(tooltip,annotation): bump react-use-measure to ^2.0.4 (#1116) --- packages/visx-annotation/package.json | 2 +- packages/visx-tooltip/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/visx-annotation/package.json b/packages/visx-annotation/package.json index 7d0ef9847..98c4e6a64 100644 --- a/packages/visx-annotation/package.json +++ b/packages/visx-annotation/package.json @@ -40,7 +40,7 @@ "@visx/text": "1.7.0", "classnames": "^2.2.5", "prop-types": "^15.5.10", - "react-use-measure": "^2.0.3" + "react-use-measure": "^2.0.4" }, "devDependencies": { "resize-observer-polyfill": "^1.5.1" diff --git a/packages/visx-tooltip/package.json b/packages/visx-tooltip/package.json index 412c87e9b..cd05d570d 100644 --- a/packages/visx-tooltip/package.json +++ b/packages/visx-tooltip/package.json @@ -33,7 +33,7 @@ "@visx/bounds": "1.7.0", "classnames": "^2.2.5", "prop-types": "^15.5.10", - "react-use-measure": "^2.0.3" + "react-use-measure": "^2.0.4" }, "peerDependencies": { "react": "^16.8.0-0", diff --git a/yarn.lock b/yarn.lock index 5778a21ed..894377706 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12437,10 +12437,10 @@ react-tilt@^0.1.4: resolved "https://registry.yarnpkg.com/react-tilt/-/react-tilt-0.1.4.tgz#0ac1f33674a3fff6c617cf411002d7ecdd2ebcb1" integrity sha512-bVeRumg+RIn6QN8S92UmubGqX/BG6/QeQISBeAcrS/70dpo/jVj+sjikIawDl5wTuPdubFH8zH0EMulWIctsnw== -react-use-measure@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.0.3.tgz#7b56ae3ca19ccf62326933678625a8ff6b3f90a3" - integrity sha512-57O8Os9MbgFEHuOHOXNdPmBHhXjCBIwtB3YxyrM/MgaX44a1o97Mu9YqiOA6cAF8kXIw4fO3XK0r2Taa4SqaqQ== +react-use-measure@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.0.4.tgz#cb675b36eaeaf3681b94d5f5e08b2a1e081fedc9" + integrity sha512-7K2HIGaPMl3Q9ZQiEVjen3tRXl4UDda8LiTPy/QxP8dP2rl5gPBhf7mMH6MVjjRNv3loU7sNzey/ycPNnHVTxQ== dependencies: debounce "^1.2.0"