From 92936d3a7217d00999b07593e52d290cf1ad992c Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Fri, 20 Jan 2023 15:06:51 -0500 Subject: [PATCH] Chore: update @grafana/experimental to 1.1.0 (#61820) The main goal is to bring in changes that address a11y issue #56561. This also fixes any ts errors. --- package.json | 2 +- .../visual-query-builder/GroupByRow.tsx | 2 +- .../querybuilder/components/LabelFilters.tsx | 2 +- .../querybuilder/shared/LabelFilters.tsx | 2 +- yarn.lock | 20 ++++++++++++++++++- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd90f8a92f9..0e63a12ee0a 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "@grafana/aws-sdk": "0.0.40", "@grafana/data": "workspace:*", "@grafana/e2e-selectors": "workspace:*", - "@grafana/experimental": "1.0.1", + "@grafana/experimental": "1.1.0", "@grafana/faro-core": "1.0.0-beta2", "@grafana/faro-web-sdk": "1.0.0-beta2", "@grafana/google-sdk": "0.0.4", diff --git a/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx b/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx index 7c91147f724..be8a87523cc 100644 --- a/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx +++ b/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx @@ -26,7 +26,7 @@ export function GroupByRow({ sql, columns, onSqlChange }: GroupByRowProps) { ); return ( - + ( + renderItem={(item: Partial, onChangeItem, onDelete) => ( ( + renderItem={(item: Partial, onChangeItem, onDelete) => (