From 2c50cc76f3fdf12600097f3c0c0a049d232c5df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:37:12 +0000 Subject: [PATCH] Update dependency typescript to v7 --- typescript-react/package.json | 2 +- typescript/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript-react/package.json b/typescript-react/package.json index 568ff122..9a00730d 100644 --- a/typescript-react/package.json +++ b/typescript-react/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "7.1.1", "eslint-plugin-react-refresh": "0.5.4", "jsdom": "30.0.1", - "typescript": "5.9.3", + "typescript": "7.0.2", "vite": "8.2.1", "vitest": "4.1.11" } diff --git a/typescript/package.json b/typescript/package.json index a6dc2f10..989e0085 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -10,6 +10,6 @@ "@types/jest": "30.0.0", "jest": "30.4.2", "ts-jest": "29.4.12", - "typescript": "5.9.3" + "typescript": "7.0.2" } }