mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 11:53:09 +08:00
Release: Bump version to 11.4.0-pre (#94569)
bump version 11.4.0-pre Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
![132647405+grafana-delivery-bot[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
67ee40ce12
commit
032d0669cd
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@test-plugins/extensions-test-app",
|
"name": "@test-plugins/extensions-test-app",
|
||||||
"version": "1.0.0",
|
"version": "11.4.0-pre",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack -c ./webpack.config.ts --env production",
|
"build": "webpack -c ./webpack.config.ts --env production",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/eslint-config": "7.0.0",
|
"@grafana/eslint-config": "7.0.0",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@types/lodash": "4.17.7",
|
"@types/lodash": "4.17.7",
|
||||||
"@types/node": "20.14.14",
|
"@types/node": "20.14.14",
|
||||||
"@types/prismjs": "1.26.4",
|
"@types/prismjs": "1.26.4",
|
||||||
|
@ -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.3.0-pre"
|
"version": "11.4.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.3.0-pre",
|
"version": "11.4.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.3.0-pre",
|
"version": "11.4.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.3.0-pre",
|
"@grafana/schema": "11.4.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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"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.3.0-pre",
|
"version": "11.4.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.3.0-pre",
|
"version": "11.4.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.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@grafana/saga-icons",
|
"name": "@grafana/saga-icons",
|
||||||
"version": "11.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"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.3.0-pre",
|
"version": "11.4.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.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"react-select": "5.8.1",
|
"react-select": "5.8.1",
|
||||||
"react-use": "17.5.1",
|
"react-use": "17.5.1",
|
||||||
"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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "2.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
|
@ -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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"description": "Grafana Prometheus Library",
|
"description": "Grafana Prometheus Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript"
|
"typescript"
|
||||||
@ -38,12 +38,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@floating-ui/react": "0.26.24",
|
"@floating-ui/react": "0.26.24",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/faro-web-sdk": "1.10.2",
|
"@grafana/faro-web-sdk": "1.10.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"@hello-pangea/dnd": "17.0.0",
|
"@hello-pangea/dnd": "17.0.0",
|
||||||
"@leeoniya/ufuzzy": "1.0.14",
|
"@leeoniya/ufuzzy": "1.0.14",
|
||||||
"@lezer/common": "1.2.2",
|
"@lezer/common": "1.2.2",
|
||||||
@ -76,7 +76,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@emotion/eslint-plugin": "11.12.0",
|
"@emotion/eslint-plugin": "11.12.0",
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/tsconfig": "^2.0.0",
|
"@grafana/tsconfig": "^2.0.0",
|
||||||
"@rollup/plugin-image": "3.0.3",
|
"@rollup/plugin-image": "3.0.3",
|
||||||
"@rollup/plugin-node-resolve": "15.3.0",
|
"@rollup/plugin-node-resolve": "15.3.0",
|
||||||
|
@ -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.3.0-pre",
|
"version": "11.4.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.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/faro-web-sdk": "^1.3.6",
|
"@grafana/faro-web-sdk": "^1.3.6",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.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.3.0-pre",
|
"version": "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.0-pre";
|
||||||
|
|
||||||
export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions {
|
export interface Options extends common.OptionsWithLegend, 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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre";
|
export const pluginVersion = "11.4.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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"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.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"@react-awesome-query-builder/ui": "6.6.3",
|
"@react-awesome-query-builder/ui": "6.6.3",
|
||||||
"immutable": "4.3.7",
|
"immutable": "4.3.7",
|
||||||
"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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"description": "Grafana Components Library",
|
"description": "Grafana Components Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"grafana",
|
"grafana",
|
||||||
@ -51,10 +51,10 @@
|
|||||||
"@emotion/react": "11.13.3",
|
"@emotion/react": "11.13.3",
|
||||||
"@emotion/serialize": "1.3.2",
|
"@emotion/serialize": "1.3.2",
|
||||||
"@floating-ui/react": "0.26.24",
|
"@floating-ui/react": "0.26.24",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/faro-web-sdk": "^1.3.6",
|
"@grafana/faro-web-sdk": "^1.3.6",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@hello-pangea/dnd": "17.0.0",
|
"@hello-pangea/dnd": "17.0.0",
|
||||||
"@leeoniya/ufuzzy": "1.0.14",
|
"@leeoniya/ufuzzy": "1.0.14",
|
||||||
"@monaco-editor/react": "4.6.0",
|
"@monaco-editor/react": "4.6.0",
|
||||||
|
@ -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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"@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.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/google-sdk": "0.1.2",
|
"@grafana/google-sdk": "0.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"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.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/sql": "11.3.0-pre",
|
"@grafana/sql": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"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.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.13",
|
"@types/jest": "29.5.13",
|
||||||
|
@ -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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.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.1",
|
"monaco-editor": "0.34.1",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"tslib": "2.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.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",
|
||||||
@ -22,8 +22,8 @@
|
|||||||
"uuid": "9.0.1"
|
"uuid": "9.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "workspace:*",
|
"@grafana/data": "workspace:*",
|
||||||
|
@ -2,22 +2,22 @@
|
|||||||
"name": "@grafana-plugins/mssql",
|
"name": "@grafana-plugins/mssql",
|
||||||
"description": "MSSQL data source plugin",
|
"description": "MSSQL data source plugin",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "11.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/sql": "11.3.0-pre",
|
"@grafana/sql": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"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.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.13",
|
"@types/jest": "29.5.13",
|
||||||
|
@ -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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/experimental": "2.1.2",
|
"@grafana/experimental": "2.1.2",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/sql": "11.3.0-pre",
|
"@grafana/sql": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"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.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/e2e-selectors": "11.3.0-pre",
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.13",
|
"@types/jest": "29.5.13",
|
||||||
|
@ -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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "11.3.0-pre",
|
"@grafana/data": "11.4.0-pre",
|
||||||
"@grafana/runtime": "11.3.0-pre",
|
"@grafana/runtime": "11.4.0-pre",
|
||||||
"@grafana/schema": "11.3.0-pre",
|
"@grafana/schema": "11.4.0-pre",
|
||||||
"@grafana/ui": "11.3.0-pre",
|
"@grafana/ui": "11.4.0-pre",
|
||||||
"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.7.0"
|
"tslib": "2.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "workspace:*",
|
"@grafana/data": "workspace:*",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"uuid": "9.0.1"
|
"uuid": "9.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "11.3.0-pre",
|
"@grafana/plugin-configs": "11.4.0-pre",
|
||||||
"@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.3.0-pre",
|
"version": "11.4.0-pre",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.13.4",
|
"@emotion/css": "11.13.4",
|
||||||
"@grafana/data": "workspace:*",
|
"@grafana/data": "workspace:*",
|
||||||
|
158
yarn.lock
158
yarn.lock
@ -3094,13 +3094,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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"
|
||||||
@ -3138,13 +3138,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/sql": "npm:11.3.0-pre"
|
"@grafana/sql": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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.13"
|
"@types/jest": "npm:29.5.13"
|
||||||
@ -3169,11 +3169,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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"
|
||||||
@ -3210,13 +3210,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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"
|
||||||
@ -3293,13 +3293,13 @@ __metadata:
|
|||||||
resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql"
|
resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@emotion/css": "npm:11.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/sql": "npm:11.3.0-pre"
|
"@grafana/sql": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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.13"
|
"@types/jest": "npm:29.5.13"
|
||||||
@ -3324,13 +3324,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/sql": "npm:11.3.0-pre"
|
"@grafana/sql": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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.13"
|
"@types/jest": "npm:29.5.13"
|
||||||
@ -3355,11 +3355,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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"
|
||||||
@ -3387,14 +3387,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/google-sdk": "npm:0.1.2"
|
"@grafana/google-sdk": "npm:0.1.2"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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"
|
||||||
@ -3442,7 +3442,7 @@ __metadata:
|
|||||||
"@grafana/lezer-traceql": "npm:0.0.19"
|
"@grafana/lezer-traceql": "npm:0.0.19"
|
||||||
"@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.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "workspace:*"
|
"@grafana/runtime": "workspace:*"
|
||||||
"@grafana/schema": "workspace:*"
|
"@grafana/schema": "workspace:*"
|
||||||
"@grafana/ui": "workspace:*"
|
"@grafana/ui": "workspace:*"
|
||||||
@ -3552,12 +3552,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/data@npm:11.3.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
|
"@grafana/data@npm:11.4.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.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@rollup/plugin-node-resolve": "npm:15.3.0"
|
"@rollup/plugin-node-resolve": "npm:15.3.0"
|
||||||
"@types/d3-interpolate": "npm:^3.0.0"
|
"@types/d3-interpolate": "npm:^3.0.0"
|
||||||
@ -3605,7 +3605,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/e2e-selectors@npm:11.3.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
|
"@grafana/e2e-selectors@npm:11.4.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:
|
||||||
@ -3768,9 +3768,9 @@ __metadata:
|
|||||||
"@babel/preset-env": "npm:7.25.8"
|
"@babel/preset-env": "npm:7.25.8"
|
||||||
"@babel/preset-react": "npm:7.25.7"
|
"@babel/preset-react": "npm:7.25.7"
|
||||||
"@emotion/css": "npm:11.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@leeoniya/ufuzzy": "npm:1.0.14"
|
"@leeoniya/ufuzzy": "npm:1.0.14"
|
||||||
"@rollup/plugin-node-resolve": "npm:15.3.0"
|
"@rollup/plugin-node-resolve": "npm:15.3.0"
|
||||||
"@testing-library/dom": "npm:10.0.0"
|
"@testing-library/dom": "npm:10.0.0"
|
||||||
@ -3852,13 +3852,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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@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"
|
||||||
@ -3883,7 +3883,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/plugin-configs@npm:11.3.0-pre, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
|
"@grafana/plugin-configs@npm:11.4.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:
|
||||||
@ -3923,14 +3923,14 @@ __metadata:
|
|||||||
"@emotion/css": "npm:11.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@emotion/eslint-plugin": "npm:11.12.0"
|
"@emotion/eslint-plugin": "npm:11.12.0"
|
||||||
"@floating-ui/react": "npm:0.26.24"
|
"@floating-ui/react": "npm:0.26.24"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/faro-web-sdk": "npm:1.10.2"
|
"@grafana/faro-web-sdk": "npm:1.10.2"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@hello-pangea/dnd": "npm:17.0.0"
|
"@hello-pangea/dnd": "npm:17.0.0"
|
||||||
"@leeoniya/ufuzzy": "npm:1.0.14"
|
"@leeoniya/ufuzzy": "npm:1.0.14"
|
||||||
"@lezer/common": "npm:1.2.2"
|
"@lezer/common": "npm:1.2.2"
|
||||||
@ -4027,16 +4027,16 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/runtime@npm:11.3.0-pre, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
|
"@grafana/runtime@npm:11.4.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.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@rollup/plugin-node-resolve": "npm:15.3.0"
|
"@rollup/plugin-node-resolve": "npm:15.3.0"
|
||||||
"@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"
|
||||||
@ -4145,7 +4145,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/schema@npm:11.3.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
|
"@grafana/schema@npm:11.4.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:
|
||||||
@ -4163,17 +4163,17 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@grafana/sql@npm:11.3.0-pre, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql":
|
"@grafana/sql@npm:11.4.0-pre, @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.13.4"
|
"@emotion/css": "npm:11.13.4"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/experimental": "npm:2.1.2"
|
"@grafana/experimental": "npm:2.1.2"
|
||||||
"@grafana/runtime": "npm:11.3.0-pre"
|
"@grafana/runtime": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@grafana/ui": "npm:11.3.0-pre"
|
"@grafana/ui": "npm:11.4.0-pre"
|
||||||
"@react-awesome-query-builder/ui": "npm:6.6.3"
|
"@react-awesome-query-builder/ui": "npm:6.6.3"
|
||||||
"@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"
|
||||||
@ -4223,7 +4223,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@grafana/ui@npm:11.3.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
|
"@grafana/ui@npm:11.4.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:
|
||||||
@ -4233,10 +4233,10 @@ __metadata:
|
|||||||
"@emotion/serialize": "npm:1.3.2"
|
"@emotion/serialize": "npm:1.3.2"
|
||||||
"@faker-js/faker": "npm:^9.0.0"
|
"@faker-js/faker": "npm:^9.0.0"
|
||||||
"@floating-ui/react": "npm:0.26.24"
|
"@floating-ui/react": "npm:0.26.24"
|
||||||
"@grafana/data": "npm:11.3.0-pre"
|
"@grafana/data": "npm:11.4.0-pre"
|
||||||
"@grafana/e2e-selectors": "npm:11.3.0-pre"
|
"@grafana/e2e-selectors": "npm:11.4.0-pre"
|
||||||
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
"@grafana/faro-web-sdk": "npm:^1.3.6"
|
||||||
"@grafana/schema": "npm:11.3.0-pre"
|
"@grafana/schema": "npm:11.4.0-pre"
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@hello-pangea/dnd": "npm:17.0.0"
|
"@hello-pangea/dnd": "npm:17.0.0"
|
||||||
"@leeoniya/ufuzzy": "npm:1.0.14"
|
"@leeoniya/ufuzzy": "npm:1.0.14"
|
||||||
@ -9175,7 +9175,7 @@ __metadata:
|
|||||||
"@emotion/css": "npm:11.11.2"
|
"@emotion/css": "npm:11.11.2"
|
||||||
"@grafana/data": "workspace:*"
|
"@grafana/data": "workspace:*"
|
||||||
"@grafana/eslint-config": "npm:7.0.0"
|
"@grafana/eslint-config": "npm:7.0.0"
|
||||||
"@grafana/plugin-configs": "npm:11.3.0-pre"
|
"@grafana/plugin-configs": "npm:11.4.0-pre"
|
||||||
"@grafana/runtime": "workspace:*"
|
"@grafana/runtime": "workspace:*"
|
||||||
"@grafana/schema": "workspace:*"
|
"@grafana/schema": "workspace:*"
|
||||||
"@grafana/ui": "workspace:*"
|
"@grafana/ui": "workspace:*"
|
||||||
|
Reference in New Issue
Block a user