From eda105b86f767c739bf271f84d8ea37ddfbc1aef Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sat, 4 Jan 2025 23:36:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E4=BD=BF=E7=94=A8=20El?= =?UTF-8?q?ement-Plus=20=E5=86=85=E7=BD=AE=E8=BF=87=E6=B8=A1=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E6=9B=BF=E6=8D=A2=20animate.css=20=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 23 +++++++++++------------ src/components/Breadcrumb/index.vue | 2 +- src/layout/components/AppMain/index.vue | 2 +- src/main.ts | 1 - 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index fc40bae2..38413510 100644 --- a/package.json +++ b/package.json @@ -49,12 +49,11 @@ "@vueuse/core": "^10.11.1", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "5.1.10", - "animate.css": "^4.1.1", "axios": "^1.7.9", "codemirror": "^5.65.18", "codemirror-editor-vue3": "^2.8.0", - "echarts": "^5.5.1", - "element-plus": "^2.9.1", + "echarts": "^5.6.0", + "element-plus": "^2.9.2", "exceljs": "^4.4.0", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", @@ -72,14 +71,14 @@ "@commitlint/config-conventional": "^19.6.0", "@eslint/js": "^9.17.0", "@types/codemirror": "^5.60.15", - "@types/lodash": "^4.17.13", - "@types/node": "^22.10.2", + "@types/lodash": "^4.17.14", + "@types/node": "^22.10.5", "@types/nprogress": "^0.2.3", "@types/path-browserify": "^1.0.3", "@types/qs": "^6.9.17", "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^8.18.2", - "@typescript-eslint/parser": "^8.18.2", + "@typescript-eslint/eslint-plugin": "^8.19.0", + "@typescript-eslint/parser": "^8.19.0", "@vitejs/plugin-vue": "^5.2.1", "autoprefixer": "^10.4.20", "commitizen": "^4.3.1", @@ -90,12 +89,12 @@ "eslint-plugin-vue": "^9.32.0", "globals": "^15.14.0", "husky": "^9.1.7", - "lint-staged": "^15.2.11", + "lint-staged": "^15.3.0", "postcss": "^8.4.49", "postcss-html": "^1.7.0", "postcss-scss": "^4.0.9", "prettier": "^3.4.2", - "sass": "^1.83.0", + "sass": "^1.83.1", "stylelint": "^16.12.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^5.1.1", @@ -104,11 +103,11 @@ "stylelint-config-standard": "^36.0.1", "terser": "^5.37.0", "typescript": "5.5.4", - "typescript-eslint": "^8.18.2", - "unocss": "0.65.1", + "typescript-eslint": "^8.19.0", + "unocss": "0.65.3", "unplugin-auto-import": "^0.18.6", "unplugin-vue-components": "^0.27.5", - "vite": "^6.0.5", + "vite": "^6.0.7", "vite-plugin-mock-dev-server": "^1.8.3", "vite-plugin-svg-icons": "^2.0.1", "vue-eslint-parser": "^9.4.3", diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 06e16ec9..61f567a4 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,6 +1,6 @@