Bump react-native-flipper from 0.73.0 to 0.74.0 in /react-native/ReactNativeFlipperExample (#1902)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.73.0 to 0.74.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.74.0</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="0429c1892f"><code>0429c18</code></a> Flipper Release: v0.74.0</li> <li><a href="0ebe3956a4"><code>0ebe395</code></a> Update OpenSSL pod and remove exclude arch setting (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1892">https://github.com/facebook/flipper/issues/1892</a>)</li> <li><a href="87caca9e77"><code>87caca9</code></a> Demote iOS connection errors</li> <li><a href="661af25ff9"><code>661af25</code></a> getAppVersion for UpdateIndicator</li> <li><a href="2f03aca5eb"><code>2f03aca</code></a> Revert D26222885 (9fe82dd6c7): Upgrade metro to 0.65.0</li> <li><a href="642d89213d"><code>642d892</code></a> Extract getAppVersion() util</li> <li><a href="40abef860f"><code>40abef8</code></a> Fix key warning</li> <li><a href="9fe82dd6c7"><code>9fe82dd</code></a> Upgrade metro to 0.65.0</li> <li><a href="e09e3c82ee"><code>e09e3c8</code></a> Bump antd from 4.9.1 to 4.11.2 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1886">https://github.com/facebook/flipper/issues/1886</a>)</li> <li><a href="05d1bd1ccb"><code>05d1bd1</code></a> Bump react-native-flipper from 0.72.0 to 0.73.0 in /react-native/ReactNativeF...</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.73.0...v0.74.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/1902 Reviewed By: mweststrate Differential Revision: D26341287 Pulled By: passy fbshipit-source-id: 5c281870c10dbca2029310b8985e2e02360c68d8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e9922746ed
commit
a1194b27b7
@@ -12,7 +12,7 @@
|
||||
"dependencies": {
|
||||
"react": "^17.0.1",
|
||||
"react-native": "^0.63.4",
|
||||
"react-native-flipper": "^0.73.0"
|
||||
"react-native-flipper": "^0.74.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
|
||||
@@ -5417,10 +5417,10 @@ react-is@^16.8.1, react-is@^16.8.4:
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527"
|
||||
integrity sha512-GFMtL0vHkiBv9HluwNZTggSn/sCyEt9n02aM0dSAjGGyqyNlAyftYm4phPxdvCigG15JreC5biwxCgTAJZ7yAA==
|
||||
|
||||
react-native-flipper@^0.73.0:
|
||||
version "0.73.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.73.0.tgz#e6297cf236fc3d4f655b05e5a53788db8de7000d"
|
||||
integrity sha512-djyUGaX4+D2iuNyOzNTRGy7xt24a9jbmMA1iivhxr8QZ0cQari4f0Bw5rLYZr0DDnC1n1gPrxSmGJ4uI/O2h3A==
|
||||
react-native-flipper@^0.74.0:
|
||||
version "0.74.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.74.0.tgz#57749bed196652c32eb7de46a49ecfde1735a31c"
|
||||
integrity sha512-OYw5r/LW0gNzK+KRSqKI5xocvy2WPBcUCGWkkcodIryk79wVknna6+Uh/yUkjLlakUZcwA6GLZL6UJfsD2NmDg==
|
||||
|
||||
react-native@^0.63.4:
|
||||
version "0.63.4"
|
||||
|
||||
Reference in New Issue
Block a user