mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Release: Bump version to 11.1.0-pre (#85115)
"Release: Updated versions in package to 11.1.0-pre" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb5c5f38db
commit
99b5671fbe
@ -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.0.0-pre"
|
"version": "11.1.0-pre"
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "grafana",
|
"name": "grafana",
|
||||||
"version": "11.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"repository": "github:grafana/grafana",
|
"repository": "github:grafana/grafana",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js",
|
"build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"description": "Grafana End-to-End Test Selectors Library",
|
"description": "Grafana End-to-End Test Selectors Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cli",
|
"cli",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"author": "Grafana Labs",
|
"author": "Grafana Labs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@grafana/e2e",
|
"name": "@grafana/e2e",
|
||||||
"version": "11.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"description": "Grafana End-to-End Test Library",
|
"description": "Grafana End-to-End Test Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cli",
|
"cli",
|
||||||
@ -63,8 +63,8 @@
|
|||||||
"@babel/core": "7.23.2",
|
"@babel/core": "7.23.2",
|
||||||
"@babel/preset-env": "7.23.2",
|
"@babel/preset-env": "7.23.2",
|
||||||
"@cypress/webpack-preprocessor": "5.17.1",
|
"@cypress/webpack-preprocessor": "5.17.1",
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/tsconfig": "^1.3.0-rc1",
|
"@grafana/tsconfig": "^1.3.0-rc1",
|
||||||
"@mochajs/json-file-reporter": "^1.2.0",
|
"@mochajs/json-file-reporter": "^1.2.0",
|
||||||
"babel-loader": "9.1.3",
|
"babel-loader": "9.1.3",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"@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",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/experimental": "1.7.10",
|
"@grafana/experimental": "1.7.10",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"react-use": "17.5.0",
|
"react-use": "17.5.0",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
"tslib": "2.6.2"
|
"tslib": "2.6.2"
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.9",
|
"@floating-ui/react": "0.26.9",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/experimental": "1.7.10",
|
"@grafana/experimental": "1.7.10",
|
||||||
"@grafana/faro-web-sdk": "1.4.2",
|
"@grafana/faro-web-sdk": "1.4.2",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"@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,8 +76,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@emotion/eslint-plugin": "11.11.0",
|
"@emotion/eslint-plugin": "11.11.0",
|
||||||
"@grafana/e2e": "11.0.0-pre",
|
"@grafana/e2e": "11.1.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/faro-web-sdk": "^1.3.6",
|
"@grafana/faro-web-sdk": "^1.3.6",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"description": "Grafana Schema Library",
|
"description": "Grafana Schema Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript"
|
"typescript"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
limit: number;
|
limit: number;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
|
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.SingleStatBaseOptions {
|
export interface Options extends common.SingleStatBaseOptions {
|
||||||
displayMode: common.BarGaugeDisplayMode;
|
displayMode: common.BarGaugeDisplayMode;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export enum VizDisplayMode {
|
export enum VizDisplayMode {
|
||||||
Candles = 'candles',
|
Candles = 'candles',
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as ui from '@grafana/schema';
|
import * as ui from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export enum HorizontalConstraint {
|
export enum HorizontalConstraint {
|
||||||
Center = 'center',
|
Center = 'center',
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface MetricStat {
|
export interface MetricStat {
|
||||||
/**
|
/**
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
/**
|
/**
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
selectedSeries: number;
|
selectedSeries: number;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export type UpdateConfig = {
|
export type UpdateConfig = {
|
||||||
render: boolean,
|
render: boolean,
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
|
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.SingleStatBaseOptions {
|
export interface Options extends common.SingleStatBaseOptions {
|
||||||
minVizHeight: number;
|
minVizHeight: number;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as ui from '@grafana/schema';
|
import * as ui from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
basemap: ui.MapLayerOptions;
|
basemap: ui.MapLayerOptions;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as ui from '@grafana/schema';
|
import * as ui from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls the color mode of the heatmap
|
* Controls the color mode of the heatmap
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
|
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
dedupStrategy: common.LogsDedupStrategy;
|
dedupStrategy: common.LogsDedupStrategy;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export enum QueryEditorMode {
|
export enum QueryEditorMode {
|
||||||
Builder = 'builder',
|
Builder = 'builder',
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
/**
|
/**
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface ArcOption {
|
export interface ArcOption {
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the pie chart display style.
|
* Select the pie chart display style.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.SingleStatBaseOptions {
|
export interface Options extends common.SingleStatBaseOptions {
|
||||||
colorMode: common.BigValueColorMode;
|
colorMode: common.BigValueColorMode;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as ui from '@grafana/schema';
|
import * as ui from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
|
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as ui from '@grafana/schema';
|
import * as ui from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
|
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as ui from '@grafana/schema';
|
import * as ui from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options {
|
export interface Options {
|
||||||
/**
|
/**
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
//
|
//
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
// Run 'make gen-cue' from repository root to regenerate.
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export enum TextMode {
|
export enum TextMode {
|
||||||
Code = 'code',
|
Code = 'code',
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.OptionsWithTimezones {
|
export interface Options extends common.OptionsWithTimezones {
|
||||||
legend: common.VizLegendOptions;
|
legend: common.VizLegendOptions;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Identical to timeseries... except it does not have timezone settings
|
* Identical to timeseries... except it does not have timezone settings
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "11.0.0-pre";
|
export const pluginVersion = "11.1.0-pre";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto is "table" in the UI
|
* Auto is "table" in the UI
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/grafana/grafana.git",
|
"url": "http://github.com/grafana/grafana.git",
|
||||||
@ -15,10 +15,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/experimental": "1.7.10",
|
"@grafana/experimental": "1.7.10",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"@react-awesome-query-builder/ui": "6.4.2",
|
"@react-awesome-query-builder/ui": "6.4.2",
|
||||||
"@types/lodash": "4.17.0",
|
"@types/lodash": "4.17.0",
|
||||||
"@types/react-virtualized-auto-sizer": "1.0.4",
|
"@types/react-virtualized-auto-sizer": "1.0.4",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"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.9",
|
"@floating-ui/react": "0.26.9",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/faro-web-sdk": "^1.3.6",
|
"@grafana/faro-web-sdk": "^1.3.6",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/experimental": "1.7.10",
|
"@grafana/experimental": "1.7.10",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"@kusto/monaco-kusto": "^7.4.0",
|
"@kusto/monaco-kusto": "^7.4.0",
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"i18next": "^23.0.0",
|
"i18next": "^23.0.0",
|
||||||
@ -23,8 +23,8 @@
|
|||||||
"tslib": "2.6.2"
|
"tslib": "2.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/plugin-configs": "11.0.0-pre",
|
"@grafana/plugin-configs": "11.1.0-pre",
|
||||||
"@testing-library/react": "14.2.2",
|
"@testing-library/react": "14.2.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,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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@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.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"@kusto/monaco-kusto": "^7.4.0",
|
"@kusto/monaco-kusto": "^7.4.0",
|
||||||
"debounce-promise": "3.1.2",
|
"debounce-promise": "3.1.2",
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
@ -25,8 +25,8 @@
|
|||||||
"tslib": "2.6.2"
|
"tslib": "2.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/plugin-configs": "11.0.0-pre",
|
"@grafana/plugin-configs": "11.1.0-pre",
|
||||||
"@testing-library/react": "14.2.2",
|
"@testing-library/react": "14.2.2",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
"@types/debounce-promise": "3.1.9",
|
"@types/debounce-promise": "3.1.9",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"monaco-editor": "0.34.0",
|
"monaco-editor": "0.34.0",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"tslib": "2.6.2"
|
"tslib": "2.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "11.0.0-pre",
|
"@grafana/plugin-configs": "11.1.0-pre",
|
||||||
"@testing-library/jest-dom": "6.4.2",
|
"@testing-library/jest-dom": "6.4.2",
|
||||||
"@testing-library/react": "14.2.2",
|
"@testing-library/react": "14.2.2",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/experimental": "1.7.10",
|
"@grafana/experimental": "1.7.10",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"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",
|
||||||
@ -20,8 +20,8 @@
|
|||||||
"uuid": "9.0.1"
|
"uuid": "9.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.0.0-pre",
|
"@grafana/e2e-selectors": "11.1.0-pre",
|
||||||
"@grafana/plugin-configs": "11.0.0-pre",
|
"@grafana/plugin-configs": "11.1.0-pre",
|
||||||
"@testing-library/react": "14.2.2",
|
"@testing-library/react": "14.2.2",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
"@types/d3-random": "^3.0.2",
|
"@types/d3-random": "^3.0.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": "10.4.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "workspace:*",
|
"@grafana/data": "workspace:*",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "11.0.0-pre",
|
"@grafana/data": "11.1.0-pre",
|
||||||
"@grafana/runtime": "11.0.0-pre",
|
"@grafana/runtime": "11.1.0-pre",
|
||||||
"@grafana/schema": "11.0.0-pre",
|
"@grafana/schema": "11.1.0-pre",
|
||||||
"@grafana/ui": "11.0.0-pre",
|
"@grafana/ui": "11.1.0-pre",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"monaco-editor": "0.34.0",
|
"monaco-editor": "0.34.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"tslib": "2.6.2"
|
"tslib": "2.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "11.0.0-pre",
|
"@grafana/plugin-configs": "11.1.0-pre",
|
||||||
"@testing-library/react": "14.2.2",
|
"@testing-library/react": "14.2.2",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
"@types/lodash": "4.17.0",
|
"@types/lodash": "4.17.0",
|
||||||
|
@ -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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "workspace:*",
|
"@grafana/data": "workspace:*",
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"uuid": "9.0.1"
|
"uuid": "9.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "11.0.0-pre",
|
"@grafana/plugin-configs": "11.1.0-pre",
|
||||||
"@testing-library/jest-dom": "6.4.2",
|
"@testing-library/jest-dom": "6.4.2",
|
||||||
"@testing-library/react": "14.2.2",
|
"@testing-library/react": "14.2.2",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.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.0.0-pre",
|
"version": "11.1.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.11.2",
|
"@emotion/css": "11.11.2",
|
||||||
"@grafana/data": "workspace:*",
|
"@grafana/data": "workspace:*",
|
||||||
|
124
yarn.lock
124
yarn.lock
@ -3234,13 +3234,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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/experimental": "npm:1.7.10"
|
"@grafana/experimental": "npm:1.7.10"
|
||||||
"@grafana/plugin-configs": "npm:11.0.0-pre"
|
"@grafana/plugin-configs": "npm:11.1.0-pre"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@kusto/monaco-kusto": "npm:^7.4.0"
|
"@kusto/monaco-kusto": "npm:^7.4.0"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
@ -3274,11 +3274,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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/plugin-configs": "npm:11.0.0-pre"
|
"@grafana/plugin-configs": "npm:11.1.0-pre"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@testing-library/jest-dom": "npm:6.4.2"
|
"@testing-library/jest-dom": "npm:6.4.2"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
@ -3313,13 +3313,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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/experimental": "npm:1.7.10"
|
"@grafana/experimental": "npm:1.7.10"
|
||||||
"@grafana/plugin-configs": "npm:11.0.0-pre"
|
"@grafana/plugin-configs": "npm:11.1.0-pre"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
"@types/d3-random": "npm:^3.0.2"
|
"@types/d3-random": "npm:^3.0.2"
|
||||||
@ -3382,11 +3382,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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/plugin-configs": "npm:11.0.0-pre"
|
"@grafana/plugin-configs": "npm:11.1.0-pre"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
"@types/lodash": "npm:4.17.0"
|
"@types/lodash": "npm:4.17.0"
|
||||||
@ -3409,14 +3409,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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@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.0.0-pre"
|
"@grafana/plugin-configs": "npm:11.1.0-pre"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@kusto/monaco-kusto": "npm:^7.4.0"
|
"@kusto/monaco-kusto": "npm:^7.4.0"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
@ -3461,7 +3461,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.0.0-pre"
|
"@grafana/plugin-configs": "npm:11.1.0-pre"
|
||||||
"@grafana/runtime": "workspace:*"
|
"@grafana/runtime": "workspace:*"
|
||||||
"@grafana/schema": "workspace:*"
|
"@grafana/schema": "workspace:*"
|
||||||
"@grafana/ui": "workspace:*"
|
"@grafana/ui": "workspace:*"
|
||||||
@ -3554,12 +3554,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/data@npm:11.0.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
|
"@grafana/data@npm:11.1.0-pre, @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.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@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"
|
||||||
@ -3619,7 +3619,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/e2e-selectors@npm:11.0.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
|
"@grafana/e2e-selectors@npm:11.1.0-pre, @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:
|
||||||
@ -3637,15 +3637,15 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/e2e@npm:11.0.0-pre, @grafana/e2e@workspace:packages/grafana-e2e":
|
"@grafana/e2e@npm:11.1.0-pre, @grafana/e2e@workspace:packages/grafana-e2e":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@grafana/e2e@workspace:packages/grafana-e2e"
|
resolution: "@grafana/e2e@workspace:packages/grafana-e2e"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "npm:7.23.2"
|
"@babel/core": "npm:7.23.2"
|
||||||
"@babel/preset-env": "npm:7.23.2"
|
"@babel/preset-env": "npm:7.23.2"
|
||||||
"@cypress/webpack-preprocessor": "npm:5.17.1"
|
"@cypress/webpack-preprocessor": "npm:5.17.1"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
||||||
"@mochajs/json-file-reporter": "npm:^1.2.0"
|
"@mochajs/json-file-reporter": "npm:^1.2.0"
|
||||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||||
@ -3800,9 +3800,9 @@ __metadata:
|
|||||||
"@babel/preset-env": "npm:7.24.3"
|
"@babel/preset-env": "npm:7.24.3"
|
||||||
"@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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@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/jest-dom": "npm:^6.1.2"
|
"@testing-library/jest-dom": "npm:^6.1.2"
|
||||||
@ -3881,13 +3881,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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/experimental": "npm:1.7.10"
|
"@grafana/experimental": "npm:1.7.10"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@testing-library/jest-dom": "npm:^6.1.2"
|
"@testing-library/jest-dom": "npm:^6.1.2"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
@ -3909,7 +3909,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/plugin-configs@npm:11.0.0-pre, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
|
"@grafana/plugin-configs@npm:11.1.0-pre, @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:
|
||||||
@ -3945,15 +3945,15 @@ __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.9"
|
"@floating-ui/react": "npm:0.26.9"
|
||||||
"@grafana/data": "npm:11.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e": "npm:11.0.0-pre"
|
"@grafana/e2e": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/experimental": "npm:1.7.10"
|
"@grafana/experimental": "npm:1.7.10"
|
||||||
"@grafana/faro-web-sdk": "npm:1.4.2"
|
"@grafana/faro-web-sdk": "npm:1.4.2"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@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"
|
||||||
@ -4052,16 +4052,16 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/runtime@npm:11.0.0-pre, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
|
"@grafana/runtime@npm:11.1.0-pre, @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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@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:9.3.4"
|
"@testing-library/dom": "npm:9.3.4"
|
||||||
@ -4146,7 +4146,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/schema@npm:11.0.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
|
"@grafana/schema@npm:11.1.0-pre, @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:
|
||||||
@ -4169,11 +4169,11 @@ __metadata:
|
|||||||
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.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/experimental": "npm:1.7.10"
|
"@grafana/experimental": "npm:1.7.10"
|
||||||
"@grafana/runtime": "npm:11.0.0-pre"
|
"@grafana/runtime": "npm:11.1.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
"@grafana/tsconfig": "npm:^1.3.0-rc1"
|
||||||
"@grafana/ui": "npm:11.0.0-pre"
|
"@grafana/ui": "npm:11.1.0-pre"
|
||||||
"@react-awesome-query-builder/ui": "npm:6.4.2"
|
"@react-awesome-query-builder/ui": "npm:6.4.2"
|
||||||
"@testing-library/jest-dom": "npm:^6.1.2"
|
"@testing-library/jest-dom": "npm:^6.1.2"
|
||||||
"@testing-library/react": "npm:14.2.2"
|
"@testing-library/react": "npm:14.2.2"
|
||||||
@ -4218,7 +4218,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/ui@npm:11.0.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
|
"@grafana/ui@npm:11.1.0-pre, @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:
|
||||||
@ -4226,10 +4226,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.9"
|
"@floating-ui/react": "npm:0.26.9"
|
||||||
"@grafana/data": "npm:11.0.0-pre"
|
"@grafana/data": "npm:11.1.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.0.0-pre"
|
"@grafana/e2e-selectors": "npm:11.1.0-pre"
|
||||||
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
||||||
"@grafana/schema": "npm:11.0.0-pre"
|
"@grafana/schema": "npm:11.1.0-pre"
|
||||||
"@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…
Reference in New Issue
Block a user