From e4a17481614f74d687c89c11e01d4549b03cd79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:41:16 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /ui Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 8f3ba10..156e941 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,7 +57,7 @@ "eslint-config-next": "16.1.6", "jsdom": "^29.0.0", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vite": "^8.1.0", "vitest": "^4.1.0" }