From 95ba3cd26e866d28840a08ceb1b409eeb6d54bb2 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Wed, 9 Oct 2024 01:04:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=BF=AE=E6=94=B92.16.3=EF=BC=8C=E5=8D=87=E7=BA=A7=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 26609808..d33d469e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-element-admin", - "version": "2.16.2", + "version": "2.16.3", "private": true, "type": "module", "scripts": { @@ -68,24 +68,24 @@ "vue-router": "^4.4.5" }, "devDependencies": { - "@commitlint/cli": "^18.6.1", - "@commitlint/config-conventional": "^18.6.3", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", "@iconify-json/ep": "^1.2.0", "@types/codemirror": "^5.60.15", "@types/lodash": "^4.17.7", - "@types/node": "^20.16.5", + "@types/node": "^22.7.5", "@types/nprogress": "^0.2.3", "@types/path-browserify": "^1.0.3", "@types/qs": "^6.9.15", "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "@typescript-eslint/parser": "^7.18.0", + "@typescript-eslint/eslint-plugin": "^8.8.1", + "@typescript-eslint/parser": "^8.8.1", "@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.20", "commitizen": "^4.3.0", "cz-git": "1.9.4", - "eslint": "^8.57.0", + "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.30.0", "eslint-plugin-prettier": "^5.2.1", @@ -100,15 +100,15 @@ "sass": "1.78.0", "stylelint": "^16.9.0", "stylelint-config-html": "^1.1.0", - "stylelint-config-recess-order": "^4.6.0", + "stylelint-config-recess-order": "^5.1.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "terser": "^5.31.6", "typescript": "^5.5.4", - "unocss": "^0.58.9", - "unplugin-auto-import": "^0.17.8", - "unplugin-vue-components": "^0.26.0", + "unocss": "^0.63.4", + "unplugin-auto-import": "^0.18.3", + "unplugin-vue-components": "^0.27.4", "vite": "^5.4.3", "vite-plugin-mock-dev-server": "^1.7.1", "vite-plugin-svg-icons": "^2.0.1",