Skip to content

Commit

Permalink
fix: upgrade react-use-measure from 2.0.0 to 2.0.2
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-use-measure from 2.0.0 to 2.0.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/barry127/project/3cbae8a6-a380-4a0a-b6af-569d7cd9d4b7?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 1, 2020
1 parent 8940bd9 commit 8b6e29e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clsx": "^1.1.1",
"react-autosize-textarea": "^7.1.0",
"react-spring": "^8.0.27",
"react-use-measure": "^2.0.0"
"react-use-measure": "^2.0.2"
},
"peerDependencies": {
"react": "^16.12.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9745,10 +9745,10 @@ react-test-renderer@^16.12.0:
react-is "^16.8.6"
scheduler "^0.19.1"

react-use-measure@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.0.0.tgz#f49b5cbde4cc18f5061d726a8a3db9fcd2244998"
integrity sha512-aYosukh38+eqjgNExd/OKEM0n5YSbl5niYYq3OAUWywf3deUjpnVfGMnwTmjF32+Owqr1sc3KKZku9n72lAaPA==
react-use-measure@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.0.2.tgz#06b4f99b887d5dfcd7b7167a2da063d97ec8f62f"
integrity sha512-/+eSmQiU2ePNTwFCXX4JPrQNMvyu3sWrSDi/n5F6IMXwboB46IvtU8VHvG7Nc+egvtM7sBJKwmUx/vx6KIRDog==
dependencies:
debounce "^1.2.0"

Expand Down

0 comments on commit 8b6e29e

Please sign in to comment.