diff --git a/packages/cli/package.json b/packages/cli/package.json index 35f7c5a..63cbae8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/node": "catalog:", "@typescript/native-preview": "7.0.0-dev.20260707.2", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite-plus": "catalog:" } } diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 402746e..9e9e755 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -28,7 +28,7 @@ "@hey-api/openapi-ts": "^0.99.0", "@types/node": "catalog:", "@typescript/native-preview": "7.0.0-dev.20260707.2", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite-plus": "catalog:" } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1560a4e..13109fa 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,7 +3,7 @@ packages: catalog: "@types/node": ^25 - typescript: ^5 + typescript: ^7 vite: npm:@voidzero-dev/vite-plus-core@latest vite-plus: ^0.1.24 vitest: npm:@voidzero-dev/vite-plus-test@latest