Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

chore: updates all dependencies && unocss 0.53.0

This commit is contained in:
pany 2023-06-05 16:10:13 +08:00
parent 3feceb063b
commit 4b779ed010
3 changed files with 264 additions and 266 deletions

View File

@ -26,8 +26,8 @@
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"element-plus": "^2.3.5",
"dayjs": "^1.11.8",
"element-plus": "^2.3.6",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
@ -55,7 +55,7 @@
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
@ -63,13 +63,13 @@
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"terser": "^5.17.6",
"typescript": "^5.0.4",
"unocss": "^0.52.7",
"terser": "^5.17.7",
"typescript": "^5.1.3",
"unocss": "^0.53.0",
"vite": "^4.3.9",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.31.3",
"vitest": "^0.31.4",
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.5"
},

514
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,6 @@
import { defineConfig, presetAttributify, presetUno } from "unocss"
export default defineConfig({
/** 排除 */
exclude: ["node_modules"],
/** 预设 */
presets: [
/** 属性化模式 & 无值的属性模式 */