From 1c551d8843db5906c803f4919bf2c3b1be743eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 2 Apr 2018 05:20:57 +0000 Subject: [PATCH] build: update typescript requirement to ~2.8.1 Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits/v2.8.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7963f27c61..0695a1981f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "sinon-chai": "^3.0.0", "source-map-support": "^0.5.1", "tslint": "^5.9.1", - "typescript": "~2.7.1" + "typescript": "~2.8.1" }, "scripts": { "clean": "lerna run prebuild",