update 升级依赖

This commit is contained in:
疯狂的狮子Li 2026-07-27 17:24:29 +08:00
parent c3477b3a5a
commit 38dfbc20dc
3 changed files with 434 additions and 775 deletions

View File

@ -40,12 +40,12 @@
"pinia": "4.0.2", "pinia": "4.0.2",
"vue": "3.5.40", "vue": "3.5.40",
"vue-cropper": "1.1.4", "vue-cropper": "1.1.4",
"vue-i18n": "11.4.6", "vue-i18n": "11.4.8",
"vue-json-pretty": "2.6.0", "vue-json-pretty": "2.6.0",
"vue-router": "5.2.0", "vue-router": "5.2.0",
"vue-types": "7.0.0", "vue-types": "7.0.0",
"vxe-pc-ui": "4.16.13", "vxe-pc-ui": "4.16.22",
"vxe-table": "4.20.2" "vxe-table": "4.20.8"
}, },
"devDependencies": { "devDependencies": {
"@types/crypto-js": "4.2.2", "@types/crypto-js": "4.2.2",
@ -55,11 +55,10 @@
"@unocss/preset-wind3": "66.7.5", "@unocss/preset-wind3": "66.7.5",
"@vitejs/plugin-vue": "^6.0.8", "@vitejs/plugin-vue": "^6.0.8",
"@vue/compiler-sfc": "3.5.40", "@vue/compiler-sfc": "3.5.40",
"autoprefixer": "10.5.3", "autoprefixer": "10.5.4",
"oxfmt": "^0.59.0", "oxfmt": "^0.60.0",
"oxlint": "^1.74.0", "oxlint": "^1.75.0",
"oxlint-tsgolint": "^0.24.0", "sass": "1.102.0",
"sass": "1.101.0",
"typescript": "^6.0.3", "typescript": "^6.0.3",
"unocss": "66.7.5", "unocss": "66.7.5",
"unplugin-auto-import": "21.0.0", "unplugin-auto-import": "21.0.0",
@ -68,7 +67,7 @@
"vite": "^8.1.5", "vite": "^8.1.5",
"vite-plugin-svg-icons-ng": "^1.9.2", "vite-plugin-svg-icons-ng": "^1.9.2",
"vitest": "4.1.10", "vitest": "4.1.10",
"vue-tsc": "^3.3.7" "vue-tsc": "^3.3.8"
}, },
"browserslist": [ "browserslist": [
"Chrome >= 87", "Chrome >= 87",
@ -78,13 +77,6 @@
], ],
"engines": { "engines": {
"node": ">=20.19.0", "node": ">=20.19.0",
"pnpm": ">=10.0.0" "pnpm": ">=11.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"es5-ext",
"esbuild"
]
} }
} }

1173
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

10
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,10 @@
packages:
- '.'
allowBuilds:
'@parcel/watcher': true
es5-ext: true
esbuild: true
overrides:
esbuild: 0.28.1