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
This commit is contained in:
Pascal Hartig
2022-03-08 03:02:11 -08:00
committed by Facebook GitHub Bot
parent 9d390d0864
commit 6d05e6c226
6 changed files with 54 additions and 55 deletions

View File

@@ -11,11 +11,11 @@
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {},
"devDependencies": {
"invariant": "^2.2.4",
"eventemitter3": "^4.0.7",
"flipper-common": "0.0.0",
"flipper-ui-core": "0.0.0",
"metro-runtime": "^0.68.0",
"invariant": "^2.2.4",
"metro-runtime": "^0.69.0",
"pretty-format": "^27.5.0",
"react-refresh": "^0.10.0",
"socket.io-client": "^4.4.1"