Summary: allow-large-files Bumps [react-native](https://github.com/facebook/react-native) from 0.66.3 to 0.66.4. <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>0.66.4</h2> <p>Fixes for iOS:</p> <ul> <li>Revert "Fix Deadlock in RCTi18nUtil (iOS) (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31032">#31032</a>)" <a href="70ddf46c8a</a></li> <li>Pick Fix post_install_workaround downgrading development targets: <a href="a4a3e67554</a></li> </ul> <hr /> <p>You can participate in the conversation on the status of this release at this <a href="https://github.com/reactwg/react-native-releases/discussions/8">discussion</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> ⚛️</p> <hr /> <p>You can find the whole changelog history in the <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">changelog.md file</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">react-native's changelog</a>.</em></p> <blockquote> <h2>v0.66.4</h2> <h3>Fixed</h3> <h4>iOS specific</h4> <ul> <li>Revert "Fix Deadlock in RCTi18nUtil (iOS)" (<a href="70ddf46c8a">70ddf46</a> by <a href="https://github.com/Saadnajmi"><code>@Saadnajmi</code></a>)</li> <li><code>apply_Xcode_12_5_M1_post_install_workaround</code> causing pods targetting iOS 12 and above to fail (<a href="a4a3e67554">a4a3e67554</a> by <a href="https://github.com/Yonom"><code>@Yonom</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1b31d6bb58"><code>1b31d6b</code></a> [0.66.4] Bump version numbers</li> <li><a href="83b9dddfd9"><code>83b9ddd</code></a> Fix post_install_workaround downgrading development targets (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32633">#32633</a>) (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32715">#32715</a>)</li> <li><a href="5d7fd00a8a"><code>5d7fd00</code></a> Revert "Fix Deadlock in RCTi18nUtil (iOS) (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31032">#31032</a>)" (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32574">#32574</a>) (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32714">#32714</a>)</li> <li>See full diff in <a href="https://github.com/facebook/react-native/compare/v0.66.3...v0.66.4">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/3159 Reviewed By: passy Differential Revision: D33234020 Pulled By: aigoncharov fbshipit-source-id: 96fafaef5d09214071fd7be73280e76f53a1a5f8
33 lines
786 B
JSON
33 lines
786 B
JSON
{
|
|
"name": "ReactNativeFlipperExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"use-local-deps": "relative-deps"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.66.4",
|
|
"react-native-flipper": "^0.126.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/runtime": "^7.16.3",
|
|
"babel-jest": "^27.3.1",
|
|
"jest": "^27.3.1",
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
|
"react-test-renderer": "17.0.2",
|
|
"relative-deps": "^1.0.7"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
}
|
|
}
|