Skip to content

Commit 7a0a92c

Browse files
authored
chore: update dep version (#805)
* docs: 修正显示错误 * chore: update version
1 parent 00d9e40 commit 7a0a92c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

PUBLISH.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
- 仓库的 Github Action 会自动整理上个版本至今 commit 对应的 CHANGELOG,并将 CHANGELOG 的 draft 作为一个评论推送到该 Pull Request 上
77
- 发布人检查 CHANGELOG,并优化内容逻辑结构,确认无误后删除对于评论首行提示,Github Action 会将优化后的内容写入 CHANGELOG.md 内
88
- 确认无误后,合并分支入`develop`
9+
910
合入 `develop` 后,仓库会触发 Github Action 合入 `main` 分支,并将版本号作为 `tag` 打在仓库上

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"test:coverage": "echo \"no test:coverage specified,work in process\""
2222
},
2323
"dependencies": {
24-
"@vueuse/core": "^10.7.2",
25-
"axios": "^1.6.7",
26-
"dayjs": "^1.11.10",
24+
"@vueuse/core": "^12.3.0",
25+
"axios": "^1.7.9",
26+
"dayjs": "^1.11.13",
2727
"echarts": "5.4.3",
2828
"lodash": "^4.17.21",
2929
"nprogress": "^0.2.0",
3030
"pinia": "2.1.7",
3131
"pinia-plugin-persistedstate": "^3.2.0",
3232
"qrcode.vue": "^3.4.1",
3333
"qs": "^6.11.2",
34-
"tdesign-icons-vue-next": "^0.2.2",
35-
"tdesign-vue-next": "^1.10.5",
34+
"tdesign-icons-vue-next": "^0.3.3",
35+
"tdesign-vue-next": "^1.10.6",
3636
"tvision-color": "^1.6.0",
3737
"vue": "^3.5.0",
3838
"vue-i18n": "^9.9.1",

0 commit comments

Comments
 (0)