feat 基础依赖升级, 分账配置

This commit is contained in:
DaxPay
2024-12-09 19:48:27 +08:00
parent a67c0bb092
commit 7ce5a26d3f
5 changed files with 1831 additions and 1195 deletions

View File

@@ -56,12 +56,12 @@
"@ant-design/icons-vue": "^7.0.1",
"@iconify/iconify": "^3.1.1",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.5.8",
"@vue/shared": "^3.5.13",
"@vueuse/core": "^10.11.1",
"@vueuse/shared": "^10.11.1",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.5",
"axios": "^1.7.7",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.9",
"codemirror": "^5.65.18",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
@@ -73,31 +73,31 @@
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.3",
"qrcode": "^1.5.4",
"qs": "^6.13.0",
"qs": "^6.13.1",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.6",
"unocss": "^0.59.4",
"vue": "^3.5.8",
"vue": "^3.5.13",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.5",
"vue-router": "4.3.3",
"vue-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"vxe-pc-ui": "^4.2.2",
"vxe-table": "^4.7.81",
"xe-utils": "^3.5.30"
"vxe-pc-ui": "^4.3.23",
"vxe-table": "^4.9.19",
"xe-utils": "^3.5.32"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@iconify/json": "^2.2.252",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@iconify/json": "^2.2.281",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.16",
"@types/qs": "^6.9.17",
"@types/showdown": "^2.0.6",
"@types/sortablejs": "^1.15.8",
"@vben/eslint-config": "workspace:*",
@@ -105,22 +105,22 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.5.8",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"cz-git": "^1.9.4",
"czg": "^1.9.4",
"cz-git": "^1.11.0",
"czg": "^1.11.0",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"rimraf": "^5.0.10",
"turbo": "^1.13.4",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.7",
"vite-plugin-vue-devtools": "^7.4.5",
"vue-tsc": "^2.1.6"
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.7",
"vue-tsc": "^2.1.10"
},
"engines": {
"node": ">=18.12.0",