chore: 🔨 所有依赖框架升级最新版本

Former-commit-id: 00a411ed69c7fb88a74a0a0e8172773248c7589f
This commit is contained in:
haoxr
2023-05-17 04:35:29 +08:00
parent 1a19253865
commit 8e60e1d6d9

View File

@@ -40,60 +40,60 @@
] ]
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^9.1.1", "@vitejs/plugin-vue": "^4.2.3",
"@wangeditor/editor": "^5.0.0", "@vueuse/core": "^10.1.2",
"@wangeditor/editor-for-vue": "^5.1.10", "@wangeditor/editor": "^5.1.23",
"axios": "^1.3.4", "@wangeditor/editor-for-vue": "5.1.10",
"axios": "^1.4.0",
"echarts": "^5.2.2", "echarts": "^5.2.2",
"element-plus": "^2.3.1", "element-plus": "^2.3.4",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"screenfull": "^6.0.0",
"pinia": "^2.0.33", "pinia": "^2.0.33",
"screenfull": "^6.0.0",
"vue": "^3.3.1", "vue": "^3.3.1",
"vue-i18n": "9", "vue-i18n": "9.2.2",
"vue-router": "^4.1.6" "vue-router": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.5.1", "@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.4.4", "@commitlint/config-conventional": "^17.6.3",
"@iconify-json/ep": "^1.1.8", "@iconify-json/ep": "^1.1.10",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0", "@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.51.0", "@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-vue": "^4.2.0", "autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.13",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
"cz-git": "^1.6.1", "cz-git": "^1.6.1",
"eslint": "^8.34.0", "eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0", "eslint-plugin-vue": "^9.13.0",
"fast-glob": "^3.2.11", "fast-glob": "^3.2.11",
"husky": "^8.0.0", "husky": "^8.0.3",
"lint-staged": "^13.2.1", "lint-staged": "^13.2.2",
"postcss": "^8.4.21", "postcss": "^8.4.23",
"postcss-html": "^1.5.0", "postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6", "postcss-scss": "^4.0.6",
"prettier": "^2.8.7", "prettier": "^2.8.8",
"sass": "^1.58.3", "sass": "^1.58.3",
"stylelint": "^15.5.0", "stylelint": "^15.5.0",
"stylelint-config-html": "^1.1.0", "stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.0.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-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^32.0.0", "stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^8.0.0", "stylelint-config-standard-scss": "^9.0.0",
"typescript": "^4.9.3", "typescript": "^5.0.4",
"unocss": "^0.50.1", "unocss": "^0.51.13",
"unplugin-auto-import": "^0.13.0", "unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.15.1", "unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.23.0", "unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5", "vite": "^4.3.5",
"vite-plugin-svg-icons": "^2.0.1", "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", "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
"author": "有来开源组织", "author": "有来开源组织",