Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.117.0 to 0.118.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.118.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4c4ef9b68f"><code>4c4ef9b</code></a> Flipper Release: v0.118.0</li> <li><a href="047d6d5d4e"><code>047d6d5</code></a> Update RN iOS example</li> <li><a href="67b4b53c20"><code>67b4b53</code></a> Rotate Styling for Vertical Sidebar</li> <li><a href="9975aa9319"><code>9975aa9</code></a> Fix idb pull</li> <li><a href="bffd58b3a6"><code>bffd58b</code></a> Fix idb device duplicates</li> <li><a href="2e7015388c"><code>2e70153</code></a> Remove remaining Electron imports from product code: paths & env</li> <li><a href="dba09542f9"><code>dba0954</code></a> Enforce promise chains lint</li> <li><a href="03a824ea18"><code>03a824e</code></a> Enforce console.error usage with context</li> <li><a href="dc6dd47a23"><code>dc6dd47</code></a> Make openssl check async</li> <li><a href="72ce759e61"><code>72ce759</code></a> Remove some unhandled rejections in tests</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.117.0...v0.118.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/3030 Reviewed By: nikoant Differential Revision: D32246979 Pulled By: mweststrate fbshipit-source-id: 695236247c91023c9de15bc4b4bdf2793b657826
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.0",
|
|
"react-native-flipper": "^0.118.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/runtime": "^7.16.0",
|
|
"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"
|
|
}
|
|
}
|