From c1965cec885c8661ff4fa83907d8f6d460553ed9 Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期三, 11 十月 2023 11:17:16 +0800 Subject: [PATCH] perf: 升级依赖 --- package.json | 49 ++++++++++++++++++++++++++----------------------- 1 files changed, 26 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 42cebe9..b335b7f 100644 --- a/package.json +++ b/package.json @@ -3,37 +3,40 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build:old": "run-p type-check build-only", + "build": "vite build", "preview": "vite preview --port 4173", "build-only": "vite build", "type-check": "vue-tsc --noEmit" }, "dependencies": { - "axios": "^1.1.3", - "countup.js": "^2.3.2", - "dayjs": "^1.11.5", - "echarts": "^5.4.0", - "element-plus": "^2.2.18", + "axios": "^1.5.1", + "countup.js": "^2.8.0", + "dayjs": "^1.11.10", + "echarts": "^5.4.3", + "element-plus": "^2.3.14", "mockjs": "^1.1.0", - "pinia": "^2.0.21", - "vue": "^3.2.41", - "vue-echarts": "^6.2.3", - "vue-router": "^4.1.5" + "pinia": "^2.1.6", + "vue": "^3.3.4", + "vue-echarts": "^6.6.1", + "vue-router": "^4.2.5" }, "devDependencies": { - "@types/mockjs": "^1.0.7", - "@types/node": "^18.8.0", - "@vitejs/plugin-vue": "^3.0.3", - "@vue/tsconfig": "^0.1.3", - "autoprefixer": "^10.4.12", + "@types/mockjs": "^1.0.8", + "@types/node": "^20.8.4", + "@vitejs/plugin-vue": "^4.4.0", + "@vue/tsconfig": "^0.4.0", + "@vueuse/core": "^10.5.0", + "autoprefixer": "^10.4.16", "npm-run-all": "^4.1.5", - "postcss": "^8.4.18", - "sass": "^1.55.0", - "tailwindcss": "^3.1.8", - "typescript": "~4.7.4", - "unplugin-auto-import": "^0.11.2", - "unplugin-vue-components": "^0.22.8", - "vite": "^3.1.8", - "vue-tsc": "^1.0.8" + "postcss": "^8.4.31", + "sass": "^1.69.2", + "tailwindcss": "^3.3.3", + "typescript": "~5.2.2", + "unplugin-auto-import": "^0.16.6", + "unplugin-element-plus": "^0.8.0", + "unplugin-vue-components": "^0.25.2", + "vite": "^4.4.11", + "vue-tsc": "^1.8.18" } } -- Gitblit v1.8.0