Bump react-native-flipper from 0.128.4 to 0.129.0 in /react-native/ReactNativeFlipperExample (#3340)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.128.4 to 0.129.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.129.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="ed2a643737"><code>ed2a643</code></a> Flipper Release: v0.129.0</li> <li><a href="cb6d9c9d90"><code>cb6d9c9</code></a> Update antd patch</li> <li><a href="ef852438b0"><code>ef85243</code></a> Link react-flipper-example to local js-flipper (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3315">https://github.com/facebook/flipper/issues/3315</a>)</li> <li><a href="6d708c8015"><code>6d708c8</code></a> Lint and test js-flipper on Sandcastle</li> <li><a href="11c3a20190"><code>11c3a20</code></a> Fix lint (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3318">https://github.com/facebook/flipper/issues/3318</a>)</li> <li><a href="629bdbea3d"><code>629bdbe</code></a> Bump socket.io from 4.4.0 to 4.4.1 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3313">https://github.com/facebook/flipper/issues/3313</a>)</li> <li><a href="b4f32a0f17"><code>b4f32a0</code></a> Bump algoliasearch from 4.11.0 to 4.12.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3314">https://github.com/facebook/flipper/issues/3314</a>)</li> <li><a href="3865a3d9a2"><code>3865a3d</code></a> Support a custom port for the insecure connection flow</li> <li><a href="c5fa91459f"><code>c5fa914</code></a> Bump follow-redirects from 1.14.3 to 1.14.7 in /website (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/3285">https://github.com/facebook/flipper/issues/3285</a>)</li> <li><a href="0993d21f3b"><code>0993d21</code></a> Upgrade all deps</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.128.4...v0.129.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/3340 Reviewed By: mweststrate Differential Revision: D33741746 Pulled By: lblasa fbshipit-source-id: c94fff4e71b2a66c1f6d3ba136e2516aad759202
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3349cb514f
commit
3d9afd74dc
@@ -12,7 +12,7 @@
|
||||
"dependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-native": "^0.66.4",
|
||||
"react-native-flipper": "^0.128.4"
|
||||
"react-native-flipper": "^0.129.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
|
||||
@@ -4899,10 +4899,10 @@ react-native-codegen@^0.0.7:
|
||||
jscodeshift "^0.11.0"
|
||||
nullthrows "^1.1.1"
|
||||
|
||||
react-native-flipper@^0.128.4:
|
||||
version "0.128.4"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.128.4.tgz#c9ed83fc7220cf0c42f26253152bc274de8cec90"
|
||||
integrity sha512-o/Hc3iPmMX6VsbDSn4sW0E3LU10e7teBg8NgmGsyXK/RBXXJcF9pLHxs5snLwXszklK3ZyZL+pQq3b8X00lb8A==
|
||||
react-native-flipper@^0.129.0:
|
||||
version "0.129.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.129.0.tgz#b2f3626291a61de4eb662adedd290e0d0ab33fd9"
|
||||
integrity sha512-m4chCu4Hx9FqH21ZtOD3FKusVf4BkmSiOfr1RLyuXnoRp+wVerx/QL/3sG8T5Pe1l5/xTyzuO16a/niQpU7krw==
|
||||
|
||||
react-native@^0.66.4:
|
||||
version "0.66.4"
|
||||
|
||||
Reference in New Issue
Block a user