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",
@@ -29,7 +29,7 @@
    "lint": "turbo run lint",
    "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
    "lint:prettier": "prettier --write .",
    "lint:stylelint": "stylelint \"**/*.{vue,css,less.scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
    "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
    "prepare": "husky install",
    "preview": "npm run build && vite preview",
    "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
@@ -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",
@@ -101,12 +101,10 @@
    "vue": "^3.3.4",
    "vue-i18n": "^9.2.2",
    "vue-json-pretty": "^2.2.4",
    "vue-router": "^4.2.2",
    "vue-router": "^4.2.3",
    "vue-types": "^5.1.0",
    "vuedraggable": "^4.1.0",
    "vxe-table": "^4.4.5",
    "vxe-table-plugin-export-xlsx": "^3.0.4",
    "xe-utils": "^3.5.11",
    "xlsx": "^0.18.5"
@@ -114,7 +112,7 @@
  "devDependencies": {
    "@commitlint/cli": "^17.6.6",
    "@commitlint/config-conventional": "^17.6.6",
    "@iconify/json": "^2.2.85",
    "@iconify/json": "^2.2.87",
    "@purge-icons/generated": "^0.9.0",
    "@types/codemirror": "^5.60.8",
    "@types/crypto-js": "^4.1.1",
@@ -139,14 +137,14 @@
    "husky": "^8.0.3",
    "lint-staged": "13.2.3",
    "prettier": "^2.8.8",
    "prettier-plugin-packagejson": "^2.4.3",
    "prettier-plugin-packagejson": "^2.4.4",
    "rimraf": "^5.0.1",
    "turbo": "^1.10.7",
    "typescript": "^5.1.6",
    "unbuild": "^1.2.1",
    "vite": "^4.3.9",
    "vite": "^4.4.0",
    "vite-plugin-mock": "^2.9.6",
    "vue-tsc": "^1.8.3"
    "vue-tsc": "^1.8.4"
  },
  "packageManager": "pnpm@8.1.0",
  "engines": {