Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.74.0 to 0.75.1. <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.75.1</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> <h2>v0.75.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="0633e5bfd7"><code>0633e5b</code></a> Flipper Release: v0.75.1</li> <li><a href="f69723978d"><code>f697239</code></a> Upgrade deps</li> <li><a href="7fd0c7d82e"><code>7fd0c7d</code></a> Fix upload of sample app apk (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1920">https://github.com/facebook/flipper/issues/1920</a>)</li> <li><a href="061ca274fd"><code>061ca27</code></a> Add docs for new Android release</li> <li><a href="af9475bca1"><code>af9475b</code></a> Update JCenter reference in the docs</li> <li><a href="c1b43f44b0"><code>c1b43f4</code></a> Update Maven badge in Readme</li> <li><a href="27f34be824"><code>27f34be</code></a> Suppress Metro error</li> <li><a href="eff1ce5ba7"><code>eff1ce5</code></a> Catch errors when querying physical devices</li> <li><a href="92f3ab8ff4"><code>92f3ab8</code></a> Improve error handling for iOSDevices</li> <li><a href="8d5f136a34"><code>8d5f136</code></a> Fix active state reducer mutating existing state</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.74.0...v0.75.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/1933 Reviewed By: mweststrate Differential Revision: D26463208 Pulled By: passy fbshipit-source-id: bf9d0254a4c662031b0cbf257edcd2a65d9736bb
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.75.1"
|
|
},
|
|
"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.65.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"
|
|
}
|
|
}
|