Skip to content

Commit 2e04c0c

Browse files
committed
Switch update-version to unrun and drop tsx
- Replace update-version script to use unrun - Remove tsx from devDependencies; add unrun - Remove esbuild override from pnpm config - Update lockfile to esbuild 0.25.12 and unrun
1 parent 4eef3f8 commit 2e04c0c

File tree

2 files changed

+276
-15
lines changed

2 files changed

+276
-15
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint:ts": "pnpm m run lint:ts",
2929
"prepare": "pnpm run build",
3030
"test": "pnpm m run test",
31-
"update:version": "tsx ./scripts/update-version.ts"
31+
"update:version": "unrun ./scripts/update-version.ts"
3232
},
3333
"devDependencies": {
3434
"@effect/platform": "^0.94.1",
@@ -51,19 +51,14 @@
5151
"tsdown": "^0.19.0",
5252
"tsl": "^1.0.28",
5353
"tsl-module": "workspace:*",
54-
"tsx": "^4.21.0",
5554
"typedoc": "^0.28.15",
5655
"typedoc-plugin-markdown": "^4.9.0",
5756
"typedoc-plugin-mdn-links": "^5.0.10",
58-
"typescript": "^5.9.3"
57+
"typescript": "^5.9.3",
58+
"unrun": "^0.2.24"
5959
},
6060
"packageManager": "pnpm@10.28.0",
6161
"engines": {
6262
"node": ">=24.0.0"
63-
},
64-
"pnpm": {
65-
"overrides": {
66-
"esbuild": "^0.27.2"
67-
}
6863
}
6964
}

0 commit comments

Comments
 (0)