Bump react-native-flipper from 0.178.1 to 0.180.0 in /react-native/ReactNativeFlipperExample (#4512)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.178.1 to 0.180.0. <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.180.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.179.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0c1d121201"><code>0c1d121</code></a> Flipper Release: v0.180.0</li> <li><a href="ada748170f"><code>ada7481</code></a> Make glyph optional</li> <li><a href="5fc0bcb631"><code>5fc0bcb</code></a> Dark mode fix for Glyph</li> <li><a href="ca602bffd0"><code>ca602bf</code></a> Clearer section creation</li> <li><a href="6316852026"><code>6316852</code></a> Remove unnecessary fragment</li> <li><a href="6196204a7b"><code>6196204</code></a> Plugin download failure is not an error</li> <li><a href="9bc9b53017"><code>9bc9b53</code></a> Add more details into supportsMethod usage. (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/4365">https://github.com/facebook/flipper/issues/4365</a>)</li> <li><a href="cd496aef8c"><code>cd496ae</code></a> Bump <code>@babel/generator</code> from 7.20.7 to 7.20.14 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/4502">https://github.com/facebook/flipper/issues/4502</a>)</li> <li><a href="5b921e8dba"><code>5b921e8</code></a> Bump eslint-plugin-promise from 6.0.0 to 6.1.1 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/4500">https://github.com/facebook/flipper/issues/4500</a>)</li> <li><a href="7783c6ed94"><code>7783c6e</code></a> Bump react-native-flipper from 0.177.0 to 0.178.1 in /react-native/ReactNativ...</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.178.1...v0.180.0">compare view</a></li> </ul> </details> <br /> [](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/4512 Reviewed By: mweststrate Differential Revision: D43305255 Pulled By: ivanmisuno fbshipit-source-id: 638fd88730aad75c7aebc62dd08ab5018d030fa5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
69de6e60b2
commit
066994fa13
@@ -6149,10 +6149,10 @@ react-native-codegen@^0.69.1, react-native-codegen@^0.69.2:
|
||||
jscodeshift "^0.13.1"
|
||||
nullthrows "^1.1.1"
|
||||
|
||||
react-native-flipper@^0.178.1:
|
||||
version "0.178.1"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.178.1.tgz#bc630e51666a4d353106ab3f883a8044f477da88"
|
||||
integrity sha512-Jn6BgGyHjQ8tHrXDqAQkWc3n/WHc6trU5g+F/SIyEemGSE/er3SCqilgb5oYHIkz0ag26ANXFDvxaj4q5FLiWA==
|
||||
react-native-flipper@^0.180.0:
|
||||
version "0.180.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.180.0.tgz#3abeac15950cf969537a1b2c5034ca4ac0155183"
|
||||
integrity sha512-sbV5ZuK/4f72PZezbrUtsbmbd/hXGeneoGKwaaYxPk5K03zmZ1F/BqSiMOrrDmaMLVk08/Ihl2HuYiXr213cjg==
|
||||
|
||||
react-native-gradle-plugin@^0.0.7:
|
||||
version "0.0.7"
|
||||
|
||||
Reference in New Issue
Block a user