From e4538795fa6061785eb58eb0a9a85b979abfaea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:25:09 +0000 Subject: [PATCH] npm(dashboard): bump typescript in /control-plane/dashboard-ui Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- control-plane/dashboard-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/dashboard-ui/package.json b/control-plane/dashboard-ui/package.json index 6a3e940..79f8f18 100644 --- a/control-plane/dashboard-ui/package.json +++ b/control-plane/dashboard-ui/package.json @@ -26,7 +26,7 @@ "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", - "typescript": "^5.7.2", + "typescript": "^7.0.2", "vite": "^8.0.10", "vite-tsconfig-paths": "^5.1.4" }