Summary:
Took a few iterations to make offline mirror happy, but everything is green now.

allow-large-files

Reviewed By: nikoant

Differential Revision: D31690614

fbshipit-source-id: 38d0d6cb5e3f63b3707d917a1ed6fc6144762731
This commit is contained in:
Pascal Hartig
2021-10-19 09:20:19 -07:00
committed by Facebook GitHub Bot
parent 9d34c90b9a
commit b3fa8dd6c1
10 changed files with 89 additions and 88 deletions

View File

@@ -20,7 +20,7 @@
"prettier": "^2.4.1",
"ts-jest": "^26.5.6",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
@@ -37,7 +37,7 @@
],
"author": "Facebook, Inc",
"dependencies": {
"@types/node": "^16.10.3",
"@types/node": "^16.11.0",
"envinfo": "^7.8.1",
"fb-watchman": "^2.0.1"
}