Skip to content

Commit

Permalink
chore: update dep version (#805)
Browse files Browse the repository at this point in the history
* docs: 修正显示错误

* chore: update version
  • Loading branch information
timi137137 authored Jan 3, 2025
1 parent 00d9e40 commit 7a0a92c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
- 仓库的 Github Action 会自动整理上个版本至今 commit 对应的 CHANGELOG,并将 CHANGELOG 的 draft 作为一个评论推送到该 Pull Request 上
- 发布人检查 CHANGELOG,并优化内容逻辑结构,确认无误后删除对于评论首行提示,Github Action 会将优化后的内容写入 CHANGELOG.md 内
- 确认无误后,合并分支入`develop`

合入 `develop` 后,仓库会触发 Github Action 合入 `main` 分支,并将版本号作为 `tag` 打在仓库上
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"test:coverage": "echo \"no test:coverage specified,work in process\""
},
"dependencies": {
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"@vueuse/core": "^12.3.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"echarts": "5.4.3",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"qrcode.vue": "^3.4.1",
"qs": "^6.11.2",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.10.5",
"tdesign-icons-vue-next": "^0.3.3",
"tdesign-vue-next": "^1.10.6",
"tvision-color": "^1.6.0",
"vue": "^3.5.0",
"vue-i18n": "^9.9.1",
Expand Down

0 comments on commit 7a0a92c

Please sign in to comment.