From 0e1f323701bf5adb6cb1d3f13b5136ffd3a505dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 00:24:02 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.0.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.5) 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" } }