Files
flipper/desktop/static/package.json
Pascal Hartig 6d05e6c226 Bump /desktop again
Summary:
New round of releases and PRs came up, so bumping again.

Very selective Metro update as some dependencies don't play well together. A bunch of other dependencies use ESM and fail at various stages of the build or runtime process.

Reviewed By: mweststrate

Differential Revision: D34688830

fbshipit-source-id: 2ff5c46c253b814140f634a986ba0d246e9b0945
2022-03-08 03:02:11 -08:00

21 lines
416 B
JSON

{
"name": "flipper-static",
"version": "0.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.2.0",
"fix-path": "^3.0.0",
"mac-ca": "^1.0.6",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.7",
"ws": "^8.5.0",
"xdg-basedir": "^4.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2"
}
}