chore: use pnpm catalog (#4437)

* feat: use pnpm catalog

* fix: lint error
This commit is contained in:
Vben
2024-09-19 21:40:54 +08:00
committed by GitHub
parent f25783933d
commit 56bdb8f606
41 changed files with 1485 additions and 1277 deletions

View File

@@ -40,11 +40,11 @@
"@vben-core/composables": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"vee-validate": "^4.13.2",
"vue": "^3.5.6",
"zod": "^3.23.8",
"zod-defaults": "^0.1.3"
"@vee-validate/zod": "catalog:",
"@vueuse/core": "catalog:",
"vee-validate": "catalog:",
"vue": "catalog:",
"zod": "catalog:",
"zod-defaults": "catalog:"
}
}