diff --git a/example/playground/package.json b/example/playground/package.json index 9f9099b6..73c1aaa6 100644 --- a/example/playground/package.json +++ b/example/playground/package.json @@ -9,7 +9,7 @@ "nuxt": "latest" }, "devDependencies": { - "typescript": "^5.9.3", + "typescript": "^6.0.3", "vue-tsc": "^3.2.8" } } diff --git a/package.json b/package.json index ec3b0872..7729f982 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "peerDependencies": { "@nuxt/cli": "^3.35.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", @@ -79,7 +79,7 @@ "publint": "^0.3.20", "semver": "^7.8.0", "tinyexec": "^1.1.2", - "typescript": "~5.9.3", + "typescript": "~6.0.3", "vitest": "^4.1.6", "vue": "^3.5.34", "vue-tsc": "^3.2.8" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 96d41d06..4dd1b20b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,6 +13,6 @@ overrides: "@nuxt/module-builder": "workspace:*" "@nuxt/schema": "~4.4.5" nuxt: "~4.4.5" - typescript: "~5.9.3" + typescript: "~6.0.3" vue: "^3.5.34" vue-tsc: "^3.2.8"