tsx is a workspace package

This commit is contained in:
Nate Kelley 2025-07-18 14:18:06 -06:00
parent 0c345cb00e
commit 84ba96ec74
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
5 changed files with 15 additions and 4 deletions

View File

@ -10,5 +10,8 @@
"dependencies": {
"@buster/database": "workspace:*",
"@buster/typescript-config": "workspace:*"
},
"devDependencies": {
"tsx": "catalog:"
}
}

View File

@ -72,7 +72,7 @@
"zod": "^3.0.0"
},
"devDependencies": {
"tsx": "^4.20.3",
"tsx": "catalog:",
"vitest": "catalog:"
}
}

View File

@ -33,6 +33,6 @@
"devDependencies": {
"@buster/typescript-config": "workspace:*",
"@buster/vitest-config": "workspace:*",
"tsx": "^4.20.3"
"tsx": "catalog:"
}
}

View File

@ -39,6 +39,9 @@ catalogs:
tsup:
specifier: ^8.5.0
version: 8.5.0
tsx:
specifier: ^4.20.0
version: 4.20.3
uuid:
specifier: ^11.0.0
version: 11.1.0
@ -99,6 +102,10 @@ importers:
'@buster/typescript-config':
specifier: workspace:*
version: link:../../packages/typescript-config
devDependencies:
tsx:
specifier: 'catalog:'
version: 4.20.3
apps/server:
dependencies:
@ -809,7 +816,7 @@ importers:
version: 3.25.1
devDependencies:
tsx:
specifier: ^4.20.3
specifier: 'catalog:'
version: 4.20.3
vitest:
specifier: 'catalog:'
@ -831,7 +838,7 @@ importers:
specifier: workspace:*
version: link:../vitest-config
tsx:
specifier: ^4.20.3
specifier: 'catalog:'
version: 4.20.3
packages/stored-values:

View File

@ -21,6 +21,7 @@ catalog:
hono: "^4.8.0"
pg: "^8.16.2"
tsup: "^8.5.0"
tsx: "^4.20.0"
uuid: "^11.0.0"
vite: "6.3.5"
"vite-tsconfig-paths": "^5.1.4"