Dep bump for /desktop

Summary:
Combining a bunch of dependabot PRs.

N.B. I had to manually clean up the `yarn.lock` a few times because some dependencies resolved to multiple version numbers, catching tsc off-guard.
allow-large-files

Reviewed By: nikoant

Differential Revision: D34579180

fbshipit-source-id: a4848e1010ff240d9b0e721d3878585e7b4bd078
This commit is contained in:
Pascal Hartig
2022-03-03 04:11:52 -08:00
committed by Facebook GitHub Bot
parent 5b5ce92519
commit 7c1251075f
14 changed files with 350 additions and 242 deletions

View File

@@ -7,8 +7,8 @@
"types": "lib/index.d.ts",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.7",
"@types/fb-watchman": "2.0.1",
"@types/node": "^16.11.7",
"flipper-common": "0.0.0"
},
"scripts": {
@@ -28,6 +28,6 @@
"dependencies": {
"envinfo": "^7.8.1",
"fb-watchman": "^2.0.1",
"fs-extra": "^10.0.0"
"fs-extra": "^10.0.1"
}
}