Skip to content

Commit c97114a

Browse files
committed
Switch update-version to tsx and remove unrun
1 parent 2e04c0c commit c97114a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 3 additions & 3 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": "unrun ./scripts/update-version.ts"
31+
"update:version": "tsx ./scripts/update-version.ts"
3232
},
3333
"devDependencies": {
3434
"@effect/platform": "^0.94.1",
@@ -51,11 +51,11 @@
5151
"tsdown": "^0.19.0",
5252
"tsl": "^1.0.28",
5353
"tsl-module": "workspace:*",
54+
"tsx": "latest",
5455
"typedoc": "^0.28.15",
5556
"typedoc-plugin-markdown": "^4.9.0",
5657
"typedoc-plugin-mdn-links": "^5.0.10",
57-
"typescript": "^5.9.3",
58-
"unrun": "^0.2.24"
58+
"typescript": "^5.9.3"
5959
},
6060
"packageManager": "pnpm@10.28.0",
6161
"engines": {

pnpm-lock.yaml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)