chore(package.json): 🔨 升级vue、vite、element-plus最新版本

This commit is contained in:
hxr 2023-07-09 23:42:22 +08:00
parent 913be6da1c
commit 47dffd4b2b
1 changed files with 3 additions and 3 deletions

View File

@ -48,14 +48,14 @@
"axios": "^1.4.0", "axios": "^1.4.0",
"codemirror": "^5.65.13", "codemirror": "^5.65.13",
"echarts": "^5.2.2", "echarts": "^5.2.2",
"element-plus": "^2.3.6", "element-plus": "^2.3.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"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",
"pinia": "^2.0.33", "pinia": "^2.0.33",
"screenfull": "^6.0.0", "screenfull": "^6.0.0",
"vue": "^3.3.1", "vue": "^3.3.4",
"vue-i18n": "9.2.2", "vue-i18n": "9.2.2",
"vue-router": "^4.2.0" "vue-router": "^4.2.0"
}, },
@ -96,7 +96,7 @@
"unplugin-auto-import": "^0.15.3", "unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.16.1", "unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1", "unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5", "vite": "^4.4.2",
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.6.5 " "vue-tsc": "^1.6.5 "
}, },