Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.57.0 to 0.60.0. <details> <summary>Commits</summary> <ul> <li><a href="8054f6446f"><code>8054f64</code></a> Flipper Release: v0.60.0</li> <li><a href="7574cee733"><code>7574cee</code></a> check for the null</li> <li><a href="b2261ba1c5"><code>b2261ba</code></a> Flipper Snapshot Bump: v0.59.1-SNAPSHOT</li> <li><a href="0b2e5f6454"><code>0b2e5f6</code></a> Upgrade Robolectric from 4.3.1 -> 4.4</li> <li><a href="c0e8cef466"><code>c0e8cef</code></a> Flipper Release: v0.59.0</li> <li><a href="bc39e72fd9"><code>bc39e72</code></a> Automatically select plugin after auto-update</li> <li><a href="b3ca84fc1b"><code>b3ca84f</code></a> Instructions for React Native 0.63 (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1546">https://github.com/facebook/flipper/issues/1546</a>)</li> <li><a href="75e80272a6"><code>75e8027</code></a> Remove stray console.log</li> <li><a href="80c7c76ef9"><code>80c7c76</code></a> Reload single device plugin on auto-update</li> <li><a href="1b4c08b282"><code>1b4c08b</code></a> Show plugin version as title in sidebar</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.57.0...v0.60.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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/1563 Reviewed By: cekkaewnumchai Differential Revision: D24078458 Pulled By: passy fbshipit-source-id: df35ecf3928c3bac142707427e3ff95ca02a39ff
37 lines
905 B
JSON
37 lines
905 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",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.13",
|
|
"react-native": "^0.62.2",
|
|
"react-native-flipper": "^0.60.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.4",
|
|
"@babel/runtime": "^7.10.4",
|
|
"babel-jest": "^26.3.0",
|
|
"jest": "^26.4.2",
|
|
"metro-react-native-babel-preset": "^0.63.0",
|
|
"react-test-renderer": "16.11.0",
|
|
"relative-deps": "^1.0.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "1.2.3",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|