From d7c23b066e767defa47fe25d9ceae2f8b5963223 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 29 May 2019 15:18:33 -0400 Subject: [PATCH] grpc-js: update to typescript@3.5 This commit updates to TypeScript, which is supposed to be faster. Refs: https://devblogs.microsoft.com/typescript/announcing-typescript-3-5/ --- packages/grpc-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js/package.json b/packages/grpc-js/package.json index 99cf8ad5..a6157865 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -22,7 +22,7 @@ "clang-format": "^1.0.55", "gts": "^1.0.0", "lodash": "^4.17.4", - "typescript": "~3.4.5" + "typescript": "~3.5.1" }, "contributors": [ {