Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@monaco-editor/loader": "1.5.0"
},
"dependencies": {
"@antv/dumi-theme-antv": "^0.7.4",
"@antv/dumi-theme-antv": "0.8.0-beta.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

将依赖项 @antv/dumi-theme-antv 更新为 beta 版本 (0.8.0-beta.1) 可能会引入不稳定因素。Beta 版本通常用于测试,可能包含未解决的 bug 或未来的破坏性变更。为了保证官网的稳定性,建议使用稳定的发行版本,除非有特殊原因需要使用此 beta 版。如果需要回退,可以考虑使用之前的版本。

Suggested change
"@antv/dumi-theme-antv": "0.8.0-beta.1",
"@antv/dumi-theme-antv": "^0.7.4",

"@antv/f-react": "~0.0.7",
"@antv/f-test-utils": "1.0.3",
"@antv/f2": "^5.7.5",
Expand Down
Loading