### Version Vben Admin V5 ### Describe the bug? - packages/@core/ui-kit/**/tsdown.config.ts ``` import Vue from "unplugin-vue/rolldown"; // lint 会报错 ``` 原因是 packages/@core/ui-kit/**/package.json 里缺少依赖: unplugin-vue ### Reproduction null ### System Info ```shell all ``` ### Relevant log output ```shell ``` ### Validations - [x] Read the [docs](https://doc.vben.pro/) - [x] Ensure the code is up to date. (Some issues have been fixed in the latest version) - [x] I have searched the [existing issues](https://github.com/vbenjs/vue-vben-admin/issues) and checked that my issue does not duplicate any existing issues. - [x] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vbenjs/vue-vben-admin/discussions) or join our [Discord Chat Server](https://discord.gg/8GuAdwDhj6). - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.