Release: 11.5.2 (#100919)

* Update changelog

* Update version to 11.5.2

* baldm0mma/ update version

* baldm0mma/ run yarn

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
This commit is contained in:
github-actions[bot]
2025-02-18 17:12:07 -07:00
committed by GitHub
co-authored by github-actions[bot] jev forsberg
parent f16a6dc98c
commit 9e942dcb9a
58 changed files with 308 additions and 283 deletions
+25
View File
@@ -1,3 +1,28 @@
<!-- 11.5.2 START -->
# 11.5.2 (2025-02-18)
### Features and enhancements
- **Docker:** Use our own glibc 2.40 binaries [#99918](https://github.com/grafana/grafana/pull/99918), [@DanCech](https://github.com/DanCech)
- **TransformationFilter:** Include transformation outputs in transformation filtering options [#99878](https://github.com/grafana/grafana/pull/99878), [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
- **grafana-ui:** Update InlineField error prop type to React.ReactNode [#100373](https://github.com/grafana/grafana/pull/100373), [@Clarity-89](https://github.com/Clarity-89)
### Bug fixes
- **Alerting:** Allow specifying uid for new rules added to groups [#100450](https://github.com/grafana/grafana/pull/100450), [@yuri-tceretian](https://github.com/yuri-tceretian)
- **Alerting:** Allow specifying uid for new rules added to groups [#100450](https://github.com/grafana/grafana/pull/100450), [@yuri-tceretian](https://github.com/yuri-tceretian)
- **Alerting:** Call RLock() before reading sendAlertsTo map [#99880](https://github.com/grafana/grafana/pull/99880), [@santihernandezc](https://github.com/santihernandezc)
- **Auth:** Fix redirect with JWT auth URL login [#100355](https://github.com/grafana/grafana/pull/100355), [@mgyongyosi](https://github.com/mgyongyosi)
- **AuthN:** Refetch user on "ErrUserAlreadyExists" [#100582](https://github.com/grafana/grafana/pull/100582), [@kalleep](https://github.com/kalleep)
- **Azure:** Correctly set application insights resource values [#99599](https://github.com/grafana/grafana/pull/99599), [@aangelisc](https://github.com/aangelisc)
- **CodeEditor:** Fix cursor alignment [#99863](https://github.com/grafana/grafana/pull/99863), [@ashharrison90](https://github.com/ashharrison90)
- **DashboardList:** Throttle the re-renders [#100046](https://github.com/grafana/grafana/pull/100046), [@bfmatei](https://github.com/bfmatei)
- **Dashboards:** Bring back scripted dashboards [#100633](https://github.com/grafana/grafana/pull/100633), [@dprokop](https://github.com/dprokop)
- **Plugin Metrics:** Eliminate data race in plugin metrics middleware [#100078](https://github.com/grafana/grafana/pull/100078), [@clord](https://github.com/clord)
- **RBAC:** Don't check folder access if `annotationPermissionUpdate` FT is enabled [#100117](https://github.com/grafana/grafana/pull/100117), [@IevaVasiljeva](https://github.com/IevaVasiljeva)
<!-- 11.5.2 END -->
<!-- 11.5.1 START -->
# 11.5.1 (2025-02-03)
@@ -1,6 +1,6 @@
{
"name": "@test-plugins/extensions-test-app",
"version": "11.5.0-pre",
"version": "11.5.3",
"private": true,
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
@@ -1,6 +1,6 @@
{
"name": "@test-plugins/grafana-e2etest-datasource",
"version": "11.5.0-pre",
"version": "11.5.3",
"private": true,
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
@@ -11,7 +11,7 @@
"author": "Grafana",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/plugin-configs": "11.5.1",
"@grafana/plugin-configs": "11.5.3",
"@types/lodash": "4.17.7",
"@types/node": "22.10.2",
"@types/prismjs": "1.26.4",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "11.5.1"
"version": "11.5.3"
}
+1 -1
View File
@@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"version": "11.5.1",
"version": "11.5.3",
"repository": "github:grafana/grafana",
"scripts": {
"build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js --progress",
+2 -2
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana Data Library",
"keywords": [
"typescript"
@@ -36,7 +36,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "7.0.1",
"@grafana/schema": "11.5.1",
"@grafana/schema": "11.5.3",
"@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.3",
"d3-interpolate": "3.0.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "11.5.1",
"version": "11.5.3",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/flamegraph",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana flamegraph visualization component",
"keywords": [
"grafana",
@@ -44,8 +44,8 @@
],
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/ui": "11.5.3",
"@leeoniya/ufuzzy": "1.0.18",
"d3": "^7.8.5",
"lodash": "4.17.21",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@grafana/saga-icons",
"version": "11.5.1",
"version": "11.5.3",
"private": true,
"description": "Icons for Grafana",
"author": "Grafana Labs",
@@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"name": "@grafana/o11y-ds-frontend",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"description": "Library to manage traces in Grafana.",
"sideEffects": false,
"repository": {
@@ -18,12 +18,12 @@
},
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/e2e-selectors": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"react-select": "5.9.0",
"react-use": "17.6.0",
"rxjs": "7.8.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"tslib": "2.8.1"
},
+6 -6
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"name": "@grafana/prometheus",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana Prometheus Library",
"keywords": [
"typescript"
@@ -38,12 +38,12 @@
"dependencies": {
"@emotion/css": "11.13.5",
"@floating-ui/react": "0.27.3",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/faro-web-sdk": "1.12.2",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"@hello-pangea/dnd": "17.0.0",
"@leeoniya/ufuzzy": "1.0.18",
"@lezer/common": "1.2.3",
@@ -76,7 +76,7 @@
},
"devDependencies": {
"@emotion/eslint-plugin": "11.12.0",
"@grafana/e2e-selectors": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/tsconfig": "^2.0.0",
"@rollup/plugin-image": "3.0.3",
"@rollup/plugin-node-resolve": "16.0.0",
+5 -5
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@@ -37,11 +37,11 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@grafana/data": "11.5.1",
"@grafana/e2e-selectors": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"history": "4.10.1",
"lodash": "4.17.21",
"react-use": "17.6.0",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/schema",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana Schema Library",
"keywords": [
"typescript"
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
limit: number;
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export enum VizDisplayMode {
Candles = 'candles',
@@ -10,7 +10,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export enum HorizontalConstraint {
Center = 'center',
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface MetricStat {
/**
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
/**
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
selectedSeries: number;
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export type UpdateConfig = {
render: boolean,
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends common.SingleStatBaseOptions {
minVizHeight: number;
@@ -10,7 +10,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
basemap: ui.MapLayerOptions;
@@ -10,7 +10,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
/**
* Controls the color mode of the heatmap
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
dedupStrategy: common.LogsDedupStrategy;
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export enum QueryEditorMode {
Builder = 'builder',
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
/**
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface ArcOption {
/**
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
/**
* Select the pie chart display style.
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;
@@ -10,7 +10,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -10,7 +10,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -10,7 +10,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options {
/**
@@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export enum TextMode {
Code = 'code',
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions;
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
/**
* Identical to timeseries... except it does not have timezone settings
@@ -10,7 +10,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "11.5.1";
export const pluginVersion = "11.5.3";
export enum PointShape {
Circle = 'circle',
+5 -5
View File
@@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "@grafana/sql",
"version": "11.5.1",
"version": "11.5.3",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git",
@@ -15,11 +15,11 @@
},
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/e2e-selectors": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/ui": "11.5.3",
"@react-awesome-query-builder/ui": "6.6.4",
"immutable": "5.0.3",
"lodash": "4.17.21",
+4 -4
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "11.5.1",
"version": "11.5.3",
"description": "Grafana Components Library",
"keywords": [
"grafana",
@@ -50,10 +50,10 @@
"@emotion/react": "11.14.0",
"@emotion/serialize": "1.3.3",
"@floating-ui/react": "0.27.3",
"@grafana/data": "11.5.1",
"@grafana/e2e-selectors": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "11.5.1",
"@grafana/schema": "11.5.3",
"@hello-pangea/dnd": "17.0.0",
"@leeoniya/ufuzzy": "1.0.18",
"@monaco-editor/react": "4.6.0",
@@ -2,14 +2,14 @@
"name": "@grafana-plugins/grafana-azure-monitor-datasource",
"description": "Grafana data source for Azure Monitor",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"@kusto/monaco-kusto": "^10.0.0",
"fast-deep-equal": "^3.1.3",
"i18next": "^24.0.0",
@@ -25,8 +25,8 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.5.1",
"@grafana/plugin-configs": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
@@ -2,15 +2,15 @@
"name": "@grafana-plugins/stackdriver",
"description": "Grafana data source for Google Cloud Monitoring",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/google-sdk": "0.1.2",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"debounce-promise": "3.1.2",
"fast-deep-equal": "^3.1.3",
"i18next": "^24.0.0",
@@ -26,8 +26,8 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.5.1",
"@grafana/plugin-configs": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
@@ -2,22 +2,22 @@
"name": "@grafana-plugins/grafana-postgresql-datasource",
"description": "PostgreSQL data source plugin",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/sql": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/sql": "11.5.3",
"@grafana/ui": "11.5.3",
"lodash": "4.17.21",
"react": "18.2.0",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.5.1",
"@grafana/plugin-configs": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
@@ -2,13 +2,13 @@
"name": "@grafana-plugins/grafana-pyroscope-datasource",
"description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"fast-deep-equal": "^3.1.3",
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
@@ -20,7 +20,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/plugin-configs": "11.5.1",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
@@ -2,14 +2,14 @@
"name": "@grafana-plugins/grafana-testdata-datasource",
"description": "Generates test data in different forms",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"d3-random": "^3.0.1",
"lodash": "4.17.21",
"micro-memoize": "^4.1.2",
@@ -22,8 +22,8 @@
"uuid": "11.0.5"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.5.1",
"@grafana/plugin-configs": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
@@ -2,7 +2,7 @@
"name": "@grafana-plugins/jaeger",
"description": "Jaeger plugin for Grafana",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "workspace:*",
@@ -2,22 +2,22 @@
"name": "@grafana-plugins/mssql",
"description": "MSSQL data source plugin",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/sql": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/sql": "11.5.3",
"@grafana/ui": "11.5.3",
"lodash": "4.17.21",
"react": "18.2.0",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.5.1",
"@grafana/plugin-configs": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
@@ -2,22 +2,22 @@
"name": "@grafana-plugins/mysql",
"description": "MySQL data source plugin",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/experimental": "2.1.6",
"@grafana/runtime": "11.5.1",
"@grafana/sql": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/runtime": "11.5.3",
"@grafana/sql": "11.5.3",
"@grafana/ui": "11.5.3",
"lodash": "4.17.21",
"react": "18.2.0",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.5.1",
"@grafana/plugin-configs": "11.5.1",
"@grafana/e2e-selectors": "11.5.3",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
@@ -2,13 +2,13 @@
"name": "@grafana-plugins/parca",
"description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.1",
"@grafana/runtime": "11.5.1",
"@grafana/schema": "11.5.1",
"@grafana/ui": "11.5.1",
"@grafana/data": "11.5.3",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"react": "18.2.0",
@@ -18,7 +18,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/plugin-configs": "11.5.1",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
@@ -2,7 +2,7 @@
"name": "@grafana-plugins/tempo",
"description": "Grafana plugin for the Tempo data source.",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "workspace:*",
@@ -39,7 +39,7 @@
"uuid": "11.0.5"
},
"devDependencies": {
"@grafana/plugin-configs": "11.5.1",
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
@@ -2,7 +2,7 @@
"name": "@grafana-plugins/zipkin",
"description": "Zipkin plugin for Grafana",
"private": true,
"version": "11.5.1",
"version": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "workspace:*",
+75 -75
View File
@@ -1176,7 +1176,7 @@
<rect x="1514.8" y="1679.3" class="st8" width="116.5" height="22.7"/>
<rect x="1398.3" y="1679.3" class="st9" width="116.5" height="22.7"/>
<rect x="1281.7" y="1679.3" class="st9" width="116.5" height="22.7"/>
<rect x="1165.2" y="1679.3" class="st10" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1679.3" class="st10" width="116.5" height="22.7"/>
<rect x="1048.7" y="1679.3" class="st7" width="116.5" height="22.7"/>
<rect x="932.2" y="1679.3" class="st10" width="116.5" height="22.7"/>
<rect x="815.7" y="1679.3" class="st11" width="116.5" height="22.7"/>
@@ -1199,7 +1199,7 @@
<rect x="1514.8" y="1656.6" class="st25" width="116.5" height="22.7"/>
<rect x="1398.3" y="1656.6" class="st20" width="116.5" height="22.7"/>
<rect x="1281.7" y="1656.6" class="st25" width="116.5" height="22.7"/>
<rect x="1165.2" y="1656.6" class="st21" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1656.6" class="st21" width="116.5" height="22.7"/>
<rect x="1048.7" y="1656.6" class="st26" width="116.5" height="22.7"/>
<rect x="932.2" y="1656.6" class="st26" width="116.5" height="22.7"/>
<rect x="815.7" y="1656.6" class="st27" width="116.5" height="22.7"/>
@@ -1222,7 +1222,7 @@
<rect x="1514.8" y="1633.9" class="st20" width="116.5" height="22.7"/>
<rect x="1398.3" y="1633.9" class="st41" width="116.5" height="22.7"/>
<rect x="1281.7" y="1633.9" class="st42" width="116.5" height="22.7"/>
<rect x="1165.2" y="1633.9" class="st43" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1633.9" class="st43" width="116.5" height="22.7"/>
<rect x="1048.7" y="1633.9" class="st44" width="116.5" height="22.7"/>
<rect x="932.2" y="1633.9" class="st44" width="116.5" height="22.7"/>
<rect x="815.7" y="1633.9" class="st45" width="116.5" height="22.7"/>
@@ -1245,7 +1245,7 @@
<rect x="1514.8" y="1611.2" class="st43" width="116.5" height="22.7"/>
<rect x="1398.3" y="1611.2" class="st20" width="116.5" height="22.7"/>
<rect x="1281.7" y="1611.2" class="st43" width="116.5" height="22.7"/>
<rect x="1165.2" y="1611.2" class="st43" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1611.2" class="st43" width="116.5" height="22.7"/>
<rect x="1048.7" y="1611.2" class="st44" width="116.5" height="22.7"/>
<rect x="932.2" y="1611.2" class="st53" width="116.5" height="22.7"/>
<rect x="815.7" y="1611.2" class="st35" width="116.5" height="22.7"/>
@@ -1268,7 +1268,7 @@
<rect x="1514.8" y="1588.5" class="st48" width="116.5" height="22.7"/>
<rect x="1398.3" y="1588.5" class="st35" width="116.5" height="22.7"/>
<rect x="1281.7" y="1588.5" class="st35" width="116.5" height="22.7"/>
<rect x="1165.2" y="1588.5" class="st62" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1588.5" class="st62" width="116.5" height="22.7"/>
<rect x="1048.7" y="1588.5" class="st43" width="116.5" height="22.7"/>
<rect x="932.2" y="1588.5" class="st62" width="116.5" height="22.7"/>
<rect x="815.7" y="1588.5" class="st63" width="116.5" height="22.7"/>
@@ -1291,7 +1291,7 @@
<rect x="1514.8" y="1565.8" class="st37" width="116.5" height="22.7"/>
<rect x="1398.3" y="1565.8" class="st44" width="116.5" height="22.7"/>
<rect x="1281.7" y="1565.8" class="st35" width="116.5" height="22.7"/>
<rect x="1165.2" y="1565.8" class="st68" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1565.8" class="st68" width="116.5" height="22.7"/>
<rect x="1048.7" y="1565.8" class="st38" width="116.5" height="22.7"/>
<rect x="932.2" y="1565.8" class="st69" width="116.5" height="22.7"/>
<rect x="815.7" y="1565.8" class="st70" width="116.5" height="22.7"/>
@@ -1314,7 +1314,7 @@
<rect x="1514.8" y="1543.1" class="st45" width="116.5" height="22.7"/>
<rect x="1398.3" y="1543.1" class="st57" width="116.5" height="22.7"/>
<rect x="1281.7" y="1543.1" class="st79" width="116.5" height="22.7"/>
<rect x="1165.2" y="1543.1" class="st80" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1543.1" class="st80" width="116.5" height="22.7"/>
<rect x="1048.7" y="1543.1" class="st77" width="116.5" height="22.7"/>
<rect x="932.2" y="1543.1" class="st81" width="116.5" height="22.7"/>
<rect x="815.7" y="1543.1" class="st82" width="116.5" height="22.7"/>
@@ -1337,7 +1337,7 @@
<rect x="1514.8" y="1520.5" class="st92" width="116.5" height="22.7"/>
<rect x="1398.3" y="1520.5" class="st93" width="116.5" height="22.7"/>
<rect x="1281.7" y="1520.5" class="st94" width="116.5" height="22.7"/>
<rect x="1165.2" y="1520.5" class="st90" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1520.5" class="st90" width="116.5" height="22.7"/>
<rect x="1048.7" y="1520.5" class="st90" width="116.5" height="22.7"/>
<rect x="932.2" y="1520.5" class="st71" width="116.5" height="22.7"/>
<rect x="815.7" y="1520.5" class="st95" width="116.5" height="22.7"/>
@@ -1360,7 +1360,7 @@
<rect x="1514.8" y="1497.8" class="st102" width="116.5" height="22.7"/>
<rect x="1398.3" y="1497.8" class="st103" width="116.5" height="22.7"/>
<rect x="1281.7" y="1497.8" class="st104" width="116.5" height="22.7"/>
<rect x="1165.2" y="1497.8" class="st105" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1497.8" class="st105" width="116.5" height="22.7"/>
<rect x="1048.7" y="1497.8" class="st99" width="116.5" height="22.7"/>
<rect x="932.2" y="1497.8" class="st106" width="116.5" height="22.7"/>
<rect x="815.7" y="1497.8" class="st99" width="116.5" height="22.7"/>
@@ -1383,7 +1383,7 @@
<rect x="1514.8" y="1475.1" class="st117" width="116.5" height="22.7"/>
<rect x="1398.3" y="1475.1" class="st118" width="116.5" height="22.7"/>
<rect x="1281.7" y="1475.1" class="st119" width="116.5" height="22.7"/>
<rect x="1165.2" y="1475.1" class="st120" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1475.1" class="st120" width="116.5" height="22.7"/>
<rect x="1048.7" y="1475.1" class="st121" width="116.5" height="22.7"/>
<rect x="932.2" y="1475.1" class="st62" width="116.5" height="22.7"/>
<rect x="815.7" y="1475.1" class="st112" width="116.5" height="22.7"/>
@@ -1406,7 +1406,7 @@
<rect x="1514.8" y="1452.4" class="st129" width="116.5" height="22.7"/>
<rect x="1398.3" y="1452.4" class="st130" width="116.5" height="22.7"/>
<rect x="1281.7" y="1452.4" class="st131" width="116.5" height="22.7"/>
<rect x="1165.2" y="1452.4" class="st120" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1452.4" class="st120" width="116.5" height="22.7"/>
<rect x="1048.7" y="1452.4" class="st132" width="116.5" height="22.7"/>
<rect x="932.2" y="1452.4" class="st125" width="116.5" height="22.7"/>
<rect x="815.7" y="1452.4" class="st133" width="116.5" height="22.7"/>
@@ -1429,7 +1429,7 @@
<rect x="1514.8" y="1429.7" class="st142" width="116.5" height="22.7"/>
<rect x="1398.3" y="1429.7" class="st138" width="116.5" height="22.7"/>
<rect x="1281.7" y="1429.7" class="st143" width="116.5" height="22.7"/>
<rect x="1165.2" y="1429.7" class="st144" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1429.7" class="st144" width="116.5" height="22.7"/>
<rect x="1048.7" y="1429.7" class="st137" width="116.5" height="22.7"/>
<rect x="932.2" y="1429.7" class="st145" width="116.5" height="22.7"/>
<rect x="815.7" y="1429.7" class="st146" width="116.5" height="22.7"/>
@@ -1452,7 +1452,7 @@
<rect x="1514.8" y="1407" class="st154" width="116.5" height="22.7"/>
<rect x="1398.3" y="1407" class="st155" width="116.5" height="22.7"/>
<rect x="1281.7" y="1407" class="st156" width="116.5" height="22.7"/>
<rect x="1165.2" y="1407" class="st157" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1407" class="st157" width="116.5" height="22.7"/>
<rect x="1048.7" y="1407" class="st156" width="116.5" height="22.7"/>
<rect x="932.2" y="1407" class="st157" width="116.5" height="22.7"/>
<rect x="815.7" y="1407" class="st158" width="116.5" height="22.7"/>
@@ -1475,7 +1475,7 @@
<rect x="1514.8" y="1384.3" class="st164" width="116.5" height="22.7"/>
<rect x="1398.3" y="1384.3" class="st165" width="116.5" height="22.7"/>
<rect x="1281.7" y="1384.3" class="st166" width="116.5" height="22.7"/>
<rect x="1165.2" y="1384.3" class="st167" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1384.3" class="st167" width="116.5" height="22.7"/>
<rect x="1048.7" y="1384.3" class="st168" width="116.5" height="22.7"/>
<rect x="932.2" y="1384.3" class="st156" width="116.5" height="22.7"/>
<rect x="815.7" y="1384.3" class="st169" width="116.5" height="22.7"/>
@@ -1498,7 +1498,7 @@
<rect x="1514.8" y="1361.6" class="st179" width="116.5" height="22.7"/>
<rect x="1398.3" y="1361.6" class="st179" width="116.5" height="22.7"/>
<rect x="1281.7" y="1361.6" class="st180" width="116.5" height="22.7"/>
<rect x="1165.2" y="1361.6" class="st181" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1361.6" class="st181" width="116.5" height="22.7"/>
<rect x="1048.7" y="1361.6" class="st182" width="116.5" height="22.7"/>
<rect x="932.2" y="1361.6" class="st144" width="116.5" height="22.7"/>
<rect x="815.7" y="1361.6" class="st183" width="116.5" height="22.7"/>
@@ -1521,7 +1521,7 @@
<rect x="1514.8" y="1338.9" class="st194" width="116.5" height="22.7"/>
<rect x="1398.3" y="1338.9" class="st195" width="116.5" height="22.7"/>
<rect x="1281.7" y="1338.9" class="st196" width="116.5" height="22.7"/>
<rect x="1165.2" y="1338.9" class="st176" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1338.9" class="st176" width="116.5" height="22.7"/>
<rect x="1048.7" y="1338.9" class="st197" width="116.5" height="22.7"/>
<rect x="932.2" y="1338.9" class="st198" width="116.5" height="22.7"/>
<rect x="815.7" y="1338.9" class="st199" width="116.5" height="22.7"/>
@@ -1544,7 +1544,7 @@
<rect x="1514.8" y="1316.2" class="st208" width="116.5" height="22.7"/>
<rect x="1398.3" y="1316.2" class="st191" width="116.5" height="22.7"/>
<rect x="1281.7" y="1316.2" class="st194" width="116.5" height="22.7"/>
<rect x="1165.2" y="1316.2" class="st209" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1316.2" class="st209" width="116.5" height="22.7"/>
<rect x="1048.7" y="1316.2" class="st179" width="116.5" height="22.7"/>
<rect x="932.2" y="1316.2" class="st177" width="116.5" height="22.7"/>
<rect x="815.7" y="1316.2" class="st157" width="116.5" height="22.7"/>
@@ -1567,7 +1567,7 @@
<rect x="1514.8" y="1293.5" class="st207" width="116.5" height="22.7"/>
<rect x="1398.3" y="1293.5" class="st194" width="116.5" height="22.7"/>
<rect x="1281.7" y="1293.5" class="st217" width="116.5" height="22.7"/>
<rect x="1165.2" y="1293.5" class="st193" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1293.5" class="st193" width="116.5" height="22.7"/>
<rect x="1048.7" y="1293.5" class="st174" width="116.5" height="22.7"/>
<rect x="932.2" y="1293.5" class="st218" width="116.5" height="22.7"/>
<rect x="815.7" y="1293.5" class="st219" width="116.5" height="22.7"/>
@@ -1590,7 +1590,7 @@
<rect x="1514.8" y="1270.8" class="st215" width="116.5" height="22.7"/>
<rect x="1398.3" y="1270.8" class="st215" width="116.5" height="22.7"/>
<rect x="1281.7" y="1270.8" class="st205" width="116.5" height="22.7"/>
<rect x="1165.2" y="1270.8" class="st195" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1270.8" class="st195" width="116.5" height="22.7"/>
<rect x="1048.7" y="1270.8" class="st232" width="116.5" height="22.7"/>
<rect x="932.2" y="1270.8" class="st155" width="116.5" height="22.7"/>
<rect x="815.7" y="1270.8" class="st155" width="116.5" height="22.7"/>
@@ -1613,7 +1613,7 @@
<rect x="1514.8" y="1248.1" class="st241" width="116.5" height="22.7"/>
<rect x="1398.3" y="1248.1" class="st216" width="116.5" height="22.7"/>
<rect x="1281.7" y="1248.1" class="st208" width="116.5" height="22.7"/>
<rect x="1165.2" y="1248.1" class="st232" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1248.1" class="st232" width="116.5" height="22.7"/>
<rect x="1048.7" y="1248.1" class="st242" width="116.5" height="22.7"/>
<rect x="932.2" y="1248.1" class="st243" width="116.5" height="22.7"/>
<rect x="815.7" y="1248.1" class="st244" width="116.5" height="22.7"/>
@@ -1636,7 +1636,7 @@
<rect x="1514.8" y="1225.4" class="st216" width="116.5" height="22.7"/>
<rect x="1398.3" y="1225.4" class="st252" width="116.5" height="22.7"/>
<rect x="1281.7" y="1225.4" class="st208" width="116.5" height="22.7"/>
<rect x="1165.2" y="1225.4" class="st253" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1225.4" class="st253" width="116.5" height="22.7"/>
<rect x="1048.7" y="1225.4" class="st180" width="116.5" height="22.7"/>
<rect x="932.2" y="1225.4" class="st218" width="116.5" height="22.7"/>
<rect x="815.7" y="1225.4" class="st254" width="116.5" height="22.7"/>
@@ -1659,7 +1659,7 @@
<rect x="1514.8" y="1202.7" class="st263" width="116.5" height="22.7"/>
<rect x="1398.3" y="1202.7" class="st231" width="116.5" height="22.7"/>
<rect x="1281.7" y="1202.7" class="st231" width="116.5" height="22.7"/>
<rect x="1165.2" y="1202.7" class="st264" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1202.7" class="st264" width="116.5" height="22.7"/>
<rect x="1048.7" y="1202.7" class="st265" width="116.5" height="22.7"/>
<rect x="932.2" y="1202.7" class="st153" width="116.5" height="22.7"/>
<rect x="815.7" y="1202.7" class="st266" width="116.5" height="22.7"/>
@@ -1682,7 +1682,7 @@
<rect x="1514.8" y="1180.1" class="st275" width="116.5" height="22.7"/>
<rect x="1398.3" y="1180.1" class="st231" width="116.5" height="22.7"/>
<rect x="1281.7" y="1180.1" class="st276" width="116.5" height="22.7"/>
<rect x="1165.2" y="1180.1" class="st276" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1180.1" class="st276" width="116.5" height="22.7"/>
<rect x="1048.7" y="1180.1" class="st277" width="116.5" height="22.7"/>
<rect x="932.2" y="1180.1" class="st219" width="116.5" height="22.7"/>
<rect x="815.7" y="1180.1" class="st278" width="116.5" height="22.7"/>
@@ -1705,7 +1705,7 @@
<rect x="1514.8" y="1157.4" class="st227" width="116.5" height="22.7"/>
<rect x="1398.3" y="1157.4" class="st195" width="116.5" height="22.7"/>
<rect x="1281.7" y="1157.4" class="st284" width="116.5" height="22.7"/>
<rect x="1165.2" y="1157.4" class="st274" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1157.4" class="st274" width="116.5" height="22.7"/>
<rect x="1048.7" y="1157.4" class="st197" width="116.5" height="22.7"/>
<rect x="932.2" y="1157.4" class="st285" width="116.5" height="22.7"/>
<rect x="815.7" y="1157.4" class="st286" width="116.5" height="22.7"/>
@@ -1728,7 +1728,7 @@
<rect x="1514.8" y="1134.7" class="st291" width="116.5" height="22.7"/>
<rect x="1398.3" y="1134.7" class="st230" width="116.5" height="22.7"/>
<rect x="1281.7" y="1134.7" class="st293" width="116.5" height="22.7"/>
<rect x="1165.2" y="1134.7" class="st216" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1134.7" class="st216" width="116.5" height="22.7"/>
<rect x="1048.7" y="1134.7" class="st294" width="116.5" height="22.7"/>
<rect x="932.2" y="1134.7" class="st295" width="116.5" height="22.7"/>
<rect x="815.7" y="1134.7" class="st296" width="116.5" height="22.7"/>
@@ -1751,7 +1751,7 @@
<rect x="1514.8" y="1112" class="st300" width="116.5" height="22.7"/>
<rect x="1398.3" y="1112" class="st300" width="116.5" height="22.7"/>
<rect x="1281.7" y="1112" class="st156" width="116.5" height="22.7"/>
<rect x="1165.2" y="1112" class="st301" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1112" class="st301" width="116.5" height="22.7"/>
<rect x="1048.7" y="1112" class="st244" width="116.5" height="22.7"/>
<rect x="932.2" y="1112" class="st302" width="116.5" height="22.7"/>
<rect x="815.7" y="1112" class="st283" width="116.5" height="22.7"/>
@@ -1774,7 +1774,7 @@
<rect x="1514.8" y="1089.3" class="st153" width="116.5" height="22.7"/>
<rect x="1398.3" y="1089.3" class="st208" width="116.5" height="22.7"/>
<rect x="1281.7" y="1089.3" class="st213" width="116.5" height="22.7"/>
<rect x="1165.2" y="1089.3" class="st312" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1089.3" class="st312" width="116.5" height="22.7"/>
<rect x="1048.7" y="1089.3" class="st145" width="116.5" height="22.7"/>
<rect x="932.2" y="1089.3" class="st155" width="116.5" height="22.7"/>
<rect x="815.7" y="1089.3" class="st145" width="116.5" height="22.7"/>
@@ -1797,7 +1797,7 @@
<rect x="1514.8" y="1066.6" class="st318" width="116.5" height="22.7"/>
<rect x="1398.3" y="1066.6" class="st232" width="116.5" height="22.7"/>
<rect x="1281.7" y="1066.6" class="st209" width="116.5" height="22.7"/>
<rect x="1165.2" y="1066.6" class="st319" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1066.6" class="st319" width="116.5" height="22.7"/>
<rect x="1048.7" y="1066.6" class="st177" width="116.5" height="22.7"/>
<rect x="932.2" y="1066.6" class="st245" width="116.5" height="22.7"/>
<rect x="815.7" y="1066.6" class="st219" width="116.5" height="22.7"/>
@@ -1820,7 +1820,7 @@
<rect x="1514.8" y="1043.9" class="st325" width="116.5" height="22.7"/>
<rect x="1398.3" y="1043.9" class="st215" width="116.5" height="22.7"/>
<rect x="1281.7" y="1043.9" class="st191" width="116.5" height="22.7"/>
<rect x="1165.2" y="1043.9" class="st324" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1043.9" class="st324" width="116.5" height="22.7"/>
<rect x="1048.7" y="1043.9" class="st326" width="116.5" height="22.7"/>
<rect x="932.2" y="1043.9" class="st278" width="116.5" height="22.7"/>
<rect x="815.7" y="1043.9" class="st327" width="116.5" height="22.7"/>
@@ -1843,7 +1843,7 @@
<rect x="1514.8" y="1021.2" class="st165" width="116.5" height="22.7"/>
<rect x="1398.3" y="1021.2" class="st309" width="116.5" height="22.7"/>
<rect x="1281.7" y="1021.2" class="st263" width="116.5" height="22.7"/>
<rect x="1165.2" y="1021.2" class="st334" width="116.5" height="22.7"/>
<rect x="11.5.3" y="1021.2" class="st334" width="116.5" height="22.7"/>
<rect x="1048.7" y="1021.2" class="st335" width="116.5" height="22.7"/>
<rect x="932.2" y="1021.2" class="st319" width="116.5" height="22.7"/>
<rect x="815.7" y="1021.2" class="st182" width="116.5" height="22.7"/>
@@ -1866,7 +1866,7 @@
<rect x="1514.8" y="998.5" class="st342" width="116.5" height="22.7"/>
<rect x="1398.3" y="998.5" class="st344" width="116.5" height="22.7"/>
<rect x="1281.7" y="998.5" class="st345" width="116.5" height="22.7"/>
<rect x="1165.2" y="998.5" class="st279" width="116.5" height="22.7"/>
<rect x="11.5.3" y="998.5" class="st279" width="116.5" height="22.7"/>
<rect x="1048.7" y="998.5" class="st346" width="116.5" height="22.7"/>
<rect x="932.2" y="998.5" class="st347" width="116.5" height="22.7"/>
<rect x="815.7" y="998.5" class="st348" width="116.5" height="22.7"/>
@@ -1889,7 +1889,7 @@
<rect x="1514.8" y="975.8" class="st355" width="116.5" height="22.7"/>
<rect x="1398.3" y="975.8" class="st356" width="116.5" height="22.7"/>
<rect x="1281.7" y="975.8" class="st324" width="116.5" height="22.7"/>
<rect x="1165.2" y="975.8" class="st276" width="116.5" height="22.7"/>
<rect x="11.5.3" y="975.8" class="st276" width="116.5" height="22.7"/>
<rect x="1048.7" y="975.8" class="st176" width="116.5" height="22.7"/>
<rect x="932.2" y="975.8" class="st275" width="116.5" height="22.7"/>
<rect x="815.7" y="975.8" class="st193" width="116.5" height="22.7"/>
@@ -1912,7 +1912,7 @@
<rect x="1514.8" y="953.1" class="st363" width="116.5" height="22.7"/>
<rect x="1398.3" y="953.1" class="st364" width="116.5" height="22.7"/>
<rect x="1281.7" y="953.1" class="st365" width="116.5" height="22.7"/>
<rect x="1165.2" y="953.1" class="st366" width="116.5" height="22.7"/>
<rect x="11.5.3" y="953.1" class="st366" width="116.5" height="22.7"/>
<rect x="1048.7" y="953.1" class="st367" width="116.5" height="22.7"/>
<rect x="932.2" y="953.1" class="st282" width="116.5" height="22.7"/>
<rect x="815.7" y="953.1" class="st194" width="116.5" height="22.7"/>
@@ -1935,7 +1935,7 @@
<rect x="1514.8" y="930.4" class="st372" width="116.5" height="22.7"/>
<rect x="1398.3" y="930.4" class="st373" width="116.5" height="22.7"/>
<rect x="1281.7" y="930.4" class="st150" width="116.5" height="22.7"/>
<rect x="1165.2" y="930.4" class="st178" width="116.5" height="22.7"/>
<rect x="11.5.3" y="930.4" class="st178" width="116.5" height="22.7"/>
<rect x="1048.7" y="930.4" class="st218" width="116.5" height="22.7"/>
<rect x="932.2" y="930.4" class="st150" width="116.5" height="22.7"/>
<rect x="815.7" y="930.4" class="st374" width="116.5" height="22.7"/>
@@ -1958,7 +1958,7 @@
<rect x="1514.8" y="907.7" class="st360" width="116.5" height="22.7"/>
<rect x="1398.3" y="907.7" class="st384" width="116.5" height="22.7"/>
<rect x="1281.7" y="907.7" class="st208" width="116.5" height="22.7"/>
<rect x="1165.2" y="907.7" class="st385" width="116.5" height="22.7"/>
<rect x="11.5.3" y="907.7" class="st385" width="116.5" height="22.7"/>
<rect x="1048.7" y="907.7" class="st386" width="116.5" height="22.7"/>
<rect x="932.2" y="907.7" class="st387" width="116.5" height="22.7"/>
<rect x="815.7" y="907.7" class="st191" width="116.5" height="22.7"/>
@@ -1981,7 +1981,7 @@
<rect x="1514.8" y="885" class="st395" width="116.5" height="22.7"/>
<rect x="1398.3" y="885" class="st396" width="116.5" height="22.7"/>
<rect x="1281.7" y="885" class="st397" width="116.5" height="22.7"/>
<rect x="1165.2" y="885" class="st155" width="116.5" height="22.7"/>
<rect x="11.5.3" y="885" class="st155" width="116.5" height="22.7"/>
<rect x="1048.7" y="885" class="st190" width="116.5" height="22.7"/>
<rect x="932.2" y="885" class="st398" width="116.5" height="22.7"/>
<rect x="815.7" y="885" class="st251" width="116.5" height="22.7"/>
@@ -2004,7 +2004,7 @@
<rect x="1514.8" y="862.3" class="st333" width="116.5" height="22.7"/>
<rect x="1398.3" y="862.3" class="st176" width="116.5" height="22.7"/>
<rect x="1281.7" y="862.3" class="st405" width="116.5" height="22.7"/>
<rect x="1165.2" y="862.3" class="st182" width="116.5" height="22.7"/>
<rect x="11.5.3" y="862.3" class="st182" width="116.5" height="22.7"/>
<rect x="1048.7" y="862.3" class="st232" width="116.5" height="22.7"/>
<rect x="932.2" y="862.3" class="st406" width="116.5" height="22.7"/>
<rect x="815.7" y="862.3" class="st260" width="116.5" height="22.7"/>
@@ -2027,7 +2027,7 @@
<rect x="1514.8" y="839.7" class="st261" width="116.5" height="22.7"/>
<rect x="1398.3" y="839.7" class="st317" width="116.5" height="22.7"/>
<rect x="1281.7" y="839.7" class="st412" width="116.5" height="22.7"/>
<rect x="1165.2" y="839.7" class="st347" width="116.5" height="22.7"/>
<rect x="11.5.3" y="839.7" class="st347" width="116.5" height="22.7"/>
<rect x="1048.7" y="839.7" class="st413" width="116.5" height="22.7"/>
<rect x="932.2" y="839.7" class="st414" width="116.5" height="22.7"/>
<rect x="815.7" y="839.7" class="st415" width="116.5" height="22.7"/>
@@ -2050,7 +2050,7 @@
<rect x="1514.8" y="817" class="st395" width="116.5" height="22.7"/>
<rect x="1398.3" y="817" class="st215" width="116.5" height="22.7"/>
<rect x="1281.7" y="817" class="st234" width="116.5" height="22.7"/>
<rect x="1165.2" y="817" class="st324" width="116.5" height="22.7"/>
<rect x="11.5.3" y="817" class="st324" width="116.5" height="22.7"/>
<rect x="1048.7" y="817" class="st263" width="116.5" height="22.7"/>
<rect x="932.2" y="817" class="st333" width="116.5" height="22.7"/>
<rect x="815.7" y="817" class="st230" width="116.5" height="22.7"/>
@@ -2073,7 +2073,7 @@
<rect x="1514.8" y="794.3" class="st425" width="116.5" height="22.7"/>
<rect x="1398.3" y="794.3" class="st426" width="116.5" height="22.7"/>
<rect x="1281.7" y="794.3" class="st208" width="116.5" height="22.7"/>
<rect x="1165.2" y="794.3" class="st174" width="116.5" height="22.7"/>
<rect x="11.5.3" y="794.3" class="st174" width="116.5" height="22.7"/>
<rect x="1048.7" y="794.3" class="st208" width="116.5" height="22.7"/>
<rect x="932.2" y="794.3" class="st230" width="116.5" height="22.7"/>
<rect x="815.7" y="794.3" class="st427" width="116.5" height="22.7"/>
@@ -2096,7 +2096,7 @@
<rect x="1514.8" y="771.6" class="st431" width="116.5" height="22.7"/>
<rect x="1398.3" y="771.6" class="st380" width="116.5" height="22.7"/>
<rect x="1281.7" y="771.6" class="st432" width="116.5" height="22.7"/>
<rect x="1165.2" y="771.6" class="st413" width="116.5" height="22.7"/>
<rect x="11.5.3" y="771.6" class="st413" width="116.5" height="22.7"/>
<rect x="1048.7" y="771.6" class="st310" width="116.5" height="22.7"/>
<rect x="932.2" y="771.6" class="st431" width="116.5" height="22.7"/>
<rect x="815.7" y="771.6" class="st431" width="116.5" height="22.7"/>
@@ -2119,7 +2119,7 @@
<rect x="1514.8" y="748.9" class="st360" width="116.5" height="22.7"/>
<rect x="1398.3" y="748.9" class="st439" width="116.5" height="22.7"/>
<rect x="1281.7" y="748.9" class="st425" width="116.5" height="22.7"/>
<rect x="1165.2" y="748.9" class="st240" width="116.5" height="22.7"/>
<rect x="11.5.3" y="748.9" class="st240" width="116.5" height="22.7"/>
<rect x="1048.7" y="748.9" class="st205" width="116.5" height="22.7"/>
<rect x="932.2" y="748.9" class="st232" width="116.5" height="22.7"/>
<rect x="815.7" y="748.9" class="st333" width="116.5" height="22.7"/>
@@ -2142,7 +2142,7 @@
<rect x="1514.8" y="726.2" class="st404" width="116.5" height="22.7"/>
<rect x="1398.3" y="726.2" class="st442" width="116.5" height="22.7"/>
<rect x="1281.7" y="726.2" class="st443" width="116.5" height="22.7"/>
<rect x="1165.2" y="726.2" class="st361" width="116.5" height="22.7"/>
<rect x="11.5.3" y="726.2" class="st361" width="116.5" height="22.7"/>
<rect x="1048.7" y="726.2" class="st343" width="116.5" height="22.7"/>
<rect x="932.2" y="726.2" class="st444" width="116.5" height="22.7"/>
<rect x="815.7" y="726.2" class="st445" width="116.5" height="22.7"/>
@@ -2165,7 +2165,7 @@
<rect x="1514.8" y="703.5" class="st410" width="116.5" height="22.7"/>
<rect x="1398.3" y="703.5" class="st451" width="116.5" height="22.7"/>
<rect x="1281.7" y="703.5" class="st425" width="116.5" height="22.7"/>
<rect x="1165.2" y="703.5" class="st430" width="116.5" height="22.7"/>
<rect x="11.5.3" y="703.5" class="st430" width="116.5" height="22.7"/>
<rect x="1048.7" y="703.5" class="st362" width="116.5" height="22.7"/>
<rect x="932.2" y="703.5" class="st420" width="116.5" height="22.7"/>
<rect x="815.7" y="703.5" class="st452" width="116.5" height="22.7"/>
@@ -2188,7 +2188,7 @@
<rect x="1514.8" y="680.8" class="st456" width="116.5" height="22.7"/>
<rect x="1398.3" y="680.8" class="st182" width="116.5" height="22.7"/>
<rect x="1281.7" y="680.8" class="st457" width="116.5" height="22.7"/>
<rect x="1165.2" y="680.8" class="st219" width="116.5" height="22.7"/>
<rect x="11.5.3" y="680.8" class="st219" width="116.5" height="22.7"/>
<rect x="1048.7" y="680.8" class="st458" width="116.5" height="22.7"/>
<rect x="932.2" y="680.8" class="st360" width="116.5" height="22.7"/>
<rect x="815.7" y="680.8" class="st213" width="116.5" height="22.7"/>
@@ -2211,7 +2211,7 @@
<rect x="1514.8" y="658.1" class="st461" width="116.5" height="22.7"/>
<rect x="1398.3" y="658.1" class="st462" width="116.5" height="22.7"/>
<rect x="1281.7" y="658.1" class="st441" width="116.5" height="22.7"/>
<rect x="1165.2" y="658.1" class="st463" width="116.5" height="22.7"/>
<rect x="11.5.3" y="658.1" class="st463" width="116.5" height="22.7"/>
<rect x="1048.7" y="658.1" class="st463" width="116.5" height="22.7"/>
<rect x="932.2" y="658.1" class="st383" width="116.5" height="22.7"/>
<rect x="815.7" y="658.1" class="st450" width="116.5" height="22.7"/>
@@ -2234,7 +2234,7 @@
<rect x="1514.8" y="635.4" class="st465" width="116.5" height="22.7"/>
<rect x="1398.3" y="635.4" class="st445" width="116.5" height="22.7"/>
<rect x="1281.7" y="635.4" class="st466" width="116.5" height="22.7"/>
<rect x="1165.2" y="635.4" class="st394" width="116.5" height="22.7"/>
<rect x="11.5.3" y="635.4" class="st394" width="116.5" height="22.7"/>
<rect x="1048.7" y="635.4" class="st467" width="116.5" height="22.7"/>
<rect x="932.2" y="635.4" class="st468" width="116.5" height="22.7"/>
<rect x="815.7" y="635.4" class="st469" width="116.5" height="22.7"/>
@@ -2257,7 +2257,7 @@
<rect x="1514.8" y="612.7" class="st443" width="116.5" height="22.7"/>
<rect x="1398.3" y="612.7" class="st316" width="116.5" height="22.7"/>
<rect x="1281.7" y="612.7" class="st472" width="116.5" height="22.7"/>
<rect x="1165.2" y="612.7" class="st341" width="116.5" height="22.7"/>
<rect x="11.5.3" y="612.7" class="st341" width="116.5" height="22.7"/>
<rect x="1048.7" y="612.7" class="st473" width="116.5" height="22.7"/>
<rect x="932.2" y="612.7" class="st266" width="116.5" height="22.7"/>
<rect x="815.7" y="612.7" class="st474" width="116.5" height="22.7"/>
@@ -2280,7 +2280,7 @@
<rect x="1514.8" y="590" class="st393" width="116.5" height="22.7"/>
<rect x="1398.3" y="590" class="st263" width="116.5" height="22.7"/>
<rect x="1281.7" y="590" class="st477" width="116.5" height="22.7"/>
<rect x="1165.2" y="590" class="st241" width="116.5" height="22.7"/>
<rect x="11.5.3" y="590" class="st241" width="116.5" height="22.7"/>
<rect x="1048.7" y="590" class="st478" width="116.5" height="22.7"/>
<rect x="932.2" y="590" class="st216" width="116.5" height="22.7"/>
<rect x="815.7" y="590" class="st447" width="116.5" height="22.7"/>
@@ -2303,7 +2303,7 @@
<rect x="1514.8" y="567.3" class="st483" width="116.5" height="22.7"/>
<rect x="1398.3" y="567.3" class="st302" width="116.5" height="22.7"/>
<rect x="1281.7" y="567.3" class="st408" width="116.5" height="22.7"/>
<rect x="1165.2" y="567.3" class="st149" width="116.5" height="22.7"/>
<rect x="11.5.3" y="567.3" class="st149" width="116.5" height="22.7"/>
<rect x="1048.7" y="567.3" class="st217" width="116.5" height="22.7"/>
<rect x="932.2" y="567.3" class="st219" width="116.5" height="22.7"/>
<rect x="815.7" y="567.3" class="st354" width="116.5" height="22.7"/>
@@ -2326,7 +2326,7 @@
<rect x="1514.8" y="544.6" class="st427" width="116.5" height="22.7"/>
<rect x="1398.3" y="544.6" class="st324" width="116.5" height="22.7"/>
<rect x="1281.7" y="544.6" class="st485" width="116.5" height="22.7"/>
<rect x="1165.2" y="544.6" class="st193" width="116.5" height="22.7"/>
<rect x="11.5.3" y="544.6" class="st193" width="116.5" height="22.7"/>
<rect x="1048.7" y="544.6" class="st333" width="116.5" height="22.7"/>
<rect x="932.2" y="544.6" class="st486" width="116.5" height="22.7"/>
<rect x="815.7" y="544.6" class="st342" width="116.5" height="22.7"/>
@@ -2349,7 +2349,7 @@
<rect x="1514.8" y="521.9" class="st450" width="116.5" height="22.7"/>
<rect x="1398.3" y="521.9" class="st217" width="116.5" height="22.7"/>
<rect x="1281.7" y="521.9" class="st261" width="116.5" height="22.7"/>
<rect x="1165.2" y="521.9" class="st209" width="116.5" height="22.7"/>
<rect x="11.5.3" y="521.9" class="st209" width="116.5" height="22.7"/>
<rect x="1048.7" y="521.9" class="st395" width="116.5" height="22.7"/>
<rect x="932.2" y="521.9" class="st492" width="116.5" height="22.7"/>
<rect x="815.7" y="521.9" class="st493" width="116.5" height="22.7"/>
@@ -2372,7 +2372,7 @@
<rect x="1514.8" y="499.3" class="st150" width="116.5" height="22.7"/>
<rect x="1398.3" y="499.3" class="st278" width="116.5" height="22.7"/>
<rect x="1281.7" y="499.3" class="st156" width="116.5" height="22.7"/>
<rect x="1165.2" y="499.3" class="st498" width="116.5" height="22.7"/>
<rect x="11.5.3" y="499.3" class="st498" width="116.5" height="22.7"/>
<rect x="1048.7" y="499.3" class="st233" width="116.5" height="22.7"/>
<rect x="932.2" y="499.3" class="st499" width="116.5" height="22.7"/>
<rect x="815.7" y="499.3" class="st250" width="116.5" height="22.7"/>
@@ -2395,7 +2395,7 @@
<rect x="1514.8" y="476.6" class="st228" width="116.5" height="22.7"/>
<rect x="1398.3" y="476.6" class="st151" width="116.5" height="22.7"/>
<rect x="1281.7" y="476.6" class="st431" width="116.5" height="22.7"/>
<rect x="1165.2" y="476.6" class="st154" width="116.5" height="22.7"/>
<rect x="11.5.3" y="476.6" class="st154" width="116.5" height="22.7"/>
<rect x="1048.7" y="476.6" class="st502" width="116.5" height="22.7"/>
<rect x="932.2" y="476.6" class="st157" width="116.5" height="22.7"/>
<rect x="815.7" y="476.6" class="st434" width="116.5" height="22.7"/>
@@ -2418,7 +2418,7 @@
<rect x="1514.8" y="453.9" class="st469" width="116.5" height="22.7"/>
<rect x="1398.3" y="453.9" class="st450" width="116.5" height="22.7"/>
<rect x="1281.7" y="453.9" class="st395" width="116.5" height="22.7"/>
<rect x="1165.2" y="453.9" class="st228" width="116.5" height="22.7"/>
<rect x="11.5.3" y="453.9" class="st228" width="116.5" height="22.7"/>
<rect x="1048.7" y="453.9" class="st310" width="116.5" height="22.7"/>
<rect x="932.2" y="453.9" class="st347" width="116.5" height="22.7"/>
<rect x="815.7" y="453.9" class="st352" width="116.5" height="22.7"/>
@@ -2441,7 +2441,7 @@
<rect x="1514.8" y="431.2" class="st510" width="116.5" height="22.7"/>
<rect x="1398.3" y="431.2" class="st394" width="116.5" height="22.7"/>
<rect x="1281.7" y="431.2" class="st511" width="116.5" height="22.7"/>
<rect x="1165.2" y="431.2" class="st325" width="116.5" height="22.7"/>
<rect x="11.5.3" y="431.2" class="st325" width="116.5" height="22.7"/>
<rect x="1048.7" y="431.2" class="st512" width="116.5" height="22.7"/>
<rect x="932.2" y="431.2" class="st232" width="116.5" height="22.7"/>
<rect x="815.7" y="431.2" class="st429" width="116.5" height="22.7"/>
@@ -2464,7 +2464,7 @@
<rect x="1514.8" y="408.5" class="st517" width="116.5" height="22.7"/>
<rect x="1398.3" y="408.5" class="st518" width="116.5" height="22.7"/>
<rect x="1281.7" y="408.5" class="st519" width="116.5" height="22.7"/>
<rect x="1165.2" y="408.5" class="st249" width="116.5" height="22.7"/>
<rect x="11.5.3" y="408.5" class="st249" width="116.5" height="22.7"/>
<rect x="1048.7" y="408.5" class="st380" width="116.5" height="22.7"/>
<rect x="932.2" y="408.5" class="st318" width="116.5" height="22.7"/>
<rect x="815.7" y="408.5" class="st293" width="116.5" height="22.7"/>
@@ -2487,7 +2487,7 @@
<rect x="1514.8" y="385.8" class="st408" width="116.5" height="22.7"/>
<rect x="1398.3" y="385.8" class="st341" width="116.5" height="22.7"/>
<rect x="1281.7" y="385.8" class="st310" width="116.5" height="22.7"/>
<rect x="1165.2" y="385.8" class="st387" width="116.5" height="22.7"/>
<rect x="11.5.3" y="385.8" class="st387" width="116.5" height="22.7"/>
<rect x="1048.7" y="385.8" class="st195" width="116.5" height="22.7"/>
<rect x="932.2" y="385.8" class="st435" width="116.5" height="22.7"/>
<rect x="815.7" y="385.8" class="st365" width="116.5" height="22.7"/>
@@ -2510,7 +2510,7 @@
<rect x="1514.8" y="363.1" class="st332" width="116.5" height="22.7"/>
<rect x="1398.3" y="363.1" class="st260" width="116.5" height="22.7"/>
<rect x="1281.7" y="363.1" class="st341" width="116.5" height="22.7"/>
<rect x="1165.2" y="363.1" class="st341" width="116.5" height="22.7"/>
<rect x="11.5.3" y="363.1" class="st341" width="116.5" height="22.7"/>
<rect x="1048.7" y="363.1" class="st231" width="116.5" height="22.7"/>
<rect x="932.2" y="363.1" class="st182" width="116.5" height="22.7"/>
<rect x="815.7" y="363.1" class="st337" width="116.5" height="22.7"/>
@@ -2533,7 +2533,7 @@
<rect x="1514.8" y="340.4" class="st460" width="116.5" height="22.7"/>
<rect x="1398.3" y="340.4" class="st457" width="116.5" height="22.7"/>
<rect x="1281.7" y="340.4" class="st240" width="116.5" height="22.7"/>
<rect x="1165.2" y="340.4" class="st380" width="116.5" height="22.7"/>
<rect x="11.5.3" y="340.4" class="st380" width="116.5" height="22.7"/>
<rect x="1048.7" y="340.4" class="st527" width="116.5" height="22.7"/>
<rect x="932.2" y="340.4" class="st334" width="116.5" height="22.7"/>
<rect x="815.7" y="340.4" class="st308" width="116.5" height="22.7"/>
@@ -2556,7 +2556,7 @@
<rect x="1514.8" y="317.7" class="st485" width="116.5" height="22.7"/>
<rect x="1398.3" y="317.7" class="st365" width="116.5" height="22.7"/>
<rect x="1281.7" y="317.7" class="st429" width="116.5" height="22.7"/>
<rect x="1165.2" y="317.7" class="st308" width="116.5" height="22.7"/>
<rect x="11.5.3" y="317.7" class="st308" width="116.5" height="22.7"/>
<rect x="1048.7" y="317.7" class="st297" width="116.5" height="22.7"/>
<rect x="932.2" y="317.7" class="st207" width="116.5" height="22.7"/>
<rect x="815.7" y="317.7" class="st347" width="116.5" height="22.7"/>
@@ -2579,7 +2579,7 @@
<rect x="1514.8" y="295" class="st162" width="116.5" height="22.7"/>
<rect x="1398.3" y="295" class="st336" width="116.5" height="22.7"/>
<rect x="1281.7" y="295" class="st397" width="116.5" height="22.7"/>
<rect x="1165.2" y="295" class="st182" width="116.5" height="22.7"/>
<rect x="11.5.3" y="295" class="st182" width="116.5" height="22.7"/>
<rect x="1048.7" y="295" class="st162" width="116.5" height="22.7"/>
<rect x="932.2" y="295" class="st529" width="116.5" height="22.7"/>
<rect x="815.7" y="295" class="st282" width="116.5" height="22.7"/>
@@ -2602,7 +2602,7 @@
<rect x="1514.8" y="272.3" class="st238" width="116.5" height="22.7"/>
<rect x="1398.3" y="272.3" class="st347" width="116.5" height="22.7"/>
<rect x="1281.7" y="272.3" class="st534" width="116.5" height="22.7"/>
<rect x="1165.2" y="272.3" class="st196" width="116.5" height="22.7"/>
<rect x="11.5.3" y="272.3" class="st196" width="116.5" height="22.7"/>
<rect x="1048.7" y="272.3" class="st535" width="116.5" height="22.7"/>
<rect x="932.2" y="272.3" class="st536" width="116.5" height="22.7"/>
<rect x="815.7" y="272.3" class="st537" width="116.5" height="22.7"/>
@@ -2625,7 +2625,7 @@
<rect x="1514.8" y="249.6" class="st212" width="116.5" height="22.7"/>
<rect x="1398.3" y="249.6" class="st105" width="116.5" height="22.7"/>
<rect x="1281.7" y="249.6" class="st540" width="116.5" height="22.7"/>
<rect x="1165.2" y="249.6" class="st541" width="116.5" height="22.7"/>
<rect x="11.5.3" y="249.6" class="st541" width="116.5" height="22.7"/>
<rect x="1048.7" y="249.6" class="st166" width="116.5" height="22.7"/>
<rect x="932.2" y="249.6" class="st294" width="116.5" height="22.7"/>
<rect x="815.7" y="249.6" class="st542" width="116.5" height="22.7"/>
@@ -2648,7 +2648,7 @@
<rect x="1514.8" y="226.9" class="st161" width="116.5" height="22.7"/>
<rect x="1398.3" y="226.9" class="st548" width="116.5" height="22.7"/>
<rect x="1281.7" y="226.9" class="st529" width="116.5" height="22.7"/>
<rect x="1165.2" y="226.9" class="st139" width="116.5" height="22.7"/>
<rect x="11.5.3" y="226.9" class="st139" width="116.5" height="22.7"/>
<rect x="1048.7" y="226.9" class="st540" width="116.5" height="22.7"/>
<rect x="932.2" y="226.9" class="st549" width="116.5" height="22.7"/>
<rect x="815.7" y="226.9" class="st550" width="116.5" height="22.7"/>
@@ -2671,7 +2671,7 @@
<rect x="1514.8" y="204.2" class="st557" width="116.5" height="22.7"/>
<rect x="1398.3" y="204.2" class="st72" width="116.5" height="22.7"/>
<rect x="1281.7" y="204.2" class="st270" width="116.5" height="22.7"/>
<rect x="1165.2" y="204.2" class="st525" width="116.5" height="22.7"/>
<rect x="11.5.3" y="204.2" class="st525" width="116.5" height="22.7"/>
<rect x="1048.7" y="204.2" class="st535" width="116.5" height="22.7"/>
<rect x="932.2" y="204.2" class="st141" width="116.5" height="22.7"/>
<rect x="815.7" y="204.2" class="st558" width="116.5" height="22.7"/>
@@ -2694,7 +2694,7 @@
<rect x="1514.8" y="181.5" class="st270" width="116.5" height="22.7"/>
<rect x="1398.3" y="181.5" class="st117" width="116.5" height="22.7"/>
<rect x="1281.7" y="181.5" class="st335" width="116.5" height="22.7"/>
<rect x="1165.2" y="181.5" class="st563" width="116.5" height="22.7"/>
<rect x="11.5.3" y="181.5" class="st563" width="116.5" height="22.7"/>
<rect x="1048.7" y="181.5" class="st117" width="116.5" height="22.7"/>
<rect x="932.2" y="181.5" class="st564" width="116.5" height="22.7"/>
<rect x="815.7" y="181.5" class="st95" width="116.5" height="22.7"/>
@@ -2717,7 +2717,7 @@
<rect x="1514.8" y="158.9" class="st117" width="116.5" height="22.7"/>
<rect x="1398.3" y="158.9" class="st568" width="116.5" height="22.7"/>
<rect x="1281.7" y="158.9" class="st569" width="116.5" height="22.7"/>
<rect x="1165.2" y="158.9" class="st570" width="116.5" height="22.7"/>
<rect x="11.5.3" y="158.9" class="st570" width="116.5" height="22.7"/>
<rect x="1048.7" y="158.9" class="st125" width="116.5" height="22.7"/>
<rect x="932.2" y="158.9" class="st571" width="116.5" height="22.7"/>
<rect x="815.7" y="158.9" class="st570" width="116.5" height="22.7"/>
@@ -2740,7 +2740,7 @@
<rect x="1514.8" y="136.2" class="st531" width="116.5" height="22.7"/>
<rect x="1398.3" y="136.2" class="st45" width="116.5" height="22.7"/>
<rect x="1281.7" y="136.2" class="st61" width="116.5" height="22.7"/>
<rect x="1165.2" y="136.2" class="st236" width="116.5" height="22.7"/>
<rect x="11.5.3" y="136.2" class="st236" width="116.5" height="22.7"/>
<rect x="1048.7" y="136.2" class="st237" width="116.5" height="22.7"/>
<rect x="932.2" y="136.2" class="st574" width="116.5" height="22.7"/>
<rect x="815.7" y="136.2" class="st117" width="116.5" height="22.7"/>
@@ -2763,7 +2763,7 @@
<rect x="1514.8" y="113.5" class="st236" width="116.5" height="22.7"/>
<rect x="1398.3" y="113.5" class="st576" width="116.5" height="22.7"/>
<rect x="1281.7" y="113.5" class="st45" width="116.5" height="22.7"/>
<rect x="1165.2" y="113.5" class="st454" width="116.5" height="22.7"/>
<rect x="11.5.3" y="113.5" class="st454" width="116.5" height="22.7"/>
<rect x="1048.7" y="113.5" class="st91" width="116.5" height="22.7"/>
<rect x="932.2" y="113.5" class="st454" width="116.5" height="22.7"/>
<rect x="815.7" y="113.5" class="st531" width="116.5" height="22.7"/>
@@ -2786,7 +2786,7 @@
<rect x="1514.8" y="90.8" class="st350" width="116.5" height="22.7"/>
<rect x="1398.3" y="90.8" class="st43" width="116.5" height="22.7"/>
<rect x="1281.7" y="90.8" class="st577" width="116.5" height="22.7"/>
<rect x="1165.2" y="90.8" class="st35" width="116.5" height="22.7"/>
<rect x="11.5.3" y="90.8" class="st35" width="116.5" height="22.7"/>
<rect x="1048.7" y="90.8" class="st577" width="116.5" height="22.7"/>
<rect x="932.2" y="90.8" class="st577" width="116.5" height="22.7"/>
<rect x="815.7" y="90.8" class="st565" width="116.5" height="22.7"/>
@@ -2809,7 +2809,7 @@
<rect x="1514.8" y="68.1" class="st565" width="116.5" height="22.7"/>
<rect x="1398.3" y="68.1" class="st582" width="116.5" height="22.7"/>
<rect x="1281.7" y="68.1" class="st44" width="116.5" height="22.7"/>
<rect x="1165.2" y="68.1" class="st96" width="116.5" height="22.7"/>
<rect x="11.5.3" y="68.1" class="st96" width="116.5" height="22.7"/>
<rect x="1048.7" y="68.1" class="st35" width="116.5" height="22.7"/>
<rect x="932.2" y="68.1" class="st280" width="116.5" height="22.7"/>
<rect x="815.7" y="68.1" class="st110" width="116.5" height="22.7"/>
@@ -2832,7 +2832,7 @@
<rect x="1514.8" y="45.4" class="st57" width="116.5" height="22.7"/>
<rect x="1398.3" y="45.4" class="st53" width="116.5" height="22.7"/>
<rect x="1281.7" y="45.4" class="st41" width="116.5" height="22.7"/>
<rect x="1165.2" y="45.4" class="st43" width="116.5" height="22.7"/>
<rect x="11.5.3" y="45.4" class="st43" width="116.5" height="22.7"/>
<rect x="1048.7" y="45.4" class="st35" width="116.5" height="22.7"/>
<rect x="932.2" y="45.4" class="st36" width="116.5" height="22.7"/>
<rect x="815.7" y="45.4" class="st489" width="116.5" height="22.7"/>
@@ -2855,7 +2855,7 @@
<rect x="1514.8" y="22.7" class="st21" width="116.5" height="22.7"/>
<rect x="1398.3" y="22.7" class="st29" width="116.5" height="22.7"/>
<rect x="1281.7" y="22.7" class="st589" width="116.5" height="22.7"/>
<rect x="1165.2" y="22.7" class="st49" width="116.5" height="22.7"/>
<rect x="11.5.3" y="22.7" class="st49" width="116.5" height="22.7"/>
<rect x="1048.7" y="22.7" class="st589" width="116.5" height="22.7"/>
<rect x="932.2" y="22.7" class="st14" width="116.5" height="22.7"/>
<rect x="815.7" y="22.7" class="st26" width="116.5" height="22.7"/>
@@ -2878,7 +2878,7 @@
<rect x="1514.8" class="st596" width="116.5" height="22.7"/>
<rect x="1398.3" class="st585" width="116.5" height="22.7"/>
<rect x="1281.7" class="st4" width="116.5" height="22.7"/>
<rect x="1165.2" class="st585" width="116.5" height="22.7"/>
<rect x="11.5.3" class="st585" width="116.5" height="22.7"/>
<rect x="1048.7" class="st599" width="116.5" height="22.7"/>
<rect x="932.2" class="st595" width="116.5" height="22.7"/>
<rect x="815.7" class="st33" width="116.5" height="22.7"/>

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

+3 -3
View File
@@ -481,7 +481,7 @@
ry="25.1"
rx="25"
cy="21.3"
cx="1195.2"
cx="11.5.3"
transform="rotate(90 1195.206 21.258)"
/>
<ellipse
@@ -630,7 +630,7 @@
ry="25.1"
rx="25"
cy="21.3"
cx="1195.2"
cx="11.5.3"
transform="rotate(90 1195.206 21.258)"
/>
<ellipse
@@ -1688,4 +1688,4 @@
background-color: #878787 !important;
}
</style>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

+79 -79
View File
@@ -2665,13 +2665,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@kusto/monaco-kusto": "npm:^10.0.0"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.6.3"
@@ -2709,13 +2709,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/sql": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/sql": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
@@ -2740,11 +2740,11 @@ __metadata:
resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.1.0"
@@ -2780,13 +2780,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
@@ -2862,13 +2862,13 @@ __metadata:
resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/sql": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/sql": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
@@ -2893,13 +2893,13 @@ __metadata:
resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/sql": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/sql": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
@@ -2924,11 +2924,11 @@ __metadata:
resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
@@ -2956,14 +2956,14 @@ __metadata:
resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/google-sdk": "npm:0.1.2"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/ui": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.1.0"
@@ -3009,7 +3009,7 @@ __metadata:
"@grafana/lezer-traceql": "npm:0.0.20"
"@grafana/monaco-logql": "npm:^0.0.7"
"@grafana/o11y-ds-frontend": "workspace:*"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "workspace:*"
"@grafana/schema": "workspace:*"
"@grafana/ui": "workspace:*"
@@ -3121,12 +3121,12 @@ __metadata:
languageName: node
linkType: hard
"@grafana/data@npm:11.5.1, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
"@grafana/data@npm:11.5.3, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
version: 0.0.0-use.local
resolution: "@grafana/data@workspace:packages/grafana-data"
dependencies:
"@braintree/sanitize-url": "npm:7.0.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/schema": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@rollup/plugin-node-resolve": "npm:16.0.0"
"@types/d3-interpolate": "npm:^3.0.0"
@@ -3173,7 +3173,7 @@ __metadata:
languageName: unknown
linkType: soft
"@grafana/e2e-selectors@npm:11.5.1, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
"@grafana/e2e-selectors@npm:11.5.3, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
version: 0.0.0-use.local
resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors"
dependencies:
@@ -3302,9 +3302,9 @@ __metadata:
"@babel/preset-env": "npm:7.26.0"
"@babel/preset-react": "npm:7.26.3"
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@grafana/ui": "npm:11.5.1"
"@grafana/ui": "npm:11.5.3"
"@leeoniya/ufuzzy": "npm:1.0.18"
"@rollup/plugin-node-resolve": "npm:16.0.0"
"@testing-library/dom": "npm:10.4.0"
@@ -3386,13 +3386,13 @@ __metadata:
resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@grafana/ui": "npm:11.5.1"
"@grafana/ui": "npm:11.5.3"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:^6.1.2"
"@testing-library/react": "npm:16.1.0"
@@ -3416,7 +3416,7 @@ __metadata:
languageName: unknown
linkType: soft
"@grafana/plugin-configs@npm:11.5.1, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
"@grafana/plugin-configs@npm:11.5.3, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
version: 0.0.0-use.local
resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs"
dependencies:
@@ -3489,14 +3489,14 @@ __metadata:
"@emotion/css": "npm:11.13.5"
"@emotion/eslint-plugin": "npm:11.12.0"
"@floating-ui/react": "npm:0.27.3"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/faro-web-sdk": "npm:1.12.2"
"@grafana/runtime": "npm:11.5.1"
"@grafana/schema": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.3"
"@grafana/schema": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@grafana/ui": "npm:11.5.1"
"@grafana/ui": "npm:11.5.3"
"@hello-pangea/dnd": "npm:17.0.0"
"@leeoniya/ufuzzy": "npm:1.0.18"
"@lezer/common": "npm:1.2.3"
@@ -3591,16 +3591,16 @@ __metadata:
languageName: unknown
linkType: soft
"@grafana/runtime@npm:11.5.1, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
"@grafana/runtime@npm:11.5.3, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
version: 0.0.0-use.local
resolution: "@grafana/runtime@workspace:packages/grafana-runtime"
dependencies:
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/faro-web-sdk": "npm:^1.3.6"
"@grafana/schema": "npm:11.5.1"
"@grafana/schema": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@grafana/ui": "npm:11.5.1"
"@grafana/ui": "npm:11.5.3"
"@rollup/plugin-node-resolve": "npm:16.0.0"
"@rollup/plugin-terser": "npm:0.4.4"
"@testing-library/dom": "npm:10.4.0"
@@ -3711,7 +3711,7 @@ __metadata:
languageName: node
linkType: hard
"@grafana/schema@npm:11.5.1, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
"@grafana/schema@npm:11.5.3, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
version: 0.0.0-use.local
resolution: "@grafana/schema@workspace:packages/grafana-schema"
dependencies:
@@ -3729,17 +3729,17 @@ __metadata:
languageName: unknown
linkType: soft
"@grafana/sql@npm:11.5.1, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql":
"@grafana/sql@npm:11.5.3, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql":
version: 0.0.0-use.local
resolution: "@grafana/sql@workspace:packages/grafana-sql"
dependencies:
"@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/experimental": "npm:2.1.6"
"@grafana/runtime": "npm:11.5.1"
"@grafana/runtime": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@grafana/ui": "npm:11.5.1"
"@grafana/ui": "npm:11.5.3"
"@react-awesome-query-builder/ui": "npm:6.6.4"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:^6.1.2"
@@ -3780,7 +3780,7 @@ __metadata:
languageName: node
linkType: hard
"@grafana/ui@npm:11.5.1, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
"@grafana/ui@npm:11.5.3, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
version: 0.0.0-use.local
resolution: "@grafana/ui@workspace:packages/grafana-ui"
dependencies:
@@ -3790,10 +3790,10 @@ __metadata:
"@emotion/serialize": "npm:1.3.3"
"@faker-js/faker": "npm:^9.0.0"
"@floating-ui/react": "npm:0.27.3"
"@grafana/data": "npm:11.5.1"
"@grafana/e2e-selectors": "npm:11.5.1"
"@grafana/data": "npm:11.5.3"
"@grafana/e2e-selectors": "npm:11.5.3"
"@grafana/faro-web-sdk": "npm:^1.3.6"
"@grafana/schema": "npm:11.5.1"
"@grafana/schema": "npm:11.5.3"
"@grafana/tsconfig": "npm:^2.0.0"
"@hello-pangea/dnd": "npm:17.0.0"
"@leeoniya/ufuzzy": "npm:1.0.18"
@@ -8330,7 +8330,7 @@ __metadata:
dependencies:
"@emotion/css": "npm:11.11.2"
"@grafana/data": "workspace:*"
"@grafana/plugin-configs": "npm:11.5.1"
"@grafana/plugin-configs": "npm:11.5.3"
"@grafana/runtime": "workspace:*"
"@grafana/schema": "workspace:*"
"@grafana/ui": "workspace:*"