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

@@ -20,9 +20,9 @@
}
},
"dependencies": {
"@intlify/core-base": "^10.0.1",
"@intlify/core-base": "catalog:",
"@vben-core/composables": "workspace:*",
"vue": "^3.5.6",
"vue-i18n": "^10.0.1"
"vue": "catalog:",
"vue-i18n": "catalog:"
}
}