From f95cddd5ef56c21a24d7fcf72528a49fa9738f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 14:32:13 -0700 Subject: [PATCH] Bump @types/react from 17.0.3 to 17.0.4 in /desktop (#2238) Summary: Bumps [types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.3 to 17.0.4.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.3&new-version=17.0.4)](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/2238 Reviewed By: passy Differential Revision: D27999965 Pulled By: priteshrnandgaonkar fbshipit-source-id: ab790bc642b2f0f01fcd0801bda7c2c8e045eede --- 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 02aa6ebbe..17127f00c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -97,7 +97,7 @@ "@types/node": "^14.14.41", "@types/npm-packlist": "^1.1.1", "@types/promise-retry": "^1.1.3", - "@types/react": "^17.0.3", + "@types/react": "^17.0.4", "@types/react-color": "^3.0.1", "@types/react-dom": "^17.0.3", "@types/react-redux": "^7.1.16", @@ -200,7 +200,7 @@ "**/metro/**/temp": "0.9.0", "**/metro/**/ws": "1.1.5", "@jest-runner/electron/electron": "11.2.3", - "@types/react": "17.0.3", + "@types/react": "17.0.4", "@types/react-dom": "17.0.3", "acorn": "7.1.1", "adbkit-logcat": "2.0.1", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index de85e7667..49e1a986d 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2677,10 +2677,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@17.0.3", "@types/react@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79" - integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg== +"@types/react@*", "@types/react@17.0.4", "@types/react@^17.0.4": + version "17.0.4" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.4.tgz#a67c6f7a460d2660e950d9ccc1c2f18525c28220" + integrity sha512-onz2BqScSFMoTRdJUZUDD/7xrusM8hBA2Fktk2qgaTYPCgPvWnDEgkrOs8hhPUf2jfcIXkJ5yK6VfYormJS3Jw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"