Bump react-native-flipper from 0.91.1 to 0.91.2 in /react-native/ReactNativeFlipperExample (#2388)

Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.91.1 to 0.91.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/flipper/releases">react-native-flipper's releases</a>.</em></p>
<blockquote>
<h2>v0.91.2</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md</a>
for full notes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0305947ca2"><code>0305947</code></a> Flipper Release: v0.91.2</li>
<li><a href="d57c4d687c"><code>d57c4d6</code></a> Fix build-plugin script</li>
<li><a href="4dd3b3e8ba"><code>4dd3b3e</code></a> Dep bump</li>
<li><a href="76701565ac"><code>7670156</code></a> Cleanup public plugins metadata</li>
<li><a href="5ae104cc59"><code>5ae104c</code></a> Merge plugin package.json from public and fb-internal parts</li>
<li><a href="d680a2807f"><code>d680a28</code></a> Bumped deps / pods to latest (0.91.1), re-enabled i386</li>
<li><a href="39172f6413"><code>39172f6</code></a> Apply clang-format</li>
<li><a href="bf32eca8fc"><code>bf32eca</code></a> Remove console.error for login</li>
<li><a href="550305ee99"><code>550305e</code></a> Bump ansi-to-html from 0.6.14 to 0.6.15 in /flipper-js-client-sdk (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2318">https://github.com/facebook/flipper/issues/2318</a>)</li>
<li><a href="7020c894eb"><code>7020c89</code></a> Bump <code>@​typescript-eslint/parser</code> from 4.22.1 to 4.23.0 in /flipper-js-client-sd...</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.91.1...v0.91.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-flipper&package-manager=npm_and_yarn&previous-version=0.91.1&new-version=0.91.2)](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/2388

Reviewed By: nikoant

Differential Revision: D28795389

Pulled By: passy

fbshipit-source-id: 9628b76f0781eb3e9db9bd622dabd2a32b818b15
This commit is contained in:
dependabot[bot]
2021-06-01 09:13:54 -07:00
committed by Facebook GitHub Bot
parent 5c8fef0fda
commit 6645949c77
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"dependencies": {
"react": "^17.0.1",
"react-native": "^0.64.1",
"react-native-flipper": "^0.91.1"
"react-native-flipper": "^0.91.2"
},
"devDependencies": {
"@babel/core": "^7.14.2",

View File

@@ -4994,10 +4994,10 @@ react-native-codegen@^0.0.6:
jscodeshift "^0.11.0"
nullthrows "^1.1.1"
react-native-flipper@^0.91.1:
version "0.91.1"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.91.1.tgz#c801710cca8e0057aa61f42f10b7a0855bb39078"
integrity sha512-cpzLYF5lVy4lyChfXdfl9qBYHGUdZlrWA1sDHJ0VSkAklrTRw0rESNwGSy8/NoSr+tt6dLCcZ8Q4hhjUAUVMdg==
react-native-flipper@^0.91.2:
version "0.91.2"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.91.2.tgz#1712f9dfb1f9808793d0310aac3f51bb6f03717d"
integrity sha512-AoPaA0SKpSORzRsIUcWg1ZtjDFfSBnrtmA2fSwmaQKeQq34AHtldsFDDLVM1AxzrupBcRzu+NM8khb5+orV9yg==
react-native@^0.64.1:
version "0.64.1"