Update version to `11.0.0`

pull/87798/head
Fabrizio 1 year ago
parent 9cd7c87b48
commit bd4e9d102b
  1. 2
      lerna.json
  2. 4
      packages/grafana-data/package.json
  3. 2
      packages/grafana-e2e-selectors/package.json
  4. 2
      packages/grafana-eslint-rules/package.json
  5. 6
      packages/grafana-flamegraph/package.json
  6. 2
      packages/grafana-icons/package.json
  7. 12
      packages/grafana-o11y-ds-frontend/package.json
  8. 2
      packages/grafana-plugin-configs/package.json
  9. 12
      packages/grafana-prometheus/package.json
  10. 10
      packages/grafana-runtime/package.json
  11. 2
      packages/grafana-schema/package.json
  12. 10
      packages/grafana-sql/package.json
  13. 8
      packages/grafana-ui/package.json
  14. 14
      public/app/plugins/datasource/azuremonitor/package.json
  15. 14
      public/app/plugins/datasource/cloud-monitoring/package.json
  16. 14
      public/app/plugins/datasource/grafana-postgresql-datasource/package.json
  17. 12
      public/app/plugins/datasource/grafana-pyroscope-datasource/package.json
  18. 14
      public/app/plugins/datasource/grafana-testdata-datasource/package.json
  19. 2
      public/app/plugins/datasource/jaeger/package.json
  20. 14
      public/app/plugins/datasource/mysql/package.json
  21. 12
      public/app/plugins/datasource/parca/package.json
  22. 4
      public/app/plugins/datasource/tempo/package.json
  23. 2
      public/app/plugins/datasource/zipkin/package.json
  24. 144
      yarn.lock

@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn", "npmClient": "yarn",
"version": "11.1.0-pre" "version": "11.0.0"
} }

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/data", "name": "@grafana/data",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana Data Library", "description": "Grafana Data Library",
"keywords": [ "keywords": [
"typescript" "typescript"
@ -36,7 +36,7 @@
}, },
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "7.0.1", "@braintree/sanitize-url": "7.0.1",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@types/d3-interpolate": "^3.0.0", "@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.3", "@types/string-hash": "1.1.3",
"d3-interpolate": "3.0.1", "d3-interpolate": "3.0.1",

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/e2e-selectors", "name": "@grafana/e2e-selectors",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana End-to-End Test Selectors Library", "description": "Grafana End-to-End Test Selectors Library",
"keywords": [ "keywords": [
"cli", "cli",

@ -1,7 +1,7 @@
{ {
"name": "@grafana/eslint-plugin", "name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.", "description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "11.1.0-pre", "version": "11.0.0",
"main": "./index.cjs", "main": "./index.cjs",
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/flamegraph", "name": "@grafana/flamegraph",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana flamegraph visualization component", "description": "Grafana flamegraph visualization component",
"keywords": [ "keywords": [
"grafana", "grafana",
@ -44,8 +44,8 @@
], ],
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"@leeoniya/ufuzzy": "1.0.14", "@leeoniya/ufuzzy": "1.0.14",
"d3": "^7.8.5", "d3": "^7.8.5",
"lodash": "4.17.21", "lodash": "4.17.21",

@ -1,6 +1,6 @@
{ {
"name": "@grafana/saga-icons", "name": "@grafana/saga-icons",
"version": "0.0.0", "version": "11.0.0",
"private": true, "private": true,
"description": "Icons for Grafana", "description": "Icons for Grafana",
"author": "Grafana Labs", "author": "Grafana Labs",

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"name": "@grafana/o11y-ds-frontend", "name": "@grafana/o11y-ds-frontend",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Library to manage traces in Grafana.", "description": "Library to manage traces in Grafana.",
"sideEffects": false, "sideEffects": false,
"repository": { "repository": {
@ -18,12 +18,12 @@
}, },
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"react-select": "5.8.0", "react-select": "5.8.0",
"react-use": "17.5.0", "react-use": "17.5.0",
"rxjs": "7.8.1", "rxjs": "7.8.1",

@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs", "name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins", "description": "Shared dependencies and files for core plugins",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"tslib": "2.6.2" "tslib": "2.6.2"
}, },

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"name": "@grafana/prometheus", "name": "@grafana/prometheus",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana Prometheus Library", "description": "Grafana Prometheus Library",
"keywords": [ "keywords": [
"typescript" "typescript"
@ -38,12 +38,12 @@
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@floating-ui/react": "0.26.14", "@floating-ui/react": "0.26.14",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/faro-web-sdk": "1.7.2", "@grafana/faro-web-sdk": "1.7.2",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"@leeoniya/ufuzzy": "1.0.14", "@leeoniya/ufuzzy": "1.0.14",
"@lezer/common": "1.2.1", "@lezer/common": "1.2.1",
"@lezer/highlight": "1.2.0", "@lezer/highlight": "1.2.0",
@ -76,7 +76,7 @@
}, },
"devDependencies": { "devDependencies": {
"@emotion/eslint-plugin": "11.11.0", "@emotion/eslint-plugin": "11.11.0",
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/tsconfig": "^1.3.0-rc1", "@grafana/tsconfig": "^1.3.0-rc1",
"@rollup/plugin-image": "3.0.3", "@rollup/plugin-image": "3.0.3",
"@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-node-resolve": "15.2.3",

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/runtime", "name": "@grafana/runtime",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana Runtime Library", "description": "Grafana Runtime Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@ -37,11 +37,11 @@
"postpack": "mv package.json.bak package.json" "postpack": "mv package.json.bak package.json"
}, },
"dependencies": { "dependencies": {
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/faro-web-sdk": "^1.3.6", "@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"history": "4.10.1", "history": "4.10.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"rxjs": "7.8.1", "rxjs": "7.8.1",

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/schema", "name": "@grafana/schema",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana Schema Library", "description": "Grafana Schema Library",
"keywords": [ "keywords": [
"typescript" "typescript"

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"private": true, "private": true,
"name": "@grafana/sql", "name": "@grafana/sql",
"version": "11.1.0-pre", "version": "11.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/grafana/grafana.git", "url": "http://github.com/grafana/grafana.git",
@ -15,11 +15,11 @@
}, },
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"@react-awesome-query-builder/ui": "6.4.2", "@react-awesome-query-builder/ui": "6.4.2",
"immutable": "4.3.6", "immutable": "4.3.6",
"lodash": "4.17.21", "lodash": "4.17.21",

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/ui", "name": "@grafana/ui",
"version": "11.1.0-pre", "version": "11.0.0",
"description": "Grafana Components Library", "description": "Grafana Components Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@ -50,10 +50,10 @@
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@emotion/react": "11.11.4", "@emotion/react": "11.11.4",
"@floating-ui/react": "0.26.14", "@floating-ui/react": "0.26.14",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/faro-web-sdk": "^1.3.6", "@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@leeoniya/ufuzzy": "1.0.14", "@leeoniya/ufuzzy": "1.0.14",
"@monaco-editor/react": "4.6.0", "@monaco-editor/react": "4.6.0",
"@popperjs/core": "2.11.8", "@popperjs/core": "2.11.8",

@ -2,14 +2,14 @@
"name": "@grafana-plugins/grafana-azure-monitor-datasource", "name": "@grafana-plugins/grafana-azure-monitor-datasource",
"description": "Grafana data source for Azure Monitor", "description": "Grafana data source for Azure Monitor",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"@kusto/monaco-kusto": "^10.0.0", "@kusto/monaco-kusto": "^10.0.0",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"i18next": "^23.0.0", "i18next": "^23.0.0",
@ -25,8 +25,8 @@
"tslib": "2.6.2" "tslib": "2.6.2"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/dom": "10.0.0", "@testing-library/dom": "10.0.0",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",

@ -2,15 +2,15 @@
"name": "@grafana-plugins/stackdriver", "name": "@grafana-plugins/stackdriver",
"description": "Grafana data source for Google Cloud Monitoring", "description": "Grafana data source for Google Cloud Monitoring",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/google-sdk": "0.1.2", "@grafana/google-sdk": "0.1.2",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"debounce-promise": "3.1.2", "debounce-promise": "3.1.2",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"i18next": "^23.0.0", "i18next": "^23.0.0",
@ -26,8 +26,8 @@
"tslib": "2.6.2" "tslib": "2.6.2"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/dom": "10.0.0", "@testing-library/dom": "10.0.0",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",

@ -2,22 +2,22 @@
"name": "@grafana-plugins/grafana-postgresql-datasource", "name": "@grafana-plugins/grafana-postgresql-datasource",
"description": "PostgreSQL data source plugin", "description": "PostgreSQL data source plugin",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/sql": "11.1.0-pre", "@grafana/sql": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "18.2.0", "react": "18.2.0",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tslib": "2.6.2" "tslib": "2.6.2"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",

@ -2,13 +2,13 @@
"name": "@grafana-plugins/grafana-pyroscope-datasource", "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.", "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, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"monaco-editor": "0.34.1", "monaco-editor": "0.34.1",
@ -20,7 +20,7 @@
"tslib": "2.6.2" "tslib": "2.6.2"
}, },
"devDependencies": { "devDependencies": {
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/dom": "10.0.0", "@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2", "@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",

@ -2,14 +2,14 @@
"name": "@grafana-plugins/grafana-testdata-datasource", "name": "@grafana-plugins/grafana-testdata-datasource",
"description": "Generates test data in different forms", "description": "Generates test data in different forms",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"d3-random": "^3.0.1", "d3-random": "^3.0.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"micro-memoize": "^4.1.2", "micro-memoize": "^4.1.2",
@ -22,8 +22,8 @@
"uuid": "9.0.1" "uuid": "9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/dom": "10.0.0", "@testing-library/dom": "10.0.0",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",

@ -2,7 +2,7 @@
"name": "@grafana-plugins/jaeger", "name": "@grafana-plugins/jaeger",
"description": "Jaeger plugin for Grafana", "description": "Jaeger plugin for Grafana",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "workspace:*", "@grafana/data": "workspace:*",

@ -2,22 +2,22 @@
"name": "@grafana-plugins/mysql", "name": "@grafana-plugins/mysql",
"description": "MySQL data source plugin", "description": "MySQL data source plugin",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/experimental": "1.7.10", "@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/sql": "11.1.0-pre", "@grafana/sql": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "18.2.0", "react": "18.2.0",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tslib": "2.6.2" "tslib": "2.6.2"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "11.1.0-pre", "@grafana/e2e-selectors": "11.0.0",
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",

@ -2,13 +2,13 @@
"name": "@grafana-plugins/parca", "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.", "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, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre", "@grafana/data": "11.0.0",
"@grafana/runtime": "11.1.0-pre", "@grafana/runtime": "11.0.0",
"@grafana/schema": "11.1.0-pre", "@grafana/schema": "11.0.0",
"@grafana/ui": "11.1.0-pre", "@grafana/ui": "11.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"monaco-editor": "0.34.1", "monaco-editor": "0.34.1",
"react": "18.2.0", "react": "18.2.0",
@ -18,7 +18,7 @@
"tslib": "2.6.2" "tslib": "2.6.2"
}, },
"devDependencies": { "devDependencies": {
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/dom": "10.0.0", "@testing-library/dom": "10.0.0",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",

@ -2,7 +2,7 @@
"name": "@grafana-plugins/tempo", "name": "@grafana-plugins/tempo",
"description": "Grafana plugin for the Tempo data source.", "description": "Grafana plugin for the Tempo data source.",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "workspace:*", "@grafana/data": "workspace:*",
@ -39,7 +39,7 @@
"uuid": "9.0.1" "uuid": "9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/plugin-configs": "11.1.0-pre", "@grafana/plugin-configs": "11.0.0",
"@testing-library/dom": "10.0.0", "@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2", "@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2", "@testing-library/react": "15.0.2",

@ -2,7 +2,7 @@
"name": "@grafana-plugins/zipkin", "name": "@grafana-plugins/zipkin",
"description": "Zipkin plugin for Grafana", "description": "Zipkin plugin for Grafana",
"private": true, "private": true,
"version": "11.1.0-pre", "version": "11.0.0",
"dependencies": { "dependencies": {
"@emotion/css": "11.11.2", "@emotion/css": "11.11.2",
"@grafana/data": "workspace:*", "@grafana/data": "workspace:*",

@ -2994,13 +2994,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@kusto/monaco-kusto": "npm:^10.0.0" "@kusto/monaco-kusto": "npm:^10.0.0"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
@ -3038,13 +3038,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/sql": "npm:11.1.0-pre" "@grafana/sql": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
"@testing-library/user-event": "npm:14.5.2" "@testing-library/user-event": "npm:14.5.2"
"@types/jest": "npm:29.5.12" "@types/jest": "npm:29.5.12"
@ -3069,11 +3069,11 @@ __metadata:
resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/jest-dom": "npm:6.4.2" "@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
@ -3110,13 +3110,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
"@testing-library/user-event": "npm:14.5.2" "@testing-library/user-event": "npm:14.5.2"
@ -3193,13 +3193,13 @@ __metadata:
resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/sql": "npm:11.1.0-pre" "@grafana/sql": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
"@testing-library/user-event": "npm:14.5.2" "@testing-library/user-event": "npm:14.5.2"
"@types/jest": "npm:29.5.12" "@types/jest": "npm:29.5.12"
@ -3224,11 +3224,11 @@ __metadata:
resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
"@testing-library/user-event": "npm:14.5.2" "@testing-library/user-event": "npm:14.5.2"
@ -3256,14 +3256,14 @@ __metadata:
resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/google-sdk": "npm:0.1.2" "@grafana/google-sdk": "npm:0.1.2"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
"@testing-library/user-event": "npm:14.5.2" "@testing-library/user-event": "npm:14.5.2"
@ -3311,7 +3311,7 @@ __metadata:
"@grafana/lezer-traceql": "npm:0.0.16" "@grafana/lezer-traceql": "npm:0.0.16"
"@grafana/monaco-logql": "npm:^0.0.7" "@grafana/monaco-logql": "npm:^0.0.7"
"@grafana/o11y-ds-frontend": "workspace:*" "@grafana/o11y-ds-frontend": "workspace:*"
"@grafana/plugin-configs": "npm:11.1.0-pre" "@grafana/plugin-configs": "npm:11.0.0"
"@grafana/runtime": "workspace:*" "@grafana/runtime": "workspace:*"
"@grafana/schema": "workspace:*" "@grafana/schema": "workspace:*"
"@grafana/ui": "workspace:*" "@grafana/ui": "workspace:*"
@ -3412,12 +3412,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/data@npm:11.1.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": "@grafana/data@npm:11.0.0, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/data@workspace:packages/grafana-data" resolution: "@grafana/data@workspace:packages/grafana-data"
dependencies: dependencies:
"@braintree/sanitize-url": "npm:7.0.1" "@braintree/sanitize-url": "npm:7.0.1"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@rollup/plugin-node-resolve": "npm:15.2.3" "@rollup/plugin-node-resolve": "npm:15.2.3"
"@types/d3-interpolate": "npm:^3.0.0" "@types/d3-interpolate": "npm:^3.0.0"
@ -3465,7 +3465,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/e2e-selectors@npm:11.1.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": "@grafana/e2e-selectors@npm:11.0.0, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors" resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors"
dependencies: dependencies:
@ -3601,9 +3601,9 @@ __metadata:
"@babel/preset-env": "npm:7.24.5" "@babel/preset-env": "npm:7.24.5"
"@babel/preset-react": "npm:7.24.1" "@babel/preset-react": "npm:7.24.1"
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@leeoniya/ufuzzy": "npm:1.0.14" "@leeoniya/ufuzzy": "npm:1.0.14"
"@rollup/plugin-node-resolve": "npm:15.2.3" "@rollup/plugin-node-resolve": "npm:15.2.3"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
@ -3685,13 +3685,13 @@ __metadata:
resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/jest-dom": "npm:^6.1.2"
"@testing-library/react": "npm:15.0.2" "@testing-library/react": "npm:15.0.2"
@ -3716,7 +3716,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/plugin-configs@npm:11.1.0-pre, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": "@grafana/plugin-configs@npm:11.0.0, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs"
dependencies: dependencies:
@ -3756,14 +3756,14 @@ __metadata:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@emotion/eslint-plugin": "npm:11.11.0" "@emotion/eslint-plugin": "npm:11.11.0"
"@floating-ui/react": "npm:0.26.14" "@floating-ui/react": "npm:0.26.14"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/faro-web-sdk": "npm:1.7.2" "@grafana/faro-web-sdk": "npm:1.7.2"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@leeoniya/ufuzzy": "npm:1.0.14" "@leeoniya/ufuzzy": "npm:1.0.14"
"@lezer/common": "npm:1.2.1" "@lezer/common": "npm:1.2.1"
"@lezer/highlight": "npm:1.2.0" "@lezer/highlight": "npm:1.2.0"
@ -3861,16 +3861,16 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/runtime@npm:11.1.0-pre, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": "@grafana/runtime@npm:11.0.0, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/runtime@workspace:packages/grafana-runtime" resolution: "@grafana/runtime@workspace:packages/grafana-runtime"
dependencies: dependencies:
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/faro-web-sdk": "npm:^1.3.6" "@grafana/faro-web-sdk": "npm:^1.3.6"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@rollup/plugin-node-resolve": "npm:15.2.3" "@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-terser": "npm:0.4.4" "@rollup/plugin-terser": "npm:0.4.4"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
@ -3958,7 +3958,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/schema@npm:11.1.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": "@grafana/schema@npm:11.0.0, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/schema@workspace:packages/grafana-schema" resolution: "@grafana/schema@workspace:packages/grafana-schema"
dependencies: dependencies:
@ -3976,17 +3976,17 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/sql@npm:11.1.0-pre, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": "@grafana/sql@npm:11.0.0, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/sql@workspace:packages/grafana-sql" resolution: "@grafana/sql@workspace:packages/grafana-sql"
dependencies: dependencies:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/experimental": "npm:1.7.10" "@grafana/experimental": "npm:1.7.10"
"@grafana/runtime": "npm:11.1.0-pre" "@grafana/runtime": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@grafana/ui": "npm:11.1.0-pre" "@grafana/ui": "npm:11.0.0"
"@react-awesome-query-builder/ui": "npm:6.4.2" "@react-awesome-query-builder/ui": "npm:6.4.2"
"@testing-library/dom": "npm:10.0.0" "@testing-library/dom": "npm:10.0.0"
"@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/jest-dom": "npm:^6.1.2"
@ -4036,7 +4036,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/ui@npm:11.1.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": "@grafana/ui@npm:11.0.0, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/ui@workspace:packages/grafana-ui" resolution: "@grafana/ui@workspace:packages/grafana-ui"
dependencies: dependencies:
@ -4044,10 +4044,10 @@ __metadata:
"@emotion/css": "npm:11.11.2" "@emotion/css": "npm:11.11.2"
"@emotion/react": "npm:11.11.4" "@emotion/react": "npm:11.11.4"
"@floating-ui/react": "npm:0.26.14" "@floating-ui/react": "npm:0.26.14"
"@grafana/data": "npm:11.1.0-pre" "@grafana/data": "npm:11.0.0"
"@grafana/e2e-selectors": "npm:11.1.0-pre" "@grafana/e2e-selectors": "npm:11.0.0"
"@grafana/faro-web-sdk": "npm:^1.3.6" "@grafana/faro-web-sdk": "npm:^1.3.6"
"@grafana/schema": "npm:11.1.0-pre" "@grafana/schema": "npm:11.0.0"
"@grafana/tsconfig": "npm:^1.3.0-rc1" "@grafana/tsconfig": "npm:^1.3.0-rc1"
"@leeoniya/ufuzzy": "npm:1.0.14" "@leeoniya/ufuzzy": "npm:1.0.14"
"@monaco-editor/react": "npm:4.6.0" "@monaco-editor/react": "npm:4.6.0"

Loading…
Cancel
Save