chore: remove Unused deps

This commit is contained in:
xingyu4j
2026-05-20 16:24:59 +08:00
parent 9ec98f0846
commit 74d8942f39
4 changed files with 1 additions and 11 deletions

View File

@@ -26,7 +26,6 @@
"#/*": "./src/*"
},
"dependencies": {
"@vben-core/shadcn-ui": "workspace:*",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",

View File

@@ -32,7 +32,6 @@
"@tanstack/vue-query": "catalog:",
"@vben-core/design": "workspace:*",
"@vben-core/menu-ui": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",

View File

@@ -1,7 +1,5 @@
<script setup lang="ts">
import { Page } from '@vben/common-ui';
import { VbenContextMenu } from '@vben-core/shadcn-ui';
import { Page, VbenContextMenu } from '@vben/common-ui';
import { Button, Card, message } from 'antdv-next';

6
pnpm-lock.yaml generated
View File

@@ -851,9 +851,6 @@ importers:
apps/web-naive:
dependencies:
'@vben-core/shadcn-ui':
specifier: workspace:*
version: link:../../packages/@core/ui-kit/shadcn-ui
'@vben/access':
specifier: workspace:*
version: link:../../packages/effects/access
@@ -2012,9 +2009,6 @@ importers:
'@vben-core/menu-ui':
specifier: workspace:*
version: link:../packages/@core/ui-kit/menu-ui
'@vben-core/shadcn-ui':
specifier: workspace:*
version: link:../packages/@core/ui-kit/shadcn-ui
'@vben/access':
specifier: workspace:*
version: link:../packages/effects/access