fix: 🐛 移除unplugin-icon插件,避免vue-template-compiler编译器在某些机器引发的报错

This commit is contained in:
ray
2024-10-08 14:42:49 +08:00
parent 57bca54848
commit 20dc49df6c
28 changed files with 229 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue3-element-admin",
"version": "2.16.1",
"version": "2.16.2",
"private": true,
"type": "module",
"scripts": {
@@ -51,21 +51,21 @@
"@wangeditor/editor-for-vue": "5.1.10",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"codemirror": "^5.65.17",
"codemirror-editor-vue3": "^2.7.1",
"codemirror": "^5.65.18",
"codemirror-editor-vue3": "^2.8.0",
"echarts": "^5.5.1",
"element-plus": "^2.8.1",
"element-plus": "^2.8.4",
"exceljs": "^4.4.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.2",
"pinia": "^2.2.2",
"path-to-regexp": "^6.3.0",
"pinia": "^2.2.4",
"qs": "^6.13.0",
"sortablejs": "^1.15.3",
"vue": "^3.5.1",
"vue": "^3.5.11",
"vue-i18n": "9.9.1",
"vue-router": "^4.4.3"
"vue-router": "^4.4.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
@@ -84,7 +84,7 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.0",
"cz-git": "^1.9.4",
"cz-git": "1.9.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
@@ -108,7 +108,6 @@
"typescript": "^5.5.4",
"unocss": "^0.58.9",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.3",
"vite-plugin-mock-dev-server": "^1.7.1",