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" } }