From 054267bf12e1801c134e3b5cae92dcc5ea041fab Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 19 Mar 2020 10:53:44 -0700 Subject: [PATCH] feat(deps)!: updates to latest TypeScript (#253) BREAKING CHANGE: TypeScript introduced breaking changes in generated code in 3.7.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 529a906..848c9c5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "sinon": "^9.0.0", "tmp": "0.1.0", "ts-loader": "^6.0.0", - "typescript": "3.6.4", + "typescript": "^3.8.3", "webpack": "^4.29.5", "webpack-cli": "^3.2.3" },