diff --git a/package-lock.json b/package-lock.json index e89b0c0e..363bad3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "22.15.17", - "tsdown": "0.11.6", + "tsdown": "0.11.8", "typescript": "5.8.3" } }, @@ -926,9 +926,9 @@ } }, "node_modules/tsdown": { - "version": "0.11.6", - "resolved": "https://registry.npmjs.org/tsdown/-/tsdown-0.11.6.tgz", - "integrity": "sha512-pmlRMWiSVc9i9768VE+fapavjauV4HfZKvHGo7VYA8J7AJvN7TutXTLGoNP6KF5Bc5u7LUOH1nxvEYbmPRx+Gg==", + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/tsdown/-/tsdown-0.11.8.tgz", + "integrity": "sha512-rks863d/+VT513hX6O9kGgp3ohRI/rc7bzgtMVACyOJLfMTvNLc6KpjwyLvpo0hm/3PfMyU5GghBIixmHwOlHQ==", "dev": true, "license": "MIT", "dependencies": { @@ -957,6 +957,7 @@ }, "peerDependencies": { "publint": "^0.3.0", + "typescript": "^5.0.0", "unplugin-lightningcss": "^0.4.0", "unplugin-unused": "^0.5.0" }, @@ -964,6 +965,9 @@ "publint": { "optional": true }, + "typescript": { + "optional": true + }, "unplugin-lightningcss": { "optional": true }, diff --git a/package.json b/package.json index 5035e604..e982345c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "22.15.17", - "tsdown": "0.11.6", + "tsdown": "0.11.8", "typescript": "5.8.3" }, "publishConfig": {