Bump react-native-flipper from 0.57.0 to 0.60.0 in /react-native/ReactNativeFlipperExample (#1563)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.57.0 to 0.60.0. <details> <summary>Commits</summary> <ul> <li><a href="8054f6446f"><code>8054f64</code></a> Flipper Release: v0.60.0</li> <li><a href="7574cee733"><code>7574cee</code></a> check for the null</li> <li><a href="b2261ba1c5"><code>b2261ba</code></a> Flipper Snapshot Bump: v0.59.1-SNAPSHOT</li> <li><a href="0b2e5f6454"><code>0b2e5f6</code></a> Upgrade Robolectric from 4.3.1 -> 4.4</li> <li><a href="c0e8cef466"><code>c0e8cef</code></a> Flipper Release: v0.59.0</li> <li><a href="bc39e72fd9"><code>bc39e72</code></a> Automatically select plugin after auto-update</li> <li><a href="b3ca84fc1b"><code>b3ca84f</code></a> Instructions for React Native 0.63 (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1546">https://github.com/facebook/flipper/issues/1546</a>)</li> <li><a href="75e80272a6"><code>75e8027</code></a> Remove stray console.log</li> <li><a href="80c7c76ef9"><code>80c7c76</code></a> Reload single device plugin on auto-update</li> <li><a href="1b4c08b282"><code>1b4c08b</code></a> Show plugin version as title in sidebar</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.57.0...v0.60.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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/1563 Reviewed By: cekkaewnumchai Differential Revision: D24078458 Pulled By: passy fbshipit-source-id: df35ecf3928c3bac142707427e3ff95ca02a39ff
This commit is contained in:
committed by
Facebook GitHub Bot
parent
46b602287f
commit
587303aa4c
@@ -12,7 +12,7 @@
|
||||
"dependencies": {
|
||||
"react": "^16.13",
|
||||
"react-native": "^0.62.2",
|
||||
"react-native-flipper": "^0.57.0"
|
||||
"react-native-flipper": "^0.60.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.4",
|
||||
|
||||
@@ -5179,10 +5179,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527"
|
||||
integrity sha512-GFMtL0vHkiBv9HluwNZTggSn/sCyEt9n02aM0dSAjGGyqyNlAyftYm4phPxdvCigG15JreC5biwxCgTAJZ7yAA==
|
||||
|
||||
react-native-flipper@^0.57.0:
|
||||
version "0.57.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.57.0.tgz#905692aa1e10b61316fbba44e900866efa2b0d01"
|
||||
integrity sha512-ARDADkyawyktXqEfB356f4AtNIbQbAxoF55vtZm+17fRM4ruU/IQtGgv9ObIUVUsLfBHS2qVG2G6K7TJYfOjYw==
|
||||
react-native-flipper@^0.60.0:
|
||||
version "0.60.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.60.0.tgz#05443baa0db8ab9c15325933e48e3abe8093826b"
|
||||
integrity sha512-pXA8XacaABi5ki1eYRpWV01Klv1HxA+RnTVskma6G3nWHMXQk/XUZdl7s4661bvpBDBqDqOamZs8eP0nF1uwiA==
|
||||
|
||||
react-native@^0.62.2:
|
||||
version "0.62.2"
|
||||
|
||||
Reference in New Issue
Block a user