From f72a3f474e80620984617ab2c2e9b7adc0c04150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:13:58 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.8.4 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.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 f4faa7f..645b426 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prettier-plugin-tailwindcss": "0.1.11", "start-server-and-test": "1.14.0", "tailwindcss": "3.2.4", - "typescript": "4.8.4", + "typescript": "4.9.4", "vite-tsconfig-paths": "3.6.0", "vitest": "0.25.1" }