Summary: Update electron-devtools-installer to fix issue blocking installation of dev tools for some users currently: https://github.com/MarshallOfSound/electron-devtools-installer/pull/140 Reviewed By: passy Differential Revision: D22604024 fbshipit-source-id: f98d8d6e138283c54d5e1cf446b7049bb31b51a0
29 lines
660 B
JSON
29 lines
660 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "0.50.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"electron-devtools-installer": "^3.1.1",
|
|
"expand-tilde": "^2.0.2",
|
|
"fb-watchman": "^2.0.0",
|
|
"fix-path": "^3.0.0",
|
|
"flipper-pkg-lib": "0.50.0",
|
|
"flipper-plugin-lib": "0.50.0",
|
|
"fs-extra": "^8.1.0",
|
|
"ignore": "^5.1.4",
|
|
"mac-ca": "^1.0.4",
|
|
"mem": "^6.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"recursive-readdir": "^2.2.2",
|
|
"semver": "^7.3.2",
|
|
"uuid": "^8.1.0",
|
|
"ws": "^7.3.0",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^15.4.1"
|
|
}
|
|
}
|