Bump react-native-flipper from 0.183.0 to 0.184.0 in /react-native/ReactNativeFlipperExample (#4592)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.183.0 to 0.184.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.184.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="998998ab19"><code>998998a</code></a> Flipper Release: v0.184.0</li> <li><a href="c192af7fa0"><code>c192af7</code></a> Event name declutter</li> <li><a href="14795f203b"><code>14795f2</code></a> Stop using device API to clear device logs on disconnected devices</li> <li><a href="ccba2fb73e"><code>ccba2fb</code></a> Prevent stack overflow in cyclical graphs</li> <li><a href="3d70020f40"><code>3d70020</code></a> Downgrade user error to warning</li> <li><a href="6452816de7"><code>6452816</code></a> fix(build-utils): await stripSourceMapComment (<a href="https://redirect.github.com/facebook/flipper/issues/4586">https://github.com/facebook/flipper/issues/4586</a>)</li> <li><a href="6eacbe87cc"><code>6eacbe8</code></a> Automated: Update Podfile.lock (<a href="https://redirect.github.com/facebook/flipper/issues/4528">https://github.com/facebook/flipper/issues/4528</a>)</li> <li><a href="2dde672045"><code>2dde672</code></a> Events tab</li> <li><a href="d669fd08e5"><code>d669fd0</code></a> TimelineDataDescription optional properties</li> <li><a href="b4f6f9f008"><code>b4f6f9f</code></a> TimelineDataDescription optional onClick</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.183.0...v0.184.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/4592 Reviewed By: ivanmisuno Differential Revision: D44215127 Pulled By: mweststrate fbshipit-source-id: fb7eef98f252cc40c30253de93a1c0f39a06336e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d67b073f20
commit
14b1966d50
@@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"react": "^18.0.0",
|
||||
"react-native": "^0.69.7",
|
||||
"react-native-flipper": "^0.183.0",
|
||||
"react-native-flipper": "^0.184.0",
|
||||
"react-native-windows": "^0.69.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -5943,10 +5943,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.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-flipper@^0.184.0:
|
||||
version "0.184.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.184.0.tgz#90ebc82370a691142860a270e46e06e538041963"
|
||||
integrity sha512-hbvHNBRIue0zBvB62VCtwoTdWCRUG+ECRtxb0rQi7b4oqjBHRZqzrvCWBPLdrJne67tV7OjwbvTTjYu25POarg==
|
||||
|
||||
react-native-gradle-plugin@^0.0.7:
|
||||
version "0.0.7"
|
||||
|
||||
Reference in New Issue
Block a user