Skip to content

Commit 36eaa8a

Browse files
committed
chore: switch to tsdown
1 parent 2f0731e commit 36eaa8a

File tree

4 files changed

+1174
-557
lines changed

4 files changed

+1174
-557
lines changed

.prettierrc.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@xmldom/xmldom": "^0.8.10",
33+
"@xmldom/xmldom": "^0.8.11",
3434
"kleur": "^4.1.5",
3535
"plugin-error": "^2.0.1"
3636
},
@@ -40,19 +40,19 @@
4040
"@types/node": "^18.19.55",
4141
"@types/vinyl": "^2.0.12",
4242
"gulp": "^4.0.2",
43-
"knip": "^5.33.3",
44-
"npm-run-all2": "^6.2.3",
45-
"prettier": "^3.3.3",
43+
"knip": "^5.63.1",
44+
"npm-run-all2": "^8.0.4",
45+
"prettier": "^3.6.2",
46+
"tsdown": "^0.15.4",
4647
"tsm": "^2.3.0",
47-
"tsup": "^8.3.0",
48-
"typescript": "^5.6.3",
48+
"typescript": "^5.9.2",
4949
"uvu": "^0.5.6"
5050
},
5151
"peerDependencies": {
5252
"gulp": ">=4.0.2 || ^5"
5353
},
5454
"scripts": {
55-
"build": "tsup",
55+
"build": "tsdown",
5656
"dev": "npm run build -- --watch",
5757
"lint:code": "biome check",
5858
"lint:deps": "knip --production",

0 commit comments

Comments
 (0)