From 5b4f33dbcfd8de0abc79296780211f29425c9296 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:12:53 +0800 Subject: [PATCH] fix: locks typescript minor semver Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 97eebb3..29e15c9 100644 --- a/functions/package.json +++ b/functions/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "tslint": "^5.12.0", - "typescript": "^3.2.2", + "typescript": "~3.7.5", "firebase-functions-test": "^0.1.6", "mocha": "^7.0.2", "@types/mocha": "^7.0.2",