From cf878e31d58468a2628f25dd13d02bc68d910a2d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 09:21:58 +0800 Subject: [PATCH] chore: Bump typescript from 3.9.7 to 4.0.2 (#198) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 380c8cc8..52da4122 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "rc-drawer": "4.1.0", "react": "^16.9.0", "react-dom": "^16.9.0", - "typescript": "^3.7.2" + "typescript": "^4.0.2" }, "typings": "./lib/DialogWrap.d.ts" }