Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.72.0 to 0.73.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.73.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="20cd25f726"><code>20cd25f</code></a> Flipper Release: v0.73.0</li> <li><a href="97256318fa"><code>9725631</code></a> Fix syntax error in docs</li> <li><a href="d7cfcb5d8e"><code>d7cfcb5</code></a> Extend device plugin metadata to include supported devices</li> <li><a href="1ce619af7e"><code>1ce619a</code></a> Tolerate individual plugin load errors</li> <li><a href="e104a1fa6b"><code>e104a1f</code></a> Split up the CK code so that internal refers to the latest and Open source re...</li> <li><a href="6df117ba04"><code>6df117b</code></a> Network Plugin - New functions to import, export and clear Routes (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1855">https://github.com/facebook/flipper/issues/1855</a>)</li> <li><a href="14997a5b98"><code>14997a5</code></a> Add antd to builtInModules</li> <li><a href="f6d8b19001"><code>f6d8b19</code></a> Replace search view with drop down</li> <li><a href="de60b28cc7"><code>de60b28</code></a> Bump rsocket-flowable from 0.0.14 to 0.0.22 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1863">https://github.com/facebook/flipper/issues/1863</a>)</li> <li><a href="b4319387ad"><code>b431938</code></a> Bump react-refresh from 0.8.3 to 0.9.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1861">https://github.com/facebook/flipper/issues/1861</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.72.0...v0.73.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/1882 Reviewed By: passy Differential Revision: D26222336 Pulled By: nikoant fbshipit-source-id: ba0ade99f988de8669ec32df76f27875de88e9ce
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.73.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"
|
|
}
|
|
}
|