From 3433ec2fe00388e65693e09fe71aafbf22ea1098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:27:33 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 6.0.3 in /frontend/clinic-sim 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] --- frontend/clinic-sim/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/clinic-sim/package.json b/frontend/clinic-sim/package.json index 8cd9e81..36e342f 100644 --- a/frontend/clinic-sim/package.json +++ b/frontend/clinic-sim/package.json @@ -28,7 +28,7 @@ "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "^6.0.2", "smol-toml": "1.6.1", - "typescript": "5.9.3", + "typescript": "6.0.3", "vite": "^8.0.16" } }