chore(deps): upgrade npm dependencies

This commit is contained in:
Fu Diwei
2025-05-12 22:12:59 +08:00
committed by RHQYZ
parent fdee69bdaf
commit 6bbcec6163
7 changed files with 180 additions and 176 deletions

View File

@@ -484,7 +484,7 @@ const DeployNodeConfigForm = forwardRef<DeployNodeConfigFormInstance, DeployNode
</Form>
<Show when={!!nestedFormEl}>
<Divider className="my-1">
<Divider size="small">
<Typography.Text className="text-xs font-normal" type="secondary">
{t("workflow_node.deploy.form.params_config.label")}
</Typography.Text>
@@ -494,7 +494,7 @@ const DeployNodeConfigForm = forwardRef<DeployNodeConfigFormInstance, DeployNode
</Show>
<Show when={!!fieldProvider}>
<Divider className="my-1">
<Divider size="small">
<Typography.Text className="text-xs font-normal" type="secondary">
{t("workflow_node.deploy.form.strategy_config.label")}
</Typography.Text>