Skip to content

Commit

Permalink
fix(tooltip,annotation): bump react-use-measure to ^2.0.4 (airbnb#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff authored Mar 18, 2021
1 parent b32754e commit 847d8cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/visx-annotation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 847d8cf

Please sign in to comment.