From f7bf8ca742577c6086db850a01cd71fd08285eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 16:06:07 +0000 Subject: [PATCH] Bump typescript from 4.1.5 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.5...v4.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f78f744..2ede165 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^4.2.0", "tslib": "^2.1.0", - "typescript": "~4.1.5" + "typescript": "~4.2.3" } }