chore(deps-dev): bump prettier from 3.6.2 to 3.7.4 in /superset-frontend (#36487)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
dependabot[bot]
2025-12-11 11:22:46 -08:00
committed by GitHub
parent c16ca9527c
commit ead19f9ba3
38 changed files with 112 additions and 116 deletions

View File

@@ -52,8 +52,7 @@ export const DEFAULT_FORM_DATA: BoxPlotQueryFormData = {
...DEFAULT_TITLE_FORM_DATA,
};
export interface EchartsBoxPlotChartProps
extends BaseChartProps<BoxPlotQueryFormData> {
export interface EchartsBoxPlotChartProps extends BaseChartProps<BoxPlotQueryFormData> {
formData: BoxPlotQueryFormData;
}