mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
build:升级多个前端依赖
This commit is contained in:
parent
9ed615350b
commit
702481cea3
@ -18,16 +18,16 @@
|
||||
<img src="https://img.shields.io/badge/ThinkPHP-%3E8.0-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
|
||||
</a>
|
||||
<a href="https://v3.vuejs.org/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Vue-%3E3.3-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
|
||||
<img src="https://img.shields.io/badge/Vue-%3E3.4-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
|
||||
</a>
|
||||
<a href="https://element-plus.org/zh-CN/guide/changelog.html" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Element--Plus-%3E2.4-brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
|
||||
<img src="https://img.shields.io/badge/Element--Plus-%3E2.7-brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
|
||||
</a>
|
||||
<a href="https://www.tslang.cn/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/TypeScript-%3E5.3-blue?color=91aac3&labelColor=439EFD" alt="typescript">
|
||||
<img src="https://img.shields.io/badge/TypeScript-%3E5.4-blue?color=91aac3&labelColor=439EFD" alt="typescript">
|
||||
</a>
|
||||
<a href="https://vitejs.dev/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Vite-%3E5.0-blue?color=91aac3&labelColor=439EFD" alt="vite">
|
||||
<img src="https://img.shields.io/badge/Vite-%3E5.2-blue?color=91aac3&labelColor=439EFD" alt="vite">
|
||||
</a>
|
||||
<a href="https://pinia.vuejs.org/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Pinia-%3E2.1-blue?color=91aac3&labelColor=439EFD" alt="vite">
|
||||
|
@ -14,10 +14,9 @@
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "2.3.1",
|
||||
"@vueuse/core": "10.10.0",
|
||||
"axios": "1.7.2",
|
||||
"axios": "1.7.4",
|
||||
"echarts": "5.5.0",
|
||||
"element-plus": "2.7.4",
|
||||
"esno": "4.7.0",
|
||||
"element-plus": "2.7.8",
|
||||
"font-awesome": "4.7.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"mitt": "3.0.1",
|
||||
@ -26,11 +25,11 @@
|
||||
"pinia-plugin-persistedstate": "3.2.1",
|
||||
"screenfull": "6.0.2",
|
||||
"sortablejs": "1.15.2",
|
||||
"v-code-diff": "1.12.0",
|
||||
"vue": "3.4.27",
|
||||
"v-code-diff": "1.12.1",
|
||||
"vue": "3.4.38",
|
||||
"vue-i18n": "9.13.1",
|
||||
"vue-qr": "4.0.9",
|
||||
"vue-router": "4.3.2"
|
||||
"vue-router": "4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "4.17.12",
|
||||
@ -44,11 +43,12 @@
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-vue": "9.26.0",
|
||||
"esno": "4.7.0",
|
||||
"prettier": "3.3.0",
|
||||
"sass": "1.77.4",
|
||||
"typescript": "5.4.5",
|
||||
"vite": "5.2.12",
|
||||
"vue-eslint-parser": "9.4.3",
|
||||
"vue-tsc": "^2.0.21"
|
||||
"vue-tsc": "2.0.21"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user