From d45903fdd9fd0fd03ba1fd1e8be9c3ac3525a377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 21:27:59 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.9 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.9...v4.2.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 90819069c..52a352fff 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ "jsonp": "^0.2.1", "np": "^6.0.0", "rc-dialog": "^8.1.1", - "typescript": "^3.9.3" + "typescript": "^4.2.3" } }