From dbd99cc440b0af1f167284aa6b52e8bb23e1c89c Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Sun, 7 Jul 2024 21:59:01 +0800 Subject: [PATCH] =?UTF-8?q?build:=20:package:=20=E5=8D=87=E7=BA=A7=20npm?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index ed6f20f5..d4a35d77 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "animate.css": "^4.1.1", "axios": "^1.7.2", "color": "^4.2.3", - "echarts": "^5.5.0", - "element-plus": "^2.7.5", + "echarts": "^5.5.1", + "element-plus": "^2.7.6", "exceljs": "^4.4.0", "lodash-es": "^4.17.21", "net": "^1.0.2", @@ -63,24 +63,24 @@ "sockjs-client": "1.6.1", "sortablejs": "^1.15.2", "stompjs": "^2.3.3", - "vue": "^3.4.29", + "vue": "^3.4.31", "vue-i18n": "9.9.1", - "vue-router": "^4.3.3" + "vue-router": "^4.4.0" }, "devDependencies": { "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "@iconify-json/ep": "^1.1.15", "@types/color": "^3.0.6", - "@types/lodash": "^4.17.5", - "@types/node": "^20.14.3", + "@types/lodash": "^4.17.6", + "@types/node": "^20.14.10", "@types/nprogress": "^0.2.3", "@types/path-browserify": "^1.0.2", "@types/sockjs-client": "^1.5.4", "@types/sortablejs": "^1.15.8", "@types/stompjs": "^2.3.9", - "@typescript-eslint/eslint-plugin": "^7.13.1", - "@typescript-eslint/parser": "^7.13.1", + "@typescript-eslint/eslint-plugin": "^7.15.0", + "@typescript-eslint/parser": "^7.15.0", "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.19", @@ -90,11 +90,11 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-vue": "^9.26.0", + "eslint-plugin-vue": "^9.27.0", "fast-glob": "^3.3.2", "husky": "^9.0.11", "lint-staged": "^15.2.7", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "postcss-html": "^1.7.0", "postcss-scss": "^4.0.9", "prettier": "^3.3.2", @@ -104,18 +104,18 @@ "stylelint-config-recess-order": "^4.6.0", "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-vue": "^1.5.0", - "stylelint-config-standard": "^36.0.0", + "stylelint-config-standard": "^36.0.1", "terser": "^5.31.1", - "typescript": "^5.4.5", + "typescript": "^5.5.3", "unocss": "^0.58.9", "unplugin-auto-import": "^0.17.6", "unplugin-icons": "^0.18.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.3.1", - "vite-plugin-mock-dev-server": "^1.5.0", + "vite": "^5.3.3", + "vite-plugin-mock-dev-server": "^1.5.1", "vite-plugin-svg-icons": "^2.0.1", - "vite-plugin-vue-devtools": "^7.3.0", - "vue-tsc": "^2.0.21" + "vite-plugin-vue-devtools": "^7.3.5", + "vue-tsc": "^2.0.26" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",