From 8e60e1d6d9f6725b5f5867dbc0021f0101b04836 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 17 May 2023 04:35:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E6=89=80=E6=9C=89=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=A1=86=E6=9E=B6=E5=8D=87=E7=BA=A7=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 00a411ed69c7fb88a74a0a0e8172773248c7589f --- package.json | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index 7959a022..05d97dda 100644 --- a/package.json +++ b/package.json @@ -40,60 +40,60 @@ ] }, "dependencies": { - "@vueuse/core": "^9.1.1", - "@wangeditor/editor": "^5.0.0", - "@wangeditor/editor-for-vue": "^5.1.10", - "axios": "^1.3.4", + "@vitejs/plugin-vue": "^4.2.3", + "@vueuse/core": "^10.1.2", + "@wangeditor/editor": "^5.1.23", + "@wangeditor/editor-for-vue": "5.1.10", + "axios": "^1.4.0", "echarts": "^5.2.2", - "element-plus": "^2.3.1", + "element-plus": "^2.3.4", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "path-to-regexp": "^6.2.0", - "screenfull": "^6.0.0", "pinia": "^2.0.33", + "screenfull": "^6.0.0", "vue": "^3.3.1", - "vue-i18n": "9", - "vue-router": "^4.1.6" + "vue-i18n": "9.2.2", + "vue-router": "^4.2.0" }, "devDependencies": { - "@commitlint/cli": "^17.5.1", - "@commitlint/config-conventional": "^17.4.4", - "@iconify-json/ep": "^1.1.8", + "@commitlint/cli": "^17.6.3", + "@commitlint/config-conventional": "^17.6.3", + "@iconify-json/ep": "^1.1.10", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.51.0", - "@typescript-eslint/parser": "^5.51.0", - "@vitejs/plugin-vue": "^4.2.0", - "autoprefixer": "^10.4.13", + "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", + "autoprefixer": "^10.4.14", "commitizen": "^4.3.0", "cz-git": "^1.6.1", - "eslint": "^8.34.0", + "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.9.0", + "eslint-plugin-vue": "^9.13.0", "fast-glob": "^3.2.11", - "husky": "^8.0.0", - "lint-staged": "^13.2.1", - "postcss": "^8.4.21", + "husky": "^8.0.3", + "lint-staged": "^13.2.2", + "postcss": "^8.4.23", "postcss-html": "^1.5.0", "postcss-scss": "^4.0.6", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "sass": "^1.58.3", "stylelint": "^15.5.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^4.0.0", - "stylelint-config-recommended-scss": "^9.0.1", + "stylelint-config-recommended-scss": "11.0.0 ", "stylelint-config-recommended-vue": "^1.4.0", - "stylelint-config-standard": "^32.0.0", - "stylelint-config-standard-scss": "^8.0.0", - "typescript": "^4.9.3", - "unocss": "^0.50.1", - "unplugin-auto-import": "^0.13.0", - "unplugin-icons": "^0.15.1", - "unplugin-vue-components": "^0.23.0", + "stylelint-config-standard": "^33.0.0", + "stylelint-config-standard-scss": "^9.0.0", + "typescript": "^5.0.4", + "unocss": "^0.51.13", + "unplugin-auto-import": "^0.15.3", + "unplugin-icons": "^0.16.1", + "unplugin-vue-components": "^0.24.1", "vite": "^4.3.5", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^0.35.0" + "vue-tsc": "^1.6.5 " }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织",