From 9ea2a34200cd5ce742655b9d7282a22c08eeeb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 18:01:17 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /tap-dashboard 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.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index addad42f..ca328efc 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -68,6 +68,6 @@ "supabase": "^2.81.3", "tailwindcss": "^3.4.1", "ts-jest": "^29.4.9", - "typescript": "^5" + "typescript": "^6" } }