Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.69.0 to 0.70.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.70.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md</a> for full notes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="44e1b2ee9a"><code>44e1b2e</code></a> Flipper Release: v0.70.0</li> <li><a href="cfd1c22814"><code>cfd1c22</code></a> Detect Flipper reloads, to remove false positives in quick restart detection</li> <li><a href="c460cb767f"><code>c460cb7</code></a> Fix deleted page redirects</li> <li><a href="8a8b979f66"><code>8a8b979</code></a> Bump shellexpand from 2.0.0 to 2.1.0 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1792">https://github.com/facebook/flipper/issues/1792</a>)</li> <li><a href="216fc9a88c"><code>216fc9a</code></a> Bump serde_json from 1.0.60 to 1.0.61 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1801">https://github.com/facebook/flipper/issues/1801</a>)</li> <li><a href="a934f776a4"><code>a934f77</code></a> Bump anyhow from 1.0.36 to 1.0.37 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1802">https://github.com/facebook/flipper/issues/1802</a>)</li> <li><a href="ddd9536e14"><code>ddd9536</code></a> Add more explicit notes on how to update the Flipper SDK in react-native</li> <li><a href="d836b80273"><code>d836b80</code></a> Fix network plugin not working in example</li> <li><a href="ef3da0e530"><code>ef3da0e</code></a> Fix deferred loaded plugins not showing up</li> <li><a href="5471b844bc"><code>5471b84</code></a> Apply react-native migration 0.62.2 -> 0.63.4</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.69.0...v0.70.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/1825 Reviewed By: priteshrnandgaonkar Differential Revision: D25870619 Pulled By: passy fbshipit-source-id: 4263f58accc31d85a5ab26de273aa25f798f7bf0
38 lines
998 B
JSON
38 lines
998 B
JSON
{
|
|
"name": "ReactNativeFlipperExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "relative-deps && react-native run-android",
|
|
"ios": "relative-deps && react-native run-ios",
|
|
"start": "relative-deps && react-native start",
|
|
"prepare": "relative-deps && cd android && ./gradlew clean && cd ../ios && pod install",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.1",
|
|
"react-native": "^0.63.4",
|
|
"react-native-flipper": "^0.70.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/runtime": "^7.12.5",
|
|
"babel-jest": "^26.6.3",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
"react-test-renderer": "17.0.1",
|
|
"relative-deps": "^1.0.6"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "1.2.3",
|
|
"node-fetch": "^2.6.1",
|
|
"node-notifier": "^8.0.1"
|
|
}
|
|
}
|