Bump react-native-flipper from 0.127.0 to 0.128.4 in /react-native/ReactNativeFlipperExample (#3299)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.127.0 to 0.128.4. <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.128.4</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="65111a7ecc"><code>65111a7</code></a> Flipper Release: v0.128.4</li> <li><a href="8a3f48d7a4"><code>8a3f48d</code></a> Temporarily remove flipper-server release steps (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3291">https://github.com/facebook/flipper/issues/3291</a>)</li> <li><a href="024e4f6761"><code>024e4f6</code></a> Flipper Snapshot Bump: v0.128.4-SNAPSHOT</li> <li><a href="bb22657f81"><code>bb22657</code></a> Flipper Release: v0.128.3</li> <li><a href="ba60983642"><code>ba60983</code></a> Automated: Update Podfile.lock (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3287">https://github.com/facebook/flipper/issues/3287</a>)</li> <li><a href="9451911709"><code>9451911</code></a> Fix windows build (for real this time?) (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3289">https://github.com/facebook/flipper/issues/3289</a>)</li> <li><a href="7f8545bc94"><code>7f8545b</code></a> Edit troubleshooting.mdx using inpage editor</li> <li><a href="3c6bed9ce8"><code>3c6bed9</code></a> Bump sha2 from 0.10.0 to 0.10.1 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3249">https://github.com/facebook/flipper/issues/3249</a>)</li> <li><a href="aafc7da5de"><code>aafc7da</code></a> Bump ts-jest from 27.0.7 to 27.1.2 in /js/js-flipper (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3274">https://github.com/facebook/flipper/issues/3274</a>)</li> <li><a href="88142c7d2a"><code>88142c7</code></a> Bump prettier from 2.4.1 to 2.5.1 in /js/js-flipper (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3266">https://github.com/facebook/flipper/issues/3266</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.127.0...v0.128.4">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/3299 Reviewed By: lawrencelomax Differential Revision: D33620942 Pulled By: passy fbshipit-source-id: d0b28f4b15791d9c16ad5eef4de955dc572368b2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8a9d05cc40
commit
5a3f512337
@@ -12,7 +12,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-native": "^0.66.4",
|
"react-native": "^0.66.4",
|
||||||
"react-native-flipper": "^0.127.0"
|
"react-native-flipper": "^0.128.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.16.7",
|
"@babel/core": "^7.16.7",
|
||||||
|
|||||||
@@ -4899,10 +4899,10 @@ react-native-codegen@^0.0.7:
|
|||||||
jscodeshift "^0.11.0"
|
jscodeshift "^0.11.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
react-native-flipper@^0.127.0:
|
react-native-flipper@^0.128.4:
|
||||||
version "0.127.0"
|
version "0.128.4"
|
||||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.127.0.tgz#4d4040c0d0a45136b9bbabdc801d3e32d385de73"
|
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.128.4.tgz#c9ed83fc7220cf0c42f26253152bc274de8cec90"
|
||||||
integrity sha512-qloUyUOs9MoMVncIDDWeOxAPbomWJ3e4y0SgyCgq8joJEOXC7RvPWeEfUXp0EPyNhHGQV9a4RwzF6BWKFCR3Kg==
|
integrity sha512-o/Hc3iPmMX6VsbDSn4sW0E3LU10e7teBg8NgmGsyXK/RBXXJcF9pLHxs5snLwXszklK3ZyZL+pQq3b8X00lb8A==
|
||||||
|
|
||||||
react-native@^0.66.4:
|
react-native@^0.66.4:
|
||||||
version "0.66.4"
|
version "0.66.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user