Summary: Bumps [jest](https://github.com/facebook/jest) from 27.0.3 to 27.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>27.0.4</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config, jest-resolve]</code> Pass in <code>require.resolve</code> to resolvers to resolve from correct base (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11493">#11493</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>27.0.4</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config, jest-resolve]</code> Pass in <code>require.resolve</code> to resolvers to resolve from correct base (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11493">#11493</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b29acb355a"><code>b29acb3</code></a> v27.0.4</li> <li><a href="5c4014736c"><code>5c40147</code></a> chore: bump jest-watch-typeahead</li> <li><a href="d6fb0d8fb0"><code>d6fb0d8</code></a> fix: resolve bundled modules from correct location (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11493">#11493</a>)</li> <li><a href="bba34bda37"><code>bba34bd</code></a> Update Architecture documentation. (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11508">#11508</a>)</li> <li><a href="82d1a1a57b"><code>82d1a1a</code></a> chore: update lockfile after publish</li> <li>See full diff in <a href="https://github.com/facebook/jest/compare/v27.0.3...v27.0.4">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/2420 Reviewed By: mweststrate Differential Revision: D29028060 Pulled By: passy fbshipit-source-id: 03b7dc8bad8f8a701720d57a7e6bbd58737ae18f
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
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.64.2",
|
|
"react-native-flipper": "^0.92.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.2",
|
|
"@babel/runtime": "^7.14.0",
|
|
"babel-jest": "^27.0.2",
|
|
"jest": "^27.0.4",
|
|
"metro-react-native-babel-preset": "^0.66.0",
|
|
"react-test-renderer": "17.0.1",
|
|
"relative-deps": "^1.0.7"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
},
|
|
"resolutions": {
|
|
"xmldom": "0.5.0",
|
|
"react-devtools-core": "4.13.2",
|
|
"lodash": "4.17.21",
|
|
"hosted-git-info": "3.0.8",
|
|
"browserslist": "^4.16.5",
|
|
"ws": "7.4.6"
|
|
}
|
|
}
|