mirror of https://github.com/buster-so/buster.git
use zod workspace in shared
This commit is contained in:
parent
2de702f425
commit
542795833a
|
@ -69,7 +69,7 @@
|
||||||
"@buster/database": "workspace:*",
|
"@buster/database": "workspace:*",
|
||||||
"@buster/typescript-config": "workspace:*",
|
"@buster/typescript-config": "workspace:*",
|
||||||
"@buster/vitest-config": "workspace:*",
|
"@buster/vitest-config": "workspace:*",
|
||||||
"zod": "^3.0.0"
|
"zod": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsx": "catalog:",
|
"tsx": "catalog:",
|
||||||
|
|
|
@ -812,7 +812,7 @@ importers:
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../vitest-config
|
version: link:../vitest-config
|
||||||
zod:
|
zod:
|
||||||
specifier: ^3.0.0
|
specifier: 'catalog:'
|
||||||
version: 3.25.1
|
version: 3.25.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tsx:
|
tsx:
|
||||||
|
|
Loading…
Reference in New Issue