From f105a47447bf5c674892b418902eebeeb6176da2 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sat, 4 May 2024 13:22:28 +0800 Subject: [PATCH] =?UTF-8?q?build:=20:package:=20=E5=8D=87=E7=BA=A7NPM?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85=E7=89=88=E6=9C=AC=E5=92=8C=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E9=A1=B9=E7=9B=AE=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B3?= =?UTF-8?q?2.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 76e3757b..88be0c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-element-admin", - "version": "2.10.0", + "version": "2.10.1", "private": true, "type": "module", "scripts": { @@ -59,7 +59,7 @@ "sockjs-client": "1.6.1", "sortablejs": "^1.15.2", "stompjs": "^2.3.3", - "vue": "^3.4.25", + "vue": "^3.4.26", "vue-i18n": "9.9.1", "vue-router": "^4.3.2", "xlsx": "^0.18.5" @@ -70,14 +70,14 @@ "@iconify-json/ep": "^1.1.15", "@types/color": "^3.0.6", "@types/lodash": "^4.17.0", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@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.7.1", - "@typescript-eslint/parser": "^7.7.1", + "@typescript-eslint/eslint-plugin": "^7.8.0", + "@typescript-eslint/parser": "^7.8.0", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.19", @@ -95,24 +95,24 @@ "postcss-html": "^1.6.0", "postcss-scss": "^4.0.9", "prettier": "^3.2.5", - "sass": "^1.75.0", - "stylelint": "^16.4.0", + "sass": "^1.76.0", + "stylelint": "^16.5.0", "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.30.4", + "terser": "^5.31.0", "typescript": "^5.4.5", "unocss": "^0.58.9", "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.18.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.2.10", + "vite": "^5.2.11", "vite-plugin-mock-dev-server": "^1.5.0", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-devtools": "^7.1.3", - "vue-tsc": "^2.0.14" + "vue-tsc": "^2.0.16" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",