From 9e14fa35fd2498931e58069fae2fe7c667202011 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Tue, 18 Jun 2024 08:17:28 +0800 Subject: [PATCH] =?UTF-8?q?build:=20:package:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=20`npm`=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 573cb7da..11facc72 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sockjs-client": "1.6.1", "sortablejs": "^1.15.2", "stompjs": "^2.3.3", - "vue": "^3.4.27", + "vue": "^3.4.29", "vue-i18n": "9.9.1", "vue-router": "^4.3.3" }, @@ -73,14 +73,14 @@ "@iconify-json/ep": "^1.1.15", "@types/color": "^3.0.6", "@types/lodash": "^4.17.5", - "@types/node": "^20.14.2", + "@types/node": "^20.14.3", "@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.0", - "@typescript-eslint/parser": "^7.13.0", + "@typescript-eslint/eslint-plugin": "^7.13.1", + "@typescript-eslint/parser": "^7.13.1", "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.19", @@ -98,7 +98,7 @@ "postcss-html": "^1.7.0", "postcss-scss": "^4.0.9", "prettier": "^3.3.2", - "sass": "^1.77.5", + "sass": "^1.77.6", "stylelint": "^16.6.1", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^4.6.0", @@ -111,10 +111,10 @@ "unplugin-auto-import": "^0.17.6", "unplugin-icons": "^0.18.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.2.13", + "vite": "^5.3.1", "vite-plugin-mock-dev-server": "^1.5.0", "vite-plugin-svg-icons": "^2.0.1", - "vite-plugin-vue-devtools": "^7.2.1", + "vite-plugin-vue-devtools": "^7.3.0", "vue-tsc": "^2.0.21" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",