chore: 更新部分依赖

This commit is contained in:
xiaozzzi 2025-02-28 22:02:24 +08:00
parent 80d1b64972
commit 18c1b3b82e
3 changed files with 365 additions and 375 deletions

View File

@ -14,7 +14,7 @@
<properties>
<pagehelper.version>5.3.2</pagehelper.version> <!-- 分页插件 -->
<hutool.version>5.8.18</hutool.version> <!-- 工具类 -->
<hutool.version>5.8.21</hutool.version> <!-- 工具类 -->
<okhttp.version>4.9.3</okhttp.version> <!-- HTTP工具 -->
<caffine.version>2.9.3</caffine.version> <!-- 本地缓存 -->
<easyexcel.version>3.2.1</easyexcel.version> <!-- excel 解析 -->

File diff suppressed because it is too large Load Diff

View File

@ -34,14 +34,14 @@
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@types/marked": "^5.0.1",
"axios": "^1.6.8",
"axios": "^1.8.1",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"echarts": "^5.6.0",
"electron-updater": "^6.1.8",
"element-plus": "^2.6.3",
"element-plus": "^2.9.5",
"highlight.js": "^11.8.0",
"hotkeys-js": "^3.13.7",
"hotkeys-js": "^3.13.9",
"katex": "^0.16.10",
"marked": "^7.0.5",
"marked-highlight": "^2.0.4",
@ -52,7 +52,7 @@
"pinia": "^2.1.6",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"vue-router": "^4.3.0"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
@ -72,7 +72,7 @@
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vue": "^3.4.5",
"vue": "^3.5.13",
"vue-tsc": "^2.0.10"
}
}