From 13ab2baa47a6220d1d71469ab7581371e5e436c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:26:27 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0480d4..4590850 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "prepare": "npm run build" }, "devDependencies": { - "typescript": "^3.9" + "typescript": "^4.0" } }