Bump react-native-flipper from 0.103.0 to 0.105.0 in /react-native/ReactNativeFlipperExample (#2763)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.103.0 to 0.105.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.105.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.104.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="1b2d7b9f61"><code>1b2d7b9</code></a> Flipper Release: v0.105.0</li> <li><a href="bd8912080b"><code>bd89120</code></a> Kill IPC rendering / connection</li> <li><a href="07e82aae9f"><code>07e82aa</code></a> Edit sandy-migration.mdx using inpage editor</li> <li><a href="1634e6772b"><code>1634e67</code></a> Bump compatible dependencies for packer</li> <li><a href="26f38eb7db"><code>26f38eb</code></a> Upgrade react-native-flipper deps</li> <li><a href="25305d696b"><code>25305d6</code></a> Upgrade deps for flipper-js-client-sdk</li> <li><a href="2040335165"><code>2040335</code></a> Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 in /flipper-js-client-sdk (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2">https://github.com/facebook/flipper/issues/2</a>...</li> <li><a href="75f58cf828"><code>75f58cf</code></a> Bump react-native-flipper from 0.102.0 to 0.103.0 in /react-native/ReactNativ...</li> <li><a href="a262f1f6d0"><code>a262f1f</code></a> Bump mockito-core from 3.11.2 to 3.12.1 (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2720">https://github.com/facebook/flipper/issues/2720</a>)</li> <li><a href="fe23ea038c"><code>fe23ea0</code></a> Revert D30371791 (cac09d14aa)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.103.0...v0.105.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/2763 Reviewed By: lblasa Differential Revision: D30727120 Pulled By: passy fbshipit-source-id: 1756fd029e8206dd2bd88c6c4671ec318e255dca
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4c1e279655
commit
a09d0d3834
@@ -12,7 +12,7 @@
|
||||
"dependencies": {
|
||||
"react": "^17.0.1",
|
||||
"react-native": "^0.64.2",
|
||||
"react-native-flipper": "^0.103.0"
|
||||
"react-native-flipper": "^0.105.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.8",
|
||||
|
||||
@@ -5009,10 +5009,10 @@ react-native-codegen@^0.0.6:
|
||||
jscodeshift "^0.11.0"
|
||||
nullthrows "^1.1.1"
|
||||
|
||||
react-native-flipper@^0.103.0:
|
||||
version "0.103.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.103.0.tgz#32cc1d9afd5c04a56b4f54b8aad08c07ea854fdf"
|
||||
integrity sha512-F49O8FAPLt9BsuKQYre3ATJ8oaghc9xJu/S4WFhKqAboesFoUyB3i8EAkBFbXEgA1+Foolct3QTWQLc7KTI/tA==
|
||||
react-native-flipper@^0.105.0:
|
||||
version "0.105.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.105.0.tgz#9f437e8149e170f0b9cc9925ddabb8b65f186c97"
|
||||
integrity sha512-qiaUljC68hMSTXm49bxhMzr9G4FTtkLGvcRqrLCoYo1UPToHup5KvGBFol+R1P1X3Waeg486iCkX3zvhV9+ZbQ==
|
||||
|
||||
react-native@^0.64.2:
|
||||
version "0.64.2"
|
||||
|
||||
Reference in New Issue
Block a user