Bump react-native-flipper from 0.180.0 to 0.183.0 in /react-native/ReactNativeFlipperExample (#4569)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.180.0 to 0.183.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.183.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.182.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.181.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="80edf44dc5"><code>80edf44</code></a> Flipper Release: v0.183.0</li> <li><a href="3a36c269e7"><code>3a36c26</code></a> Element name to not overflow</li> <li><a href="914b32c383"><code>914b32c</code></a> Add framework event infra</li> <li><a href="39b14fc428"><code>39b14fc</code></a> Track socket usage during file download</li> <li><a href="fa74ebba68"><code>fa74ebb</code></a> Restore TimeMachine in Flipper</li> <li><a href="7d99913416"><code>7d99913</code></a> Bump SoLoader version to 0.10.5 in readme</li> <li><a href="b6f3be01f9"><code>b6f3be0</code></a> Remove client connection timeout</li> <li><a href="b062ee0629"><code>b062ee0</code></a> Fix feedback prompt on dark mode</li> <li><a href="26a7e17df6"><code>26a7e17</code></a> Remove unused import</li> <li><a href="2e31247486"><code>2e31247</code></a> Move flipper-fresco-plugin to fresco's repo from flipper's repo (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/4546">https://github.com/facebook/flipper/issues/4546</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.180.0...v0.183.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/4569 Reviewed By: lblasa Differential Revision: D43904937 Pulled By: passy fbshipit-source-id: 05c7a910b220f42b38f9fb41edee8517e0f8d6cc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
37b95c251e
commit
2fca50ec8b
@@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"react": "^18.0.0",
|
||||
"react-native": "^0.69.7",
|
||||
"react-native-flipper": "^0.180.0",
|
||||
"react-native-flipper": "^0.183.0",
|
||||
"react-native-windows": "^0.69.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6051,10 +6051,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.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-flipper@^0.183.0:
|
||||
version "0.183.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.183.0.tgz#5cbb2752b4a3b3af35d3fbc81ef1965ab18c5978"
|
||||
integrity sha512-FuWPWf9ZFm1eiP4uydzuiD/Gr8McQPMWKyCUQieFg+LUmQDZstdtakiPYGMVezgpy+JgBCEmvIDR4uURcupyEg==
|
||||
|
||||
react-native-gradle-plugin@^0.0.7:
|
||||
version "0.0.7"
|
||||
|
||||
Reference in New Issue
Block a user