From c077ff4e43a3c26ae9051990783a667b64bfc788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:32:22 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /clients/desktop 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] --- clients/desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/desktop/package.json b/clients/desktop/package.json index 840f65af..d424124b 100644 --- a/clients/desktop/package.json +++ b/clients/desktop/package.json @@ -32,7 +32,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", - "typescript": "^5.7.0", + "typescript": "^6.0.2", "vite": "^6.0.0" } }