Skip to content

Commit ecafe4d

Browse files
committed
chore(deps): Misc fixes for apps/{oxlint,oxfmt}/package.json (#15252)
- apps/oxfmt: Fix pkg version to align with `npm/oxfmt/package.json` - apps/oxfmt: Make it `private` - apps/oxfmt|oxlint: Use `tsdown` from `catalog:`
1 parent 46793d7 commit ecafe4d

File tree

4 files changed

+187
-50
lines changed

4 files changed

+187
-50
lines changed

apps/oxfmt/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"private": true,
23
"name": "oxfmt",
3-
"version": "0.5.0",
4+
"version": "0.9.0",
45
"type": "module",
56
"main": "dist/index.js",
67
"bin": "dist/cli.js",
@@ -40,9 +41,9 @@
4041
"@prettier/sync": "0.6.1"
4142
},
4243
"devDependencies": {
43-
"@types/node": "^24.0.0",
44+
"@types/node": "catalog:",
4445
"execa": "^9.6.0",
45-
"tsdown": "^0.15.5",
46+
"tsdown": "catalog:",
4647
"typescript": "catalog:",
4748
"vitest": "catalog:"
4849
},

apps/oxlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"esquery": "^1.6.0",
4444
"execa": "^9.6.0",
4545
"jiti": "^2.6.0",
46-
"tsdown": "^0.15.5",
46+
"tsdown": "catalog:",
4747
"typescript": "catalog:",
4848
"vitest": "catalog:"
4949
},

0 commit comments

Comments
 (0)