diff --git a/package.json b/package.json index 881fc1e8..02fd4b47 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "^24.3.0", "eslint": "^10.0.2", "jiti": "^2.5.1", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "type-fest": "^5.0.0", "typescript": "^6.0.2", "wrangler": "^4.85.0" diff --git a/projects/configs/package.json b/projects/configs/package.json index ba40156a..d4edd140 100644 --- a/projects/configs/package.json +++ b/projects/configs/package.json @@ -31,12 +31,12 @@ "devDependencies": { "@types/node": "^24.3.0", "jiti": "^2.5.1", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "typescript": "^6.0.2" }, "peerDependencies": { "@types/node": "22.x || 24.x || >=26.x", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "typescript": "^6.0.2" }, "peerDependenciesMeta": { diff --git a/projects/lint-astro/package.json b/projects/lint-astro/package.json index 03be67a6..009fb86b 100644 --- a/projects/lint-astro/package.json +++ b/projects/lint-astro/package.json @@ -26,7 +26,7 @@ "@phanect/configs": "workspace:*", "@types/node": "^24.3.0", "eslint": "^10.0.2", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "typescript": "^6.0.2" }, "peerDependencies": { diff --git a/projects/lint-react/package.json b/projects/lint-react/package.json index 812c0728..282b1499 100644 --- a/projects/lint-react/package.json +++ b/projects/lint-react/package.json @@ -28,7 +28,7 @@ "@phanect/configs": "workspace:*", "@types/node": "^24.3.0", "eslint": "^10.0.2", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "typescript": "^6.0.2" }, "peerDependencies": { diff --git a/projects/lint-svelte/package.json b/projects/lint-svelte/package.json index 33c158a4..d3b1fd0d 100644 --- a/projects/lint-svelte/package.json +++ b/projects/lint-svelte/package.json @@ -26,7 +26,7 @@ "@phanect/configs": "workspace:*", "@types/node": "^24.3.0", "eslint": "^10.0.2", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "typescript": "^6.0.2" }, "peerDependencies": { diff --git a/projects/lint/package.json b/projects/lint/package.json index bc0e12c4..3712eb06 100644 --- a/projects/lint/package.json +++ b/projects/lint/package.json @@ -43,7 +43,7 @@ "@phanect/configs": "workspace:*", "@types/node": "^24.3.0", "eslint": "^10.0.2", - "tsdown": "0.22.14", + "tsdown": "0.23.0", "typescript": "^6.0.2", "vitest": "^5.0.0" },