Files
flipper/desktop/app/package.json
Pascal Hartig 160b05a5bd Bump deps
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
2023-08-21 03:03:30 -07:00

36 lines
883 B
JSON

{
"name": "flipper",
"version": "0.0.0",
"description": "Mobile development tool",
"productName": "Flipper",
"author": "Meta",
"main": "src/index.tsx",
"icon": "icon.png",
"category": "facebook-intern",
"privileged": true,
"license": "MIT",
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
"build": "tsc -b"
},
"dependencies": {
"flipper-common": "0.0.0",
"flipper-frontend-core": "0.0.0",
"flipper-server-client": "0.0.0",
"flipper-server-companion": "0.0.0",
"flipper-server-core": "0.0.0",
"flipper-ui-core": "0.0.0",
"fs-extra": "^11.1.1",
"invariant": "^2.2.2",
"metro-runtime": "^0.70.2",
"pretty-format": "^27.5.0",
"reconnecting-websocket": "^4.4.0",
"ws": "8.13.0"
},
"optionalDependencies": {},
"devDependencies": {
"@types/node": "^17.0.31",
"react-refresh": "^0.14.0"
}
}