Skip to content

Commit

Permalink
fix: upgrade react-use-measure from 2.0.0 to 2.0.1
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.1.

See this package in NPM:
https://www.npmjs.com/package/react-use-measure

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 Jun 27, 2020
1 parent d25050c commit b899cca
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.0.0",
"react-spring": "^8.0.27",
"react-use-measure": "^2.0.0"
"react-use-measure": "^2.0.1"
},
"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 @@ -9747,10 +9747,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.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.0.1.tgz#4f23f94c832cd4512da55acb300d1915dcbf3ae8"
integrity sha512-lFfHiqcXbJ2/6aUkZwt8g5YYM7EGqNVxJhMqMPqv1BVXRKp8D7jYLlmma0SvhRY4WYxxkZpCdbJvhDylb5gcEA==
dependencies:
debounce "^1.2.0"

Expand Down

0 comments on commit b899cca

Please sign in to comment.