From 0dcb340d1014b4c33a0118d22bfa93428b2759f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:45:11 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 7.0.2 in /frontend 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] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 555b2e3..e7ec64b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "prettier": "^3.4.1", - "typescript": "^5.6.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.15.0", "vite": "^5.4.11" }