Summary: Bumps [envinfo](https://github.com/tabrindle/envinfo) from 7.4.0 to 7.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tabrindle/envinfo/releases">envinfo's releases</a>.</em></p> <blockquote> <h2>7.5.1</h2> <ul> <li>add support for edge on macOS</li> <li>add support for erlang</li> <li>fix package paths on windows</li> <li>fix crash on alpine linux</li> <li>fix --npmGlobalPackages on windows</li> <li>fix home directory replacement with ~</li> <li>fix rust version</li> <li>update example in docs</li> <li>remove unnecessary fs calls</li> <li>add unit tests</li> <li>add alpine to e2e tests</li> <li>add node 12 + 13 to e2e tests</li> </ul> <p>Thanks to these contributors for this release:</p> <ul> <li><a href="https://github.com/ryhinchey">ryhinchey</a></li> <li><a href="https://github.com/gengjiawen">gengjiawen</a></li> </ul> <h2>7.5.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3ba596740e"><code>3ba5967</code></a> chore: adding more utils tests (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/164">https://github.com/facebook/flipper/issues/164</a>)</li> <li><a href="d5441fd709"><code>d5441fd</code></a> Parse package path windows support (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/161">https://github.com/facebook/flipper/issues/161</a>)</li> <li><a href="6b5c7f6c7b"><code>6b5c7f6</code></a> replace process.env.HOME with os.homedir() (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/152">https://github.com/facebook/flipper/issues/152</a>)</li> <li><a href="26c5e528ac"><code>26c5e52</code></a> lockfile updated after running yarn (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/162">https://github.com/facebook/flipper/issues/162</a>)</li> <li><a href="6b51535f66"><code>6b51535</code></a> add alpine to CI (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/159">https://github.com/facebook/flipper/issues/159</a>)</li> <li><a href="9622054f87"><code>9622054</code></a> fix --npmGlobalPackages on windows (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/144">https://github.com/facebook/flipper/issues/144</a>)</li> <li><a href="cc2f27003d"><code>cc2f270</code></a> fixing hang in alpine linux and adding test (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/147">https://github.com/facebook/flipper/issues/147</a>)</li> <li><a href="80df989d7e"><code>80df989</code></a> add edge support on macos (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/148">https://github.com/facebook/flipper/issues/148</a>)</li> <li><a href="00355861cc"><code>0035586</code></a> docs: update programmatic example (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/146">https://github.com/facebook/flipper/issues/146</a>)</li> <li><a href="9b761a9b8d"><code>9b761a9</code></a> updating travis config for node 12 and 13 (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/150">https://github.com/facebook/flipper/issues/150</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tabrindle/envinfo/compare/7.4.0...7.5.1">compare view</a></li> </ul> </details> <br /> [](https://help.github.com/articles/configuring-automated-security-fixes) 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/1323 Reviewed By: nikoant Differential Revision: D22389104 Pulled By: passy fbshipit-source-id: 93716bf373ed55692ceacde2f8d679022b8a2f33
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "flipper-doctor",
|
|
"version": "0.49.0",
|
|
"description": "Utility for checking for issues with a flipper installation",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/fb-watchman": "2.0.0",
|
|
"@types/jest": "^26",
|
|
"@typescript-eslint/eslint-plugin": "^2.8.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-flowtype": "^4.7.0",
|
|
"eslint-plugin-header": "^3.0.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"jest": "^26",
|
|
"prettier": "^2.0.0",
|
|
"ts-jest": "^26.0.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build",
|
|
"run": "yarn run build && node lib/cli.js"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"keywords": [
|
|
"Flipper",
|
|
"Doctor"
|
|
],
|
|
"author": "Facebook, Inc",
|
|
"dependencies": {
|
|
"@types/node": "^13.11.0",
|
|
"envinfo": "^7.5.1",
|
|
"fb-watchman": "^2.0.1"
|
|
}
|
|
}
|