From 71e9cda4fc48bad802acf1a834720c02b6566370 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Mon, 4 Jun 2018 18:57:52 -0700 Subject: [PATCH] Lock in TypeScript version --- integration_test/functions/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_test/functions/package.json b/integration_test/functions/package.json index aa727bc91..746d9526d 100644 --- a/integration_test/functions/package.json +++ b/integration_test/functions/package.json @@ -14,7 +14,7 @@ }, "main": "lib/index.js", "devDependencies": { - "typescript": "^2.8.3" + "typescript": "~2.8.3" }, "private": true } diff --git a/package.json b/package.json index efae65e26..512a47a72 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "nock": "^9.0.0", "sinon": "^1.17.4", "tslint": "^3.15.1", - "typescript": "^2.8.3" + "typescript": "~2.8.3" }, "peerDependencies": { "firebase-admin": "~5.12.1"