From 642553150b9164a8aa86785ac82b9c8a0d6975c5 Mon Sep 17 00:00:00 2001 From: horizons <1490493387@qq.com> Date: Thu, 27 Oct 2022 01:42:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7vite3=E3=80=81elemen?= =?UTF-8?q?t-plus=E5=92=8Ctypescript=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: c9e3de366793f2d2abb71f0f2c7fe1e63a41f862 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b0f22856..699beca8 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "@vueuse/core": "^9.1.1", "@wangeditor/editor": "^5.0.0", "@wangeditor/editor-for-vue": "^5.1.10", - "axios": "^0.24.0", + "axios": "^1.1.3", "better-scroll": "^2.4.2", "default-passive-events": "^2.0.0", "echarts": "^5.2.2", - "element-plus": "^2.2.5", + "element-plus": "^2.2.17", "js-cookie": "^3.0.1", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", @@ -27,7 +27,7 @@ "pinia": "^2.0.12", "screenfull": "^6.0.0", "sortablejs": "^1.14.0", - "vue": "^3.2.25", + "vue": "^3.2.40", "vue-i18n": "^9.1.9", "vue-router": "^4.0.12" }, @@ -39,7 +39,7 @@ "@types/path-browserify": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", - "@vitejs/plugin-vue": "^1.9.3", + "@vitejs/plugin-vue": "^1.10.2", "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", @@ -47,11 +47,11 @@ "fast-glob": "^3.2.11", "husky": "^7.0.4", "prettier": "^2.6.2", - "sass": "^1.43.4", - "typescript": "^4.5.4", - "vite": "^2.9.7", + "sass": "^1.53.0", + "typescript": "^4.7.4", + "vite": "^3.1.8", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^0.34.7" + "vue-tsc": "^0.35.0" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",