From 49569c7fa61263d6593ecabcbc21b421ce515cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:00:58 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /ui/solid Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/solid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/solid/package.json b/ui/solid/package.json index d82e920..a91ab50 100644 --- a/ui/solid/package.json +++ b/ui/solid/package.json @@ -101,7 +101,7 @@ "devDependencies": { "solid-js": "^1.9.0", "rimraf": "^6.0.0", - "typescript": "^5.7.0", + "typescript": "^6.0.2", "vitest": "^3.0.0" }, "engines": {