Summary: Bumps [mock-fs](https://github.com/tschaub/mock-fs) from 4.13.0 to 4.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tschaub/mock-fs/releases">mock-fs's releases</a>.</em></p> <blockquote> <h2>v4.14.0</h2> <ul> <li>Attempt to fix logging when using <code>mock-fs</code> with <code>tape</code> (see <a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/322">https://github.com/facebook/flipper/issues/322</a>)</li> <li>Minor fix for <code>bypass()</code> (thanks <a href="https://github.com/3cp"><code>@3cp</code></a>, see <a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/320">https://github.com/facebook/flipper/issues/320</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tschaub/mock-fs/blob/main/changelog.md">mock-fs's changelog</a>.</em></p> <blockquote> <h2>4.14.0</h2> <ul> <li>Attempt to fix logging when using <code>mock-fs</code> with <code>tape</code> (see <a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/322">https://github.com/facebook/flipper/issues/322</a><a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/322">https://github.com/facebook/flipper/issues/322</a>)</li> <li>Minor fix for <code>bypass()</code> (thanks <a href="https://github.com/3cp"><code>@3cp</code></a>, see <a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/320">https://github.com/facebook/flipper/issues/320</a><a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/320">https://github.com/facebook/flipper/issues/320</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="74e36f68ff"><code>74e36f6</code></a> 4.14.0</li> <li><a href="af65aa6f6d"><code>af65aa6</code></a> Log changes</li> <li><a href="d530fd46b7"><code>d530fd4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/323">https://github.com/facebook/flipper/issues/323</a> from tschaub/updates</li> <li><a href="3a21f5eacd"><code>3a21f5e</code></a> Transitive dependency updates</li> <li><a href="cb3ad219b2"><code>cb3ad21</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tschaub/mock-fs/issues/322">https://github.com/facebook/flipper/issues/322</a> from tschaub/std</li> <li><a href="648d2997da"><code>648d299</code></a> test: nodejs v12 and v14 is still not patched</li> <li><a href="0078d4c81f"><code>0078d4c</code></a> test: nodejs v14+ silently ignores closing closed file descriptor</li> <li><a href="fb70713318"><code>fb70713</code></a> fix: support old nodejs without Promise.prototype.finally</li> <li><a href="3327f80738"><code>3327f80</code></a> test: fix wrong usage of assert.fail</li> <li><a href="1731bff3da"><code>1731bff</code></a> test: try nodejs v12 and v14</li> <li>Additional commits viewable in <a href="https://github.com/tschaub/mock-fs/compare/v4.13.0...v4.14.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/2240 Reviewed By: passy Differential Revision: D27999681 Pulled By: priteshrnandgaonkar fbshipit-source-id: e81a62d21c2aabb2b4688420014d1e4495585f51
98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
{
|
|
"name": "flipper",
|
|
"version": "0.0.0",
|
|
"description": "Mobile development tool",
|
|
"productName": "Flipper",
|
|
"author": "Facebook Inc",
|
|
"main": "src/index.tsx",
|
|
"icon": "icon.png",
|
|
"category": "facebook-intern",
|
|
"privileged": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.6.2",
|
|
"@emotion/css": "^11.1.3",
|
|
"@emotion/react": "^11.1.5",
|
|
"@emotion/styled": "^11.1.5",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@types/archiver": "^5.1.0",
|
|
"@types/uuid": "^8.0.1",
|
|
"JSONStream": "^1.3.1",
|
|
"adbkit": "^2.11.1",
|
|
"adbkit-logcat": "^2.0.1",
|
|
"antd": "^4.12.2",
|
|
"archiver": "^5.0.2",
|
|
"async-mutex": "^0.3.1",
|
|
"axios": "^0.21.1",
|
|
"cbuffer": "^2.2.0",
|
|
"console-feed": "^3.2.2",
|
|
"crc32": "^0.2.2",
|
|
"deep-equal": "^2.0.5",
|
|
"expand-tilde": "^2.0.2",
|
|
"flipper-client-sdk": "^0.0.3",
|
|
"flipper-doctor": "0.0.0",
|
|
"flipper-plugin": "0.0.0",
|
|
"flipper-plugin-lib": "0.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"immer": "^9.0.0",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"invariant": "^2.2.2",
|
|
"lodash": "^4.17.21",
|
|
"lodash.memoize": "^4.1.2",
|
|
"open": "^8.0.5",
|
|
"openssl-wrapper": "^0.3.4",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"promisify-child-process": "^4.1.0",
|
|
"prop-types": "^15.6.0",
|
|
"query-string": "^7.0.0",
|
|
"react": "17.0.2",
|
|
"react-async": "^10.0.0",
|
|
"react-debounce-render": "^7.0.0",
|
|
"react-dom": "^17.0.1",
|
|
"react-element-to-jsx-string": "^14.3.1",
|
|
"react-markdown": "^5.0.3",
|
|
"react-player": "^2.9.0",
|
|
"react-redux": "^7.2.3",
|
|
"react-test-renderer": "^17.0.1",
|
|
"react-transition-group": "^4.4.1",
|
|
"react-virtualized-auto-sizer": "^1.0.5",
|
|
"react-window": "^1.8.6",
|
|
"recursive-readdir": "^2.2.2",
|
|
"redux": "^4.0.0",
|
|
"redux-persist": "^6.0.0",
|
|
"rsocket-core": "^0.0.19",
|
|
"rsocket-flowable": "^0.0.25",
|
|
"rsocket-tcp-server": "^0.0.25",
|
|
"rsocket-types": "^0.0.25",
|
|
"semver": "^7.3.5",
|
|
"split2": "^3.2.2",
|
|
"tmp": "^0.2.1",
|
|
"uuid": "^8.3.2",
|
|
"which": "^2.0.1",
|
|
"ws": "^7.4.4",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"7zip-bin-mac": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.30.3",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@types/lodash.memoize": "^4.1.6",
|
|
"@types/split2": "^2.1.6",
|
|
"flipper-test-utils": "0.0.0",
|
|
"metro-runtime": "^0.65.2",
|
|
"mock-fs": "^4.14.0",
|
|
"pretty-format": "^26.1.0",
|
|
"react-refresh": "^0.10.0",
|
|
"redux-mock-store": "^1.0.1",
|
|
"ts-jest": "^26.0.0"
|
|
}
|
|
}
|