Bump react-native from 0.64.0 to 0.64.1 in /react-native/ReactNativeFlipperExample (#2291)
Summary: allow-large-files Bumps [react-native](https://github.com/facebook/react-native) from 0.64.0 to 0.64.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p> <blockquote> <h2>v0.64.1</h2> <p>This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't help, please refer to <a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31480">this issue</a>.</p> <p>Aside from bumping your version from 0.64.0 to 0.64.1, please check your podfile.lock and make sure that Flipper is on 0.75 or higher, and Flipper-Folly is 2.5.3 or higher; if not, add this line to your podfile (or modify it if you already had it):</p> <pre><code>use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1') </code></pre> <p>After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)(<a href="https://github.com/pmadruga/react-native-clean-project">react-native-clean-project</a> is your ally) then do <code>yarn install</code> and a <code>pod install --repo-update</code> (if pod install fails on an error about a Flipper package, just remove the relevant lines from the podfile.lock and run the pod install again).</p> <p>The only other commit picked & released along the Xcode 12.5 fixes is:</p> <ul> <li>Update validateBaseUrl to use latest regex (<a href="ca09ae8271">commit</a>) which fixes CVE-2020-1920, GHSL-2020-293.</li> </ul> <hr /> <p>You can participate in the conversation on the status of this release at <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/224">this issue</a>.</p> <hr /> <p>To help you upgrade to this version, you can use the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> {emoji:269b}</p> <hr /> <p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="787567a150"><code>787567a</code></a> [0.64.1] Bump version numbers</li> <li><a href="cf8a364767"><code>cf8a364</code></a> [local] change post-install to patch RTC-Folly</li> <li><a href="1c4ac48a55"><code>1c4ac48</code></a> [local] yarn lock update (?)</li> <li><a href="76f45d35e7"><code>76f45d3</code></a> [local] update RNTester files for 0.64</li> <li><a href="3912fef6bf"><code>3912fef</code></a> Update validateBaseUrl to use latest regex</li> <li>See full diff in <a href="https://github.com/facebook/react-native/compare/v0.64.0...v0.64.1">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/2291 Reviewed By: passy Differential Revision: D28323822 Pulled By: cekkaewnumchai fbshipit-source-id: 85f9c195d0ad53b6497be6701e29c8556ac19e64
This commit is contained in:
committed by
Facebook GitHub Bot
parent
46a8b18732
commit
4893c0ffb7
@@ -2,14 +2,14 @@ PODS:
|
|||||||
- boost-for-react-native (1.63.0)
|
- boost-for-react-native (1.63.0)
|
||||||
- CocoaAsyncSocket (7.6.5)
|
- CocoaAsyncSocket (7.6.5)
|
||||||
- DoubleConversion (1.1.6)
|
- DoubleConversion (1.1.6)
|
||||||
- FBLazyVector (0.64.0)
|
- FBLazyVector (0.64.1)
|
||||||
- FBReactNativeSpec (0.64.0):
|
- FBReactNativeSpec (0.64.1):
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTRequired (= 0.64.0)
|
- RCTRequired (= 0.64.1)
|
||||||
- RCTTypeSafety (= 0.64.0)
|
- RCTTypeSafety (= 0.64.1)
|
||||||
- React-Core (= 0.64.0)
|
- React-Core (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- Flipper (0.88.0):
|
- Flipper (0.88.0):
|
||||||
- Flipper-Folly (~> 2.6)
|
- Flipper-Folly (~> 2.6)
|
||||||
- Flipper-RSocket (~> 1.4)
|
- Flipper-RSocket (~> 1.4)
|
||||||
@@ -88,266 +88,266 @@ PODS:
|
|||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- libevent
|
- libevent
|
||||||
- RCTRequired (0.64.0)
|
- RCTRequired (0.64.1)
|
||||||
- RCTTypeSafety (0.64.0):
|
- RCTTypeSafety (0.64.1):
|
||||||
- FBLazyVector (= 0.64.0)
|
- FBLazyVector (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTRequired (= 0.64.0)
|
- RCTRequired (= 0.64.1)
|
||||||
- React-Core (= 0.64.0)
|
- React-Core (= 0.64.1)
|
||||||
- React (0.64.0):
|
- React (0.64.1):
|
||||||
- React-Core (= 0.64.0)
|
- React-Core (= 0.64.1)
|
||||||
- React-Core/DevSupport (= 0.64.0)
|
- React-Core/DevSupport (= 0.64.1)
|
||||||
- React-Core/RCTWebSocket (= 0.64.0)
|
- React-Core/RCTWebSocket (= 0.64.1)
|
||||||
- React-RCTActionSheet (= 0.64.0)
|
- React-RCTActionSheet (= 0.64.1)
|
||||||
- React-RCTAnimation (= 0.64.0)
|
- React-RCTAnimation (= 0.64.1)
|
||||||
- React-RCTBlob (= 0.64.0)
|
- React-RCTBlob (= 0.64.1)
|
||||||
- React-RCTImage (= 0.64.0)
|
- React-RCTImage (= 0.64.1)
|
||||||
- React-RCTLinking (= 0.64.0)
|
- React-RCTLinking (= 0.64.1)
|
||||||
- React-RCTNetwork (= 0.64.0)
|
- React-RCTNetwork (= 0.64.1)
|
||||||
- React-RCTSettings (= 0.64.0)
|
- React-RCTSettings (= 0.64.1)
|
||||||
- React-RCTText (= 0.64.0)
|
- React-RCTText (= 0.64.1)
|
||||||
- React-RCTVibration (= 0.64.0)
|
- React-RCTVibration (= 0.64.1)
|
||||||
- React-callinvoker (0.64.0)
|
- React-callinvoker (0.64.1)
|
||||||
- React-Core (0.64.0):
|
- React-Core (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default (= 0.64.0)
|
- React-Core/Default (= 0.64.1)
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/CoreModulesHeaders (0.64.0):
|
- React-Core/CoreModulesHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/Default (0.64.0):
|
- React-Core/Default (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/DevSupport (0.64.0):
|
- React-Core/DevSupport (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default (= 0.64.0)
|
- React-Core/Default (= 0.64.1)
|
||||||
- React-Core/RCTWebSocket (= 0.64.0)
|
- React-Core/RCTWebSocket (= 0.64.1)
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-jsinspector (= 0.64.0)
|
- React-jsinspector (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/Hermes (0.64.0):
|
- React-Core/Hermes (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- hermes-engine
|
- hermes-engine
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCT-Folly/Futures
|
- RCT-Folly/Futures
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTActionSheetHeaders (0.64.0):
|
- React-Core/RCTActionSheetHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTAnimationHeaders (0.64.0):
|
- React-Core/RCTAnimationHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTBlobHeaders (0.64.0):
|
- React-Core/RCTBlobHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTImageHeaders (0.64.0):
|
- React-Core/RCTImageHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTLinkingHeaders (0.64.0):
|
- React-Core/RCTLinkingHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTNetworkHeaders (0.64.0):
|
- React-Core/RCTNetworkHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTSettingsHeaders (0.64.0):
|
- React-Core/RCTSettingsHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTTextHeaders (0.64.0):
|
- React-Core/RCTTextHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTVibrationHeaders (0.64.0):
|
- React-Core/RCTVibrationHeaders (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default
|
- React-Core/Default
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-Core/RCTWebSocket (0.64.0):
|
- React-Core/RCTWebSocket (0.64.1):
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/Default (= 0.64.0)
|
- React-Core/Default (= 0.64.1)
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsiexecutor (= 0.64.0)
|
- React-jsiexecutor (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga
|
- Yoga
|
||||||
- React-CoreModules (0.64.0):
|
- React-CoreModules (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTTypeSafety (= 0.64.0)
|
- RCTTypeSafety (= 0.64.1)
|
||||||
- React-Core/CoreModulesHeaders (= 0.64.0)
|
- React-Core/CoreModulesHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-RCTImage (= 0.64.0)
|
- React-RCTImage (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-cxxreact (0.64.0):
|
- React-cxxreact (0.64.1):
|
||||||
- boost-for-react-native (= 1.63.0)
|
- boost-for-react-native (= 1.63.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-callinvoker (= 0.64.0)
|
- React-callinvoker (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-jsinspector (= 0.64.0)
|
- React-jsinspector (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- React-runtimeexecutor (= 0.64.0)
|
- React-runtimeexecutor (= 0.64.1)
|
||||||
- React-jsi (0.64.0):
|
- React-jsi (0.64.1):
|
||||||
- boost-for-react-native (= 1.63.0)
|
- boost-for-react-native (= 1.63.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-jsi/Default (= 0.64.0)
|
- React-jsi/Default (= 0.64.1)
|
||||||
- React-jsi/Default (0.64.0):
|
- React-jsi/Default (0.64.1):
|
||||||
- boost-for-react-native (= 1.63.0)
|
- boost-for-react-native (= 1.63.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-jsiexecutor (0.64.0):
|
- React-jsiexecutor (0.64.1):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- React-jsinspector (0.64.0)
|
- React-jsinspector (0.64.1)
|
||||||
- react-native-flipper (0.88.0):
|
- react-native-flipper (0.88.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- React-perflogger (0.64.0)
|
- React-perflogger (0.64.1)
|
||||||
- React-RCTActionSheet (0.64.0):
|
- React-RCTActionSheet (0.64.1):
|
||||||
- React-Core/RCTActionSheetHeaders (= 0.64.0)
|
- React-Core/RCTActionSheetHeaders (= 0.64.1)
|
||||||
- React-RCTAnimation (0.64.0):
|
- React-RCTAnimation (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTTypeSafety (= 0.64.0)
|
- RCTTypeSafety (= 0.64.1)
|
||||||
- React-Core/RCTAnimationHeaders (= 0.64.0)
|
- React-Core/RCTAnimationHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-RCTBlob (0.64.0):
|
- React-RCTBlob (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/RCTBlobHeaders (= 0.64.0)
|
- React-Core/RCTBlobHeaders (= 0.64.1)
|
||||||
- React-Core/RCTWebSocket (= 0.64.0)
|
- React-Core/RCTWebSocket (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-RCTNetwork (= 0.64.0)
|
- React-RCTNetwork (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-RCTImage (0.64.0):
|
- React-RCTImage (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTTypeSafety (= 0.64.0)
|
- RCTTypeSafety (= 0.64.1)
|
||||||
- React-Core/RCTImageHeaders (= 0.64.0)
|
- React-Core/RCTImageHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-RCTNetwork (= 0.64.0)
|
- React-RCTNetwork (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-RCTLinking (0.64.0):
|
- React-RCTLinking (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- React-Core/RCTLinkingHeaders (= 0.64.0)
|
- React-Core/RCTLinkingHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-RCTNetwork (0.64.0):
|
- React-RCTNetwork (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTTypeSafety (= 0.64.0)
|
- RCTTypeSafety (= 0.64.1)
|
||||||
- React-Core/RCTNetworkHeaders (= 0.64.0)
|
- React-Core/RCTNetworkHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-RCTSettings (0.64.0):
|
- React-RCTSettings (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- RCTTypeSafety (= 0.64.0)
|
- RCTTypeSafety (= 0.64.1)
|
||||||
- React-Core/RCTSettingsHeaders (= 0.64.0)
|
- React-Core/RCTSettingsHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-RCTText (0.64.0):
|
- React-RCTText (0.64.1):
|
||||||
- React-Core/RCTTextHeaders (= 0.64.0)
|
- React-Core/RCTTextHeaders (= 0.64.1)
|
||||||
- React-RCTVibration (0.64.0):
|
- React-RCTVibration (0.64.1):
|
||||||
- FBReactNativeSpec (= 0.64.0)
|
- FBReactNativeSpec (= 0.64.1)
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-Core/RCTVibrationHeaders (= 0.64.0)
|
- React-Core/RCTVibrationHeaders (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (= 0.64.0)
|
- ReactCommon/turbomodule/core (= 0.64.1)
|
||||||
- React-runtimeexecutor (0.64.0):
|
- React-runtimeexecutor (0.64.1):
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- ReactCommon/turbomodule/core (0.64.0):
|
- ReactCommon/turbomodule/core (0.64.1):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- RCT-Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2020.01.13.00)
|
||||||
- React-callinvoker (= 0.64.0)
|
- React-callinvoker (= 0.64.1)
|
||||||
- React-Core (= 0.64.0)
|
- React-Core (= 0.64.1)
|
||||||
- React-cxxreact (= 0.64.0)
|
- React-cxxreact (= 0.64.1)
|
||||||
- React-jsi (= 0.64.0)
|
- React-jsi (= 0.64.1)
|
||||||
- React-perflogger (= 0.64.0)
|
- React-perflogger (= 0.64.1)
|
||||||
- Yoga (1.14.0)
|
- Yoga (1.14.0)
|
||||||
- YogaKit (1.18.1):
|
- YogaKit (1.18.1):
|
||||||
- Yoga (~> 1.14)
|
- Yoga (~> 1.14)
|
||||||
@@ -489,8 +489,8 @@ SPEC CHECKSUMS:
|
|||||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
||||||
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
||||||
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
|
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
|
||||||
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
|
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
|
||||||
FBReactNativeSpec: 79c50bbbc50614266be3e4c02a575599166c2a4f
|
FBReactNativeSpec: ecb9ff5dc18594648e37c955d94ff75a966cb8e4
|
||||||
Flipper: bbba2bf26e3377be472c5afd4113a4c77c4af07a
|
Flipper: bbba2bf26e3377be472c5afd4113a4c77c4af07a
|
||||||
Flipper-Boost-iOSX: df3765e7e26b44bc3e68a250ef1fa0afa15963bc
|
Flipper-Boost-iOSX: df3765e7e26b44bc3e68a250ef1fa0afa15963bc
|
||||||
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
||||||
@@ -505,30 +505,30 @@ SPEC CHECKSUMS:
|
|||||||
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||||
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
|
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
|
||||||
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
|
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
|
||||||
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
|
RCTRequired: ec2ebc96b7bfba3ca5c32740f5a0c6a014a274d2
|
||||||
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
|
RCTTypeSafety: 22567f31e67c3e088c7ac23ea46ab6d4779c0ea5
|
||||||
React: 98eac01574128a790f0bbbafe2d1a8607291ac24
|
React: a241e3dbb1e91d06332f1dbd2b3ab26e1a4c4b9d
|
||||||
React-callinvoker: def3f7fae16192df68d9b69fd4bbb59092ee36bc
|
React-callinvoker: da4d1c6141696a00163960906bc8a55b985e4ce4
|
||||||
React-Core: 70a52aa5dbe9b83befae82038451a7df9fd54c5a
|
React-Core: 46ba164c437d7dac607b470c83c8308b05799748
|
||||||
React-CoreModules: 052edef46117862e2570eb3a0f06d81c61d2c4b8
|
React-CoreModules: 217bd14904491c7b9940ff8b34a3fe08013c2f14
|
||||||
React-cxxreact: c1dc71b30653cfb4770efdafcbdc0ad6d388baab
|
React-cxxreact: 0090588ae6660c4615d3629fdd5c768d0983add4
|
||||||
React-jsi: 74341196d9547cbcbcfa4b3bbbf03af56431d5a1
|
React-jsi: 5de8204706bd872b78ea646aee5d2561ca1214b6
|
||||||
React-jsiexecutor: 06a9c77b56902ae7ffcdd7a4905f664adc5d237b
|
React-jsiexecutor: 124e8f99992490d0d13e0649d950d3e1aae06fe9
|
||||||
React-jsinspector: 0ae35a37b20d5e031eb020a69cc5afdbd6406301
|
React-jsinspector: 500a59626037be5b3b3d89c5151bc3baa9abf1a9
|
||||||
react-native-flipper: 5370d05b398481ee4589099e2e1962aba2e1cb90
|
react-native-flipper: 5370d05b398481ee4589099e2e1962aba2e1cb90
|
||||||
React-perflogger: 9c547d8f06b9bf00cb447f2b75e8d7f19b7e02af
|
React-perflogger: aad6d4b4a267936b3667260d1f649b6f6069a675
|
||||||
React-RCTActionSheet: 3080b6e12e0e1a5b313c8c0050699b5c794a1b11
|
React-RCTActionSheet: fc376be462c9c8d6ad82c0905442fd77f82a9d2a
|
||||||
React-RCTAnimation: 3f96f21a497ae7dabf4d2f150ee43f906aaf516f
|
React-RCTAnimation: ba0a1c3a2738be224a08092fa7f1b444ab77d309
|
||||||
React-RCTBlob: 283b8e5025e7f954176bc48164f846909002f3ed
|
React-RCTBlob: f758d4403fc5828a326dc69e27b41e1a92f34947
|
||||||
React-RCTImage: 5088a484faac78f2d877e1b79125d3bb1ea94a16
|
React-RCTImage: ce57088705f4a8d03f6594b066a59c29143ba73e
|
||||||
React-RCTLinking: 5e8fbb3e9a8bc2e4e3eb15b1eb8bda5fcac27b8c
|
React-RCTLinking: 852a3a95c65fa63f657a4b4e2d3d83a815e00a7c
|
||||||
React-RCTNetwork: 38ec277217b1e841d5e6a1fa78da65b9212ccb28
|
React-RCTNetwork: 9d7ccb8a08d522d71700b4fb677d9fa28cccd118
|
||||||
React-RCTSettings: 242d6e692108c3de4f3bb74b7586a8799e9ab070
|
React-RCTSettings: d8aaf4389ff06114dee8c42ef5f0f2915946011e
|
||||||
React-RCTText: 8746736ac8eb5a4a74719aa695b7a236a93a83d2
|
React-RCTText: 809c12ed6b261796ba056c04fcd20d8b90bcc81d
|
||||||
React-RCTVibration: 0fd6b21751a33cb72fce1a4a33ab9678416d307a
|
React-RCTVibration: 4b99a7f5c6c0abbc5256410cc5425fb8531986e1
|
||||||
React-runtimeexecutor: cad74a1eaa53ee6e7a3620231939d8fe2c6afcf0
|
React-runtimeexecutor: ff951a0c241bfaefc4940a3f1f1a229e7cb32fa6
|
||||||
ReactCommon: cfe2b7fd20e0dbd2d1185cd7d8f99633fbc5ff05
|
ReactCommon: bedc99ed4dae329c4fcf128d0c31b9115e5365ca
|
||||||
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf
|
Yoga: a7de31c64fe738607e7a3803e3f591a4b1df7393
|
||||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||||
|
|
||||||
PODFILE CHECKSUM: 568e549efda575d9847085b2bbd69b9c12dde1bf
|
PODFILE CHECKSUM: 568e549efda575d9847085b2bbd69b9c12dde1bf
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-native": "^0.64.0",
|
"react-native": "^0.64.1",
|
||||||
"react-native-flipper": "^0.88.0"
|
"react-native-flipper": "^0.88.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -4990,10 +4990,10 @@ react-native-flipper@^0.88.0:
|
|||||||
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.88.0.tgz#d90bec23ed6c7b1c071ae303c31f50171f6d3e74"
|
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.88.0.tgz#d90bec23ed6c7b1c071ae303c31f50171f6d3e74"
|
||||||
integrity sha512-lQnrEYSJmOICYBDl18bZ9Y8F8I3ij6B46p/bzj7kBmL6HLLANifACyg0bErg6UO6lr6VNCTBZdsC+c5Gu8V9VA==
|
integrity sha512-lQnrEYSJmOICYBDl18bZ9Y8F8I3ij6B46p/bzj7kBmL6HLLANifACyg0bErg6UO6lr6VNCTBZdsC+c5Gu8V9VA==
|
||||||
|
|
||||||
react-native@^0.64.0:
|
react-native@^0.64.1:
|
||||||
version "0.64.0"
|
version "0.64.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0.tgz#c3bde5b638bf8bcf12bae6e094930d39cb942ab7"
|
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.1.tgz#cd38f5b47b085549686f34eb0c9dcd466f307635"
|
||||||
integrity sha512-8dhSHBthgGwAjU+OjqUEA49229ThPMQH7URH0u8L0xoQFCnZO2sZ9Wc6KcbxI0x9KSmjCMFFZqRe3w3QsRv64g==
|
integrity sha512-jvSj+hNAfwvhaSmxd5KHJ5HidtG0pDXzoH6DaqNpU74g3CmAiA8vuk58B5yx/DYuffGq6PeMniAcwuh3Xp4biQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/create-cache-key-function" "^26.5.0"
|
"@jest/create-cache-key-function" "^26.5.0"
|
||||||
"@react-native-community/cli" "^5.0.1-alpha.0"
|
"@react-native-community/cli" "^5.0.1-alpha.0"
|
||||||
@@ -6292,12 +6292,7 @@ ws@^6.1.4:
|
|||||||
dependencies:
|
dependencies:
|
||||||
async-limiter "~1.0.0"
|
async-limiter "~1.0.0"
|
||||||
|
|
||||||
ws@^7:
|
ws@^7, ws@^7.2.3:
|
||||||
version "7.2.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.2.tgz#36df62f68f0d1a6ec66d3f880a02476f3a81f24f"
|
|
||||||
integrity sha512-2qj/tYkDPDSVf7JiHanwEBwkhxi7DchFewIsSnR33MQtG3O/BPAJjqs4g6XEuayuRqIExSQMHZlmyDLbuSrXYw==
|
|
||||||
|
|
||||||
ws@^7.2.3:
|
|
||||||
version "7.3.1"
|
version "7.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
|
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
|
||||||
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==
|
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==
|
||||||
|
|||||||
Reference in New Issue
Block a user