From ec98fe13428e34d80a693226d70c24cc473c1d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 07:22:29 +0000 Subject: [PATCH] build(deps-dev): bump typescript in /packages/vue3-ssr Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] --- packages/vue3-ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue3-ssr/package.json b/packages/vue3-ssr/package.json index 83629813..2527a058 100644 --- a/packages/vue3-ssr/package.json +++ b/packages/vue3-ssr/package.json @@ -14,7 +14,7 @@ "babel-jest": "^26.6.3", "css-render": "~0.13.2", "jest": "^26.6.3", - "typescript": "~4.1.5", + "typescript": "~4.2.4", "jest-standard-reporter": "~2.0.0", "eslint": "~7.20.0", "@rushstack/eslint-config": "~2.3.2",