From b12163447d87750dbba922efda625acb349c87fe Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Tue, 19 Mar 2024 23:23:41 +0800 Subject: [PATCH] =?UTF-8?q?build(package.json):=20:package:=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E9=A1=B9=E7=9B=AE=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 810c7ec..9198640 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,9 @@ "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "5.1.10", "animate.css": "^4.1.1", - "axios": "^1.6.7", + "axios": "^1.6.8", "echarts": "^5.5.0", - "element-plus": "^2.6.0", + "element-plus": "^2.6.1", "lodash-es": "^4.17.21", "net": "^1.0.2", "nprogress": "^0.2.0", @@ -65,17 +65,17 @@ }, "devDependencies": { "@commitlint/cli": "^18.6.1", - "@commitlint/config-conventional": "^18.6.2", - "@iconify-json/ep": "^1.1.14", - "@types/lodash": "^4.14.202", - "@types/node": "^20.11.24", + "@commitlint/config-conventional": "^18.6.3", + "@iconify-json/ep": "^1.1.15", + "@types/lodash": "^4.17.0", + "@types/node": "^20.11.30", "@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.1.1", - "@typescript-eslint/parser": "^7.1.1", + "@typescript-eslint/eslint-plugin": "^7.3.1", + "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.18", @@ -85,31 +85,31 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-vue": "^9.22.0", + "eslint-plugin-vue": "^9.23.0", "fast-glob": "^3.3.2", "husky": "^9.0.11", "lint-staged": "^15.2.2", - "postcss": "^8.4.35", + "postcss": "^8.4.36", "postcss-html": "^1.6.0", "postcss-scss": "^4.0.9", "prettier": "^3.2.5", - "sass": "^1.71.1", + "sass": "^1.72.0", "stylelint": "^16.2.1", "stylelint-config-html": "^1.1.0", "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", - "terser": "^5.28.1", - "typescript": "^5.3.3", - "unocss": "^0.58.5", + "terser": "^5.29.2", + "typescript": "^5.4.2", + "unocss": "^0.58.6", "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.18.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.1.5", + "vite": "^5.1.6", "vite-plugin-mock-dev-server": "^1.4.7", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^2.0.4" + "vue-tsc": "^2.0.6" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",