package.json
@@ -1,6 +1,6 @@
{
  "name": "vben-admin",
  "version": "2.10.0",
  "version": "2.10.1",
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": {
    "url": "https://github.com/vbenjs/vue-vben-admin/issues"
@@ -20,7 +20,7 @@
    "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
    "build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
    "build:docker": "vite build --mode docker",
    "build:no-cache": "pnpm clean:cache && npm run build",
    "build:no-cache": "pnpm store prune && npm run build",
    "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
    "commit": "czg",
    "dev": "pnpm vite",
@@ -76,7 +76,7 @@
    "@vueuse/core": "^10.2.1",
    "@vueuse/shared": "^10.2.1",
    "@zxcvbn-ts/core": "^3.0.2",
    "ant-design-vue": "^3.2.20",
    "ant-design-vue": "^4.0.3",
    "axios": "^1.4.0",
    "codemirror": "^5.65.12",
    "cropperjs": "^1.5.13",