Summary: This updates minor and patch level dependencies. Frustratingly, I had to revert a bunch of changes in that version range that still caused incompatibilities and test failures. If I find time, I'll dig a bit deeper. Reviewed By: ivanmisuno Differential Revision: D48433210 fbshipit-source-id: 9ab12e774c1992d4f22cc1428d34f102ce820b75
20 lines
393 B
JSON
20 lines
393 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",
|
|
"mkdirp": "^1.0.4",
|
|
"node-fetch": "^2.6.7",
|
|
"ws": "^8.13.0",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^1.0.2"
|
|
}
|
|
}
|