From 42a65e467e41a642a29351be7b88f8b01b2a7721 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 16 Jun 2021 08:53:55 -0700
Subject: [PATCH] Bump @types/react from 17.0.9 to 17.0.11 in /desktop (#2464)
Summary:
Bumps [types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.9 to 17.0.11.
Commits
[](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)
---
Dependabot commands and options
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/2464
Reviewed By: passy
Differential Revision: D29132891
Pulled By: priteshrnandgaonkar
fbshipit-source-id: d3fc7a48a2e10db8e597ee31c7c15cbefc4ba09a
---
desktop/package.json | 4 ++--
desktop/yarn.lock | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/desktop/package.json b/desktop/package.json
index 87f76ff3b..c171b3a5c 100644
--- a/desktop/package.json
+++ b/desktop/package.json
@@ -98,7 +98,7 @@
"@types/node": "^15.12.2",
"@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3",
- "@types/react": "17.0.9",
+ "@types/react": "17.0.11",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^17.0.6",
"@types/react-redux": "^7.1.16",
@@ -202,7 +202,7 @@
"**/metro/**/temp": "0.9.0",
"**/metro/**/ws": "1.1.5",
"@jest-runner/electron/electron": "11.2.3",
- "@types/react": "17.0.9",
+ "@types/react": "17.0.11",
"adbkit-logcat": "^2.0.1",
"bl": "^5.0.0",
"csstype": "^3.0.5",
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index fed6fab6a..ea56bb202 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -3568,10 +3568,10 @@
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@17.0.9":
- version "17.0.9"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.9.tgz#1147fb520024a62c9b3841f5cb4db89b73ddb87f"
- integrity sha512-2Cw7FvevpJxQrCb+k5t6GH1KIvmadj5uBbjPaLlJB/nZWUj56e1ZqcD6zsoMFB47MsJUTFl9RJ132A7hb3QFJA==
+"@types/react@*", "@types/react@17.0.11":
+ version "17.0.11"
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451"
+ integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"