Mass-bump deps

Summary:
Trying to get ahead of dependabot by bumping a bunch of things at once
that are minor or patch level bumps.

Reviewed By: muraziz

Differential Revision: D28094201

fbshipit-source-id: b6b53ae2d582686201124b82fed4f436a60b3172
This commit is contained in:
Pascal Hartig
2021-04-29 11:32:57 -07:00
committed by Facebook GitHub Bot
parent 9a34ef84a8
commit c3f3b35a31
11 changed files with 221 additions and 180 deletions

View File

@@ -9,7 +9,7 @@
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"@algolia/client-search": "^4.9.0",
"@algolia/client-search": "^4.9.1",
"algoliasearch": "^4.9.0",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
@@ -25,17 +25,17 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.9",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.1",
"flipper-test-utils": "0.0.0",
"globby": "^11.0.3",
"jest": "^26.6.3",
"mock-fs": "^4.14.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.0.0",
"ts-node": "^8",
"typescript": "^4.1.2"
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",