From 6ef2cc6fc047d55c340e7276d667e778dc36afba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 08:11:31 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ce30aa..64151a8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "svelte2tsx": "^0.5.9", "tailwindcss": "^3.0.23", "tslib": "^2.3.1", - "typescript": "~4.7.2", + "typescript": "~4.9.4", "vite-plugin-sveld": "^1.0.3" }, "type": "module",