From 70c81062c3e3fe11b6dfab60cf848c87d5d1af2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 16:01:15 +0000 Subject: [PATCH] chore(deps-dev): 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 7d9a5be37..6fb520d3d 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "react-virtualized": "^9.12.0", "react-window": "^1.8.5", "styled-components": "^5.0.1", - "typescript": "^3.7.2" + "typescript": "^4.0.3" } }