From 95d44d4b297549c6b6235939a38e43d79bf8817f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 9 Aug 2018 20:17:51 +0000 Subject: [PATCH] Update typescript requirement to ^3.0.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/v3.0.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 18504af6e..dc2b10f22 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "smee-client": "^1.0.2", "standard": "^11.0.1", "ts-jest": "^23.0.0", - "typescript": "^2.9.2" + "typescript": "^3.0.1" }, "engines": { "node": ">= 8.3.0"