Skip to content

Commit 9feb262

Browse files
committed
🛠️ chore: migrate tsx to "catalog" dependency
Migrated tsx to a "catalog" dependency in project files.
1 parent 061278a commit 9feb262

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"test:scripts": "cd packages/sample/ && pnpm test:scripts",
9595
"test:scripts:view": "cd packages/sample/ && pnpm test:scripts:view",
9696
"test:system": "cd packages/core && node ../cli/dist/src/index.js scripts compile",
97+
"tsx": "tsx",
9798
"typecheck": "echo skipped",
9899
"typecheck:web": "pnpm --filter=@genaiscript/web run typecheck",
99100
"whisper": "pnpm whisper:stop && pnpm whisper:start",
@@ -117,6 +118,7 @@
117118
"prettier": "catalog:",
118119
"prettier-plugin-curly": "^0.3.2",
119120
"tailwindcss": "^4.1.10",
121+
"tsx": "catalog:",
120122
"turbo": "^2.5.4",
121123
"zx": "catalog:"
122124
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"toml": "^3.0.0",
125125
"ts-dedent": "^2.2.0",
126126
"tslib": "catalog:",
127-
"tsx": "^4.19.4",
127+
"tsx": "catalog:",
128128
"turndown": "^7.2.0",
129129
"turndown-plugin-gfm": "^1.0.2",
130130
"undici": "^7.10.0",

pnpm-lock.yaml

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ catalog:
1616
rimraf: ^6.0.1
1717
tshy: ^3.0.2
1818
tslib: ^2.8.1
19+
tsx: ^4.19.4
1920
typescript: 5.8.3
2021
typescript-eslint: ^8.34.1
21-
vitest: 3.2.4
22+
vitest: 3.2.4
2223
zx: ^8.6.0
2324

2425
onlyBuiltDependencies:

0 commit comments

Comments
 (0)