From fe854e0f8f400bdcc5b9de155ef9b84e6c8ece4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 26 Apr 2022 18:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0countup.js=E5=8C=85?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=BB=9A=E5=8A=A8=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d05b0e..dbd5372 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,9 @@ "dependencies": { "@element-plus/icons-vue": "0.2.4", "@microsoft/signalr": "^6.0.4", - "axios": "0.24.0", + "axios": "^0.27.1", "clipboard": "^2.0.10", + "countup.js": "^2.1.0", "echarts": "5.2.2", "element-plus": "^2.1.10", "file-saver": "2.0.5", @@ -32,7 +33,6 @@ "vue": "3.2.26", "vue-cropper": "1.0.2", "vue-router": "4.0.12", - "vue3-number-roll-plus": "^0.1.3", "vue3-seamless-scroll": "^1.2.0", "vuex": "4.0.2", "wangeditor": "^4.7.15" @@ -42,7 +42,7 @@ "@vue/compiler-sfc": "3.2.22", "sass": "1.45.0", "unplugin-auto-import": "0.5.3", - "vite": "2.6.14", + "vite": "^2.9.5", "vite-plugin-compression": "0.3.6", "vite-plugin-svg-icons": "1.0.5", "vite-plugin-vue-setup-extend": "0.1.0"