Files
flipper/desktop/static/package.json
Pascal Hartig 6170bfea41 Upgrade fs-extra
Summary: Bringing this to the latest version everywhere.

Reviewed By: priteshrnandgaonkar

Differential Revision: D23051537

fbshipit-source-id: 5cad59ab6fcc57fc72df8ace985a7b5f39de2bda
2020-08-18 03:32:09 -07:00

29 lines
660 B
JSON

{
"name": "flipper-static",
"version": "0.52.1",
"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.52.1",
"flipper-plugin-lib": "0.52.1",
"fs-extra": "^9.0.1",
"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"
}
}