Bump react-debounce-render from 7.0.0 to 7.0.1 in /desktop (#3351)

Summary:
Bumps [react-debounce-render](https://github.com/podefr/react-debounce-render) from 7.0.0 to 7.0.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/podefr/react-debounce-render/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-debounce-render&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/3351

Reviewed By: mweststrate

Differential Revision: D33741785

Pulled By: lblasa

fbshipit-source-id: 4ceee9922dd80ec2ec47b9826fd8da09cd551122
This commit is contained in:
dependabot[bot]
2022-01-27 04:55:25 -08:00
committed by Facebook GitHub Bot
parent f08bcb2a2c
commit 1262ee05f1
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
"p-map": "^4.0.0", "p-map": "^4.0.0",
"react": "17.0.2", "react": "17.0.2",
"react-async": "^10.0.0", "react-async": "^10.0.0",
"react-debounce-render": "^7.0.0", "react-debounce-render": "^7.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-element-to-jsx-string": "^14.3.4", "react-element-to-jsx-string": "^14.3.4",
"react-markdown": "^6.0.3", "react-markdown": "^6.0.3",

View File

@@ -10395,10 +10395,10 @@ react-color@^2.19.3:
reactcss "^1.2.0" reactcss "^1.2.0"
tinycolor2 "^1.4.1" tinycolor2 "^1.4.1"
react-debounce-render@^7.0.0: react-debounce-render@^7.0.1:
version "7.0.0" version "7.0.1"
resolved "https://registry.yarnpkg.com/react-debounce-render/-/react-debounce-render-7.0.0.tgz#4e36df3a867b298ef64b6ab3b8bffb3d46d3055d" resolved "https://registry.yarnpkg.com/react-debounce-render/-/react-debounce-render-7.0.1.tgz#61a9fcb87c1ad94d207b347beacbddac70387926"
integrity sha512-OaI1RhLxchlV2nKukQgbq2CZG5DQoNkHG1O9vMw8fnY4bLCIdKPDy2EL4aQY9cdeXW/NkYkso7O/5ARbs/XI6w== integrity sha512-jaUGT8QQMPeO09k4YnQne7WCQwZLSTAlvyc4QL1zrIcGIwaq6lgQmzPwqY/1xM4rKQGOP3ihYuGNnctB3BRYuA==
dependencies: dependencies:
hoist-non-react-statics "^3.3.2" hoist-non-react-statics "^3.3.2"
lodash.debounce "^4.0.8" lodash.debounce "^4.0.8"