From fa6ed107e8c82644ae409022293dda2037bbf045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 28 Sep 2018 09:28:21 +0000 Subject: [PATCH] chore(deps): update dependency typescript to ~3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce48ef1f5..66406bb35 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "sinon": "^6.0.0", "source-map-support": "^0.5.6", "stream-events": "^1.0.4", - "typescript": "~3.0.0" + "typescript": "~3.1.0" }, "scripts": { "codecov": "istanbul test ./node_modules/mocha/bin/_mocha -- build/test --reporter spec --slow 500 && ./node_modules/codecov/bin/codecov",