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

@@ -14,15 +14,15 @@
"fs-extra": "^9.0.1"
},
"devDependencies": {
"@types/jest": "26.0.22",
"@types/jest": "26.0.23",
"@typescript-eslint/parser": "^4.19.0",
"flipper-test-utils": "0.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"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",