Release: Bump version to 10.2.4 (#79684)
"Release: Updated versions in package to 10.2.4"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
(cherry picked from commit b27bbadce7)
# Conflicts:
# lerna.json
# yarn.lock
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"npmClient": "yarn",
|
||||
"version": "10.2.3"
|
||||
"useWorkspaces": true,
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "10.2.4"
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"license": "AGPL-3.0-only",
|
||||
"private": true,
|
||||
"name": "grafana",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"repository": "github:grafana/grafana",
|
||||
"scripts": {
|
||||
"prebuild": "yarn i18n:compile && yarn plugin:build",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/data",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana Data Library",
|
||||
"keywords": [
|
||||
"typescript"
|
||||
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@braintree/sanitize-url": "6.0.2",
|
||||
"@grafana/schema": "10.2.3",
|
||||
"@grafana/schema": "10.2.4",
|
||||
"@types/d3-interpolate": "^3.0.0",
|
||||
"@types/string-hash": "1.1.1",
|
||||
"d3-interpolate": "3.0.1",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/e2e-selectors",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana End-to-End Test Selectors Library",
|
||||
"keywords": [
|
||||
"cli",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/e2e",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana End-to-End Test Library",
|
||||
"keywords": [
|
||||
"cli",
|
||||
@@ -63,8 +63,8 @@
|
||||
"@babel/core": "7.23.2",
|
||||
"@babel/preset-env": "7.23.2",
|
||||
"@cypress/webpack-preprocessor": "5.17.1",
|
||||
"@grafana/e2e-selectors": "10.2.3",
|
||||
"@grafana/schema": "10.2.3",
|
||||
"@grafana/e2e-selectors": "10.2.4",
|
||||
"@grafana/schema": "10.2.4",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@mochajs/json-file-reporter": "^1.2.0",
|
||||
"babel-loader": "9.1.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@grafana/eslint-plugin",
|
||||
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"main": "./index.cjs",
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/flamegraph",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana flamegraph visualization component",
|
||||
"keywords": [
|
||||
"grafana",
|
||||
@@ -44,8 +44,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.11.2",
|
||||
"@grafana/data": "10.2.3",
|
||||
"@grafana/ui": "10.2.3",
|
||||
"@grafana/data": "10.2.4",
|
||||
"@grafana/ui": "10.2.4",
|
||||
"@leeoniya/ufuzzy": "1.0.8",
|
||||
"d3": "^7.8.5",
|
||||
"lodash": "4.17.21",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@grafana/plugin-configs",
|
||||
"description": "Shared dependencies and files for core plugins",
|
||||
"private": true,
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"dependencies": {
|
||||
"tslib": "2.6.0"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/runtime",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana Runtime Library",
|
||||
"keywords": [
|
||||
"grafana",
|
||||
@@ -37,10 +37,10 @@
|
||||
"postpack": "mv package.json.bak package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grafana/data": "10.2.3",
|
||||
"@grafana/e2e-selectors": "10.2.3",
|
||||
"@grafana/data": "10.2.4",
|
||||
"@grafana/e2e-selectors": "10.2.4",
|
||||
"@grafana/faro-web-sdk": "1.2.1",
|
||||
"@grafana/ui": "10.2.3",
|
||||
"@grafana/ui": "10.2.4",
|
||||
"history": "4.10.1",
|
||||
"lodash": "4.17.21",
|
||||
"rxjs": "7.8.1",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/schema",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana Schema Library",
|
||||
"keywords": [
|
||||
"typescript"
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
limit: number;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends common.SingleStatBaseOptions {
|
||||
displayMode: common.BarGaugeDisplayMode;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export enum VizDisplayMode {
|
||||
Candles = 'candles',
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as ui from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export enum HorizontalConstraint {
|
||||
Center = 'center',
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface MetricStat {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
selectedSeries: number;
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export type UpdateConfig = {
|
||||
render: boolean,
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends common.SingleStatBaseOptions {
|
||||
minVizHeight: number;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as ui from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
basemap: ui.MapLayerOptions;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export type PyroscopeQueryType = ('metrics' | 'profile' | 'both');
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as ui from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
/**
|
||||
* Controls the color mode of the heatmap
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
dedupStrategy: common.LogsDedupStrategy;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export enum QueryEditorMode {
|
||||
Builder = 'builder',
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface ArcOption {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export type ParcaQueryType = ('metrics' | 'profile' | 'both');
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
/**
|
||||
* Select the pie chart display style.
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export enum QueryEditorMode {
|
||||
Builder = 'builder',
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends common.SingleStatBaseOptions {
|
||||
colorMode: common.BigValueColorMode;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as ui from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as ui from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as ui from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface TempoQuery extends common.DataQuery {
|
||||
filters: Array<TraceqlFilter>;
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// Run 'make gen-cue' from repository root to regenerate.
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export enum TextMode {
|
||||
Code = 'code',
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export interface Options extends common.OptionsWithTimezones {
|
||||
legend: common.VizLegendOptions;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
/**
|
||||
* Identical to timeseries... except it does not have timezone settings
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
import * as common from '@grafana/schema';
|
||||
|
||||
export const pluginVersion = "10.2.3";
|
||||
export const pluginVersion = "10.2.4";
|
||||
|
||||
export enum SeriesMapping {
|
||||
Auto = 'auto',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/ui",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Grafana Components Library",
|
||||
"keywords": [
|
||||
"grafana",
|
||||
@@ -49,10 +49,10 @@
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.11.2",
|
||||
"@emotion/react": "11.11.1",
|
||||
"@grafana/data": "10.2.3",
|
||||
"@grafana/e2e-selectors": "10.2.3",
|
||||
"@grafana/data": "10.2.4",
|
||||
"@grafana/e2e-selectors": "10.2.4",
|
||||
"@grafana/faro-web-sdk": "1.2.1",
|
||||
"@grafana/schema": "10.2.3",
|
||||
"@grafana/schema": "10.2.4",
|
||||
"@leeoniya/ufuzzy": "1.0.8",
|
||||
"@monaco-editor/react": "4.6.0",
|
||||
"@popperjs/core": "2.11.8",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@grafana-plugins/input-datasource",
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"description": "Input Datasource",
|
||||
"private": true,
|
||||
"repository": {
|
||||
@@ -28,8 +28,8 @@
|
||||
"webpack": "5.76.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grafana/data": "10.2.3",
|
||||
"@grafana/ui": "10.2.3",
|
||||
"@grafana/data": "10.2.4",
|
||||
"@grafana/ui": "10.2.4",
|
||||
"react": "18.2.0",
|
||||
"tslib": "2.5.0"
|
||||
}
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
"name": "@grafana-plugins/grafana-testdata-datasource",
|
||||
"description": "Generates test data in different forms",
|
||||
"private": true,
|
||||
"version": "10.2.3",
|
||||
"version": "10.2.4",
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.11.2",
|
||||
"@grafana/data": "10.2.3",
|
||||
"@grafana/data": "10.2.4",
|
||||
"@grafana/experimental": "1.7.0",
|
||||
"@grafana/runtime": "10.2.3",
|
||||
"@grafana/schema": "10.2.3",
|
||||
"@grafana/ui": "10.2.3",
|
||||
"@grafana/runtime": "10.2.4",
|
||||
"@grafana/schema": "10.2.4",
|
||||
"@grafana/ui": "10.2.4",
|
||||
"lodash": "4.17.21",
|
||||
"react": "18.2.0",
|
||||
"react-use": "17.4.0",
|
||||
@@ -17,8 +17,8 @@
|
||||
"tslib": "2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@grafana/e2e-selectors": "10.2.3",
|
||||
"@grafana/plugin-configs": "10.2.3",
|
||||
"@grafana/e2e-selectors": "10.2.4",
|
||||
"@grafana/plugin-configs": "10.2.4",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.5.1",
|
||||
"@types/jest": "29.5.4",
|
||||
|
||||
@@ -2923,71 +2923,90 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@grafana/data@npm:10.2.3, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
|
||||
"@grafana/data@10.2.4, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/data@workspace:packages/grafana-data"
|
||||
dependencies:
|
||||
"@braintree/sanitize-url": "npm:6.0.2"
|
||||
"@grafana/schema": "npm:10.2.3"
|
||||
"@grafana/tsconfig": "npm:^1.2.0-rc1"
|
||||
"@rollup/plugin-commonjs": "npm:25.0.2"
|
||||
"@rollup/plugin-json": "npm:6.0.0"
|
||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||
"@testing-library/dom": "npm:9.3.3"
|
||||
"@testing-library/jest-dom": "npm:6.1.4"
|
||||
"@testing-library/react": "npm:14.0.0"
|
||||
"@testing-library/user-event": "npm:14.5.1"
|
||||
"@types/d3-interpolate": "npm:^3.0.0"
|
||||
"@types/dompurify": "npm:^2"
|
||||
"@types/history": "npm:4.7.11"
|
||||
"@types/jest": "npm:29.5.4"
|
||||
"@types/jquery": "npm:3.5.16"
|
||||
"@types/lodash": "npm:4.14.195"
|
||||
"@types/marked": "npm:5.0.1"
|
||||
"@types/node": "npm:20.8.10"
|
||||
"@types/papaparse": "npm:5.3.7"
|
||||
"@types/react": "npm:18.2.15"
|
||||
"@types/react-dom": "npm:18.2.7"
|
||||
"@types/string-hash": "npm:1.1.1"
|
||||
"@types/testing-library__jest-dom": "npm:5.14.8"
|
||||
"@types/tinycolor2": "npm:1.4.3"
|
||||
d3-interpolate: "npm:3.0.1"
|
||||
date-fns: "npm:2.30.0"
|
||||
dompurify: "npm:^2.4.3"
|
||||
esbuild: "npm:0.18.12"
|
||||
eventemitter3: "npm:5.0.1"
|
||||
fast_array_intersect: "npm:1.1.0"
|
||||
history: "npm:4.10.1"
|
||||
lodash: "npm:4.17.21"
|
||||
marked: "npm:5.1.1"
|
||||
marked-mangle: "npm:1.1.0"
|
||||
moment: "npm:2.29.4"
|
||||
moment-timezone: "npm:0.5.43"
|
||||
ol: "npm:7.4.0"
|
||||
papaparse: "npm:5.4.1"
|
||||
react: "npm:18.2.0"
|
||||
react-dom: "npm:18.2.0"
|
||||
react-test-renderer: "npm:18.2.0"
|
||||
react-use: "npm:17.4.0"
|
||||
regenerator-runtime: "npm:0.14.0"
|
||||
rimraf: "npm:5.0.1"
|
||||
rollup: "npm:2.79.1"
|
||||
rollup-plugin-dts: "npm:^5.0.0"
|
||||
rollup-plugin-esbuild: "npm:5.0.0"
|
||||
rollup-plugin-node-externals: "npm:^5.0.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
string-hash: "npm:^1.1.3"
|
||||
tinycolor2: "npm:1.6.0"
|
||||
tslib: "npm:2.6.0"
|
||||
typescript: "npm:5.2.2"
|
||||
uplot: "npm:1.6.27"
|
||||
xss: "npm:^1.0.14"
|
||||
"@braintree/sanitize-url": 6.0.2
|
||||
"@grafana/schema": 10.2.4
|
||||
"@grafana/tsconfig": ^1.2.0-rc1
|
||||
"@rollup/plugin-commonjs": 25.0.2
|
||||
"@rollup/plugin-json": 6.0.0
|
||||
"@rollup/plugin-node-resolve": 15.2.3
|
||||
"@testing-library/dom": 9.3.3
|
||||
"@testing-library/jest-dom": 5.16.5
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.5.1
|
||||
"@types/d3-interpolate": ^3.0.0
|
||||
"@types/dompurify": ^2
|
||||
"@types/history": 4.7.11
|
||||
"@types/jest": 29.5.4
|
||||
"@types/jquery": 3.5.16
|
||||
"@types/lodash": 4.14.195
|
||||
"@types/marked": 5.0.1
|
||||
"@types/node": 18.18.4
|
||||
"@types/papaparse": 5.3.7
|
||||
"@types/react": 18.2.15
|
||||
"@types/react-dom": 18.2.7
|
||||
"@types/string-hash": 1.1.1
|
||||
"@types/testing-library__jest-dom": 5.14.8
|
||||
"@types/tinycolor2": 1.4.3
|
||||
d3-interpolate: 3.0.1
|
||||
date-fns: 2.30.0
|
||||
dompurify: ^2.4.3
|
||||
esbuild: 0.18.12
|
||||
eventemitter3: 5.0.1
|
||||
fast_array_intersect: 1.1.0
|
||||
history: 4.10.1
|
||||
lodash: 4.17.21
|
||||
marked: 5.1.1
|
||||
marked-mangle: 1.1.0
|
||||
moment: 2.29.4
|
||||
moment-timezone: 0.5.43
|
||||
ol: 7.4.0
|
||||
papaparse: 5.4.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0
|
||||
react-test-renderer: 18.2.0
|
||||
react-use: 17.4.0
|
||||
regenerator-runtime: 0.13.11
|
||||
rimraf: 5.0.1
|
||||
rollup: 2.79.1
|
||||
rollup-plugin-dts: ^5.0.0
|
||||
rollup-plugin-esbuild: 5.0.0
|
||||
rollup-plugin-node-externals: ^5.0.0
|
||||
rxjs: 7.8.1
|
||||
string-hash: ^1.1.3
|
||||
tinycolor2: 1.6.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
uplot: 1.6.27
|
||||
xss: ^1.0.14
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
react-dom: ^17.0.0 || ^18.0.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@grafana/e2e-selectors@10.2.4, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors"
|
||||
dependencies:
|
||||
"@grafana/tsconfig": ^1.2.0-rc1
|
||||
"@rollup/plugin-commonjs": 25.0.2
|
||||
"@rollup/plugin-node-resolve": 15.2.3
|
||||
"@types/node": 18.18.4
|
||||
esbuild: 0.18.12
|
||||
rimraf: 5.0.1
|
||||
rollup: 2.79.1
|
||||
rollup-plugin-dts: ^5.0.0
|
||||
rollup-plugin-esbuild: 5.0.0
|
||||
rollup-plugin-node-externals: ^5.0.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@grafana/e2e-selectors@npm:10.0.2":
|
||||
version: 10.0.2
|
||||
resolution: "@grafana/e2e-selectors@npm:10.0.2"
|
||||
@@ -3022,42 +3041,42 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/e2e@workspace:packages/grafana-e2e"
|
||||
dependencies:
|
||||
"@babel/core": "npm:7.23.2"
|
||||
"@babel/preset-env": "npm:7.23.2"
|
||||
"@cypress/webpack-preprocessor": "npm:5.17.1"
|
||||
"@grafana/e2e-selectors": "npm:10.2.3"
|
||||
"@grafana/schema": "npm:10.2.3"
|
||||
"@grafana/tsconfig": "npm:^1.2.0-rc1"
|
||||
"@mochajs/json-file-reporter": "npm:^1.2.0"
|
||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||
"@types/chrome-remote-interface": "npm:0.31.10"
|
||||
"@types/lodash": "npm:4.14.195"
|
||||
"@types/node": "npm:18.18.4"
|
||||
"@types/uuid": "npm:9.0.2"
|
||||
babel-loader: "npm:9.1.3"
|
||||
blink-diff: "npm:1.0.13"
|
||||
chrome-remote-interface: "npm:0.33.0"
|
||||
commander: "npm:8.3.0"
|
||||
cypress: "npm:9.5.1"
|
||||
cypress-file-upload: "npm:5.0.8"
|
||||
devtools-protocol: "npm:0.0.1170333"
|
||||
esbuild: "npm:0.18.12"
|
||||
execa: "npm:5.1.1"
|
||||
lodash: "npm:4.17.21"
|
||||
mocha: "npm:10.2.0"
|
||||
resolve-bin: "npm:1.0.1"
|
||||
rimraf: "npm:5.0.1"
|
||||
rollup: "npm:2.79.1"
|
||||
rollup-plugin-dts: "npm:^5.0.0"
|
||||
rollup-plugin-esbuild: "npm:5.0.0"
|
||||
rollup-plugin-node-externals: "npm:^5.0.0"
|
||||
tracelib: "npm:1.0.1"
|
||||
ts-loader: "npm:8.4.0"
|
||||
tslib: "npm:2.6.0"
|
||||
typescript: "npm:5.2.2"
|
||||
uuid: "npm:9.0.0"
|
||||
webpack: "npm:5.89.0"
|
||||
yaml: "npm:^2.0.0"
|
||||
"@babel/core": 7.23.0
|
||||
"@babel/preset-env": 7.23.2
|
||||
"@cypress/webpack-preprocessor": 5.17.1
|
||||
"@grafana/e2e-selectors": 10.2.4
|
||||
"@grafana/schema": 10.2.4
|
||||
"@grafana/tsconfig": ^1.2.0-rc1
|
||||
"@mochajs/json-file-reporter": ^1.2.0
|
||||
"@rollup/plugin-node-resolve": 15.2.3
|
||||
"@types/chrome-remote-interface": 0.31.10
|
||||
"@types/lodash": 4.14.195
|
||||
"@types/node": 18.18.4
|
||||
"@types/uuid": 9.0.2
|
||||
babel-loader: 9.1.3
|
||||
blink-diff: 1.0.13
|
||||
chrome-remote-interface: 0.33.0
|
||||
commander: 8.3.0
|
||||
cypress: 9.5.1
|
||||
cypress-file-upload: 5.0.8
|
||||
devtools-protocol: 0.0.1170333
|
||||
esbuild: 0.18.12
|
||||
execa: 5.1.1
|
||||
lodash: 4.17.21
|
||||
mocha: 10.2.0
|
||||
resolve-bin: 1.0.1
|
||||
rimraf: 5.0.1
|
||||
rollup: 2.79.1
|
||||
rollup-plugin-dts: ^5.0.0
|
||||
rollup-plugin-esbuild: 5.0.0
|
||||
rollup-plugin-node-externals: ^5.0.0
|
||||
tracelib: 1.0.1
|
||||
ts-loader: 8.4.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
uuid: 9.0.0
|
||||
webpack: 5.88.1
|
||||
yaml: ^2.0.0
|
||||
bin:
|
||||
grafana-e2e: bin/grafana-e2e.js
|
||||
languageName: unknown
|
||||
@@ -3162,41 +3181,41 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/flamegraph@workspace:packages/grafana-flamegraph"
|
||||
dependencies:
|
||||
"@babel/core": "npm:7.23.2"
|
||||
"@babel/preset-env": "npm:7.23.2"
|
||||
"@babel/preset-react": "npm:7.22.5"
|
||||
"@emotion/css": "npm:11.11.2"
|
||||
"@grafana/data": "npm:10.2.3"
|
||||
"@grafana/tsconfig": "npm:^1.2.0-rc1"
|
||||
"@grafana/ui": "npm:10.2.3"
|
||||
"@leeoniya/ufuzzy": "npm:1.0.8"
|
||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||
"@testing-library/jest-dom": "npm:^6.1.2"
|
||||
"@testing-library/react": "npm:14.0.0"
|
||||
"@testing-library/user-event": "npm:14.5.1"
|
||||
"@types/d3": "npm:^7"
|
||||
"@types/jest": "npm:^29.5.4"
|
||||
"@types/lodash": "npm:4.14.195"
|
||||
"@types/react": "npm:18.2.15"
|
||||
"@types/react-virtualized-auto-sizer": "npm:1.0.1"
|
||||
"@types/tinycolor2": "npm:1.4.3"
|
||||
babel-jest: "npm:29.7.0"
|
||||
d3: "npm:^7.8.5"
|
||||
jest: "npm:^29.6.4"
|
||||
jest-canvas-mock: "npm:2.5.2"
|
||||
lodash: "npm:4.17.21"
|
||||
react: "npm:18.2.0"
|
||||
react-use: "npm:17.4.0"
|
||||
react-virtualized-auto-sizer: "npm:1.0.7"
|
||||
rollup: "npm:2.79.1"
|
||||
rollup-plugin-dts: "npm:^5.0.0"
|
||||
rollup-plugin-esbuild: "npm:5.0.0"
|
||||
rollup-plugin-node-externals: "npm:^5.0.0"
|
||||
tinycolor2: "npm:1.6.0"
|
||||
ts-jest: "npm:29.1.1"
|
||||
ts-node: "npm:10.9.1"
|
||||
tslib: "npm:2.6.0"
|
||||
typescript: "npm:5.2.2"
|
||||
"@babel/core": 7.23.0
|
||||
"@babel/preset-env": 7.23.2
|
||||
"@babel/preset-react": 7.22.5
|
||||
"@emotion/css": 11.11.2
|
||||
"@grafana/data": 10.2.4
|
||||
"@grafana/tsconfig": ^1.2.0-rc1
|
||||
"@grafana/ui": 10.2.4
|
||||
"@leeoniya/ufuzzy": 1.0.8
|
||||
"@rollup/plugin-node-resolve": 15.2.3
|
||||
"@testing-library/jest-dom": ^6.1.2
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.5.1
|
||||
"@types/d3": ^7
|
||||
"@types/jest": ^29.5.4
|
||||
"@types/lodash": 4.14.195
|
||||
"@types/react": 18.2.15
|
||||
"@types/react-virtualized-auto-sizer": 1.0.1
|
||||
"@types/tinycolor2": 1.4.3
|
||||
babel-jest: 29.3.1
|
||||
d3: ^7.8.5
|
||||
jest: ^29.6.4
|
||||
jest-canvas-mock: 2.5.2
|
||||
lodash: 4.17.21
|
||||
react: 18.2.0
|
||||
react-use: 17.4.0
|
||||
react-virtualized-auto-sizer: 1.0.7
|
||||
rollup: 2.79.1
|
||||
rollup-plugin-dts: ^5.0.0
|
||||
rollup-plugin-esbuild: 5.0.0
|
||||
rollup-plugin-node-externals: ^5.0.0
|
||||
tinycolor2: 1.6.0
|
||||
ts-jest: 29.1.1
|
||||
ts-node: 10.9.1
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
react-dom: ^17.0.0 || ^18.0.0
|
||||
@@ -3242,7 +3261,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@grafana/plugin-configs@npm:10.2.3, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
|
||||
"@grafana/plugin-configs@10.2.4, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs"
|
||||
dependencies:
|
||||
@@ -3258,44 +3277,44 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@grafana/runtime@npm:10.2.3, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
|
||||
"@grafana/runtime@10.2.4, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/runtime@workspace:packages/grafana-runtime"
|
||||
dependencies:
|
||||
"@grafana/data": "npm:10.2.3"
|
||||
"@grafana/e2e-selectors": "npm:10.2.3"
|
||||
"@grafana/faro-web-sdk": "npm:1.2.1"
|
||||
"@grafana/tsconfig": "npm:^1.2.0-rc1"
|
||||
"@grafana/ui": "npm:10.2.3"
|
||||
"@rollup/plugin-commonjs": "npm:25.0.2"
|
||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||
"@testing-library/dom": "npm:9.3.3"
|
||||
"@testing-library/react": "npm:14.0.0"
|
||||
"@testing-library/user-event": "npm:14.5.1"
|
||||
"@types/angular": "npm:1.8.5"
|
||||
"@types/history": "npm:4.7.11"
|
||||
"@types/jest": "npm:29.5.4"
|
||||
"@types/lodash": "npm:4.14.195"
|
||||
"@types/react": "npm:18.2.15"
|
||||
"@types/react-dom": "npm:18.2.7"
|
||||
"@types/systemjs": "npm:6.13.1"
|
||||
esbuild: "npm:0.18.12"
|
||||
history: "npm:4.10.1"
|
||||
lodash: "npm:4.17.21"
|
||||
react: "npm:18.2.0"
|
||||
react-dom: "npm:18.2.0"
|
||||
rimraf: "npm:5.0.1"
|
||||
rollup: "npm:2.79.1"
|
||||
rollup-plugin-dts: "npm:^5.0.0"
|
||||
rollup-plugin-esbuild: "npm:5.0.0"
|
||||
rollup-plugin-node-externals: "npm:^5.0.0"
|
||||
rollup-plugin-sourcemaps: "npm:0.6.3"
|
||||
rollup-plugin-terser: "npm:7.0.2"
|
||||
rxjs: "npm:7.8.1"
|
||||
systemjs: "npm:6.14.2"
|
||||
systemjs-cjs-extra: "npm:0.2.0"
|
||||
tslib: "npm:2.6.0"
|
||||
typescript: "npm:5.2.2"
|
||||
"@grafana/data": 10.2.4
|
||||
"@grafana/e2e-selectors": 10.2.4
|
||||
"@grafana/faro-web-sdk": 1.2.1
|
||||
"@grafana/tsconfig": ^1.2.0-rc1
|
||||
"@grafana/ui": 10.2.4
|
||||
"@rollup/plugin-commonjs": 25.0.2
|
||||
"@rollup/plugin-node-resolve": 15.2.3
|
||||
"@testing-library/dom": 9.3.3
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.5.1
|
||||
"@types/angular": 1.8.5
|
||||
"@types/history": 4.7.11
|
||||
"@types/jest": 29.5.4
|
||||
"@types/lodash": 4.14.195
|
||||
"@types/react": 18.2.15
|
||||
"@types/react-dom": 18.2.7
|
||||
"@types/systemjs": 6.13.1
|
||||
esbuild: 0.18.12
|
||||
history: 4.10.1
|
||||
lodash: 4.17.21
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0
|
||||
rimraf: 5.0.1
|
||||
rollup: 2.79.1
|
||||
rollup-plugin-dts: ^5.0.0
|
||||
rollup-plugin-esbuild: 5.0.0
|
||||
rollup-plugin-node-externals: ^5.0.0
|
||||
rollup-plugin-sourcemaps: 0.6.3
|
||||
rollup-plugin-terser: 7.0.2
|
||||
rxjs: 7.8.1
|
||||
systemjs: 6.14.2
|
||||
systemjs-cjs-extra: 0.2.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
react-dom: ^17.0.0 || ^18.0.0
|
||||
@@ -3320,7 +3339,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@grafana/schema@npm:10.2.3, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
|
||||
"@grafana/schema@10.2.4, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/schema@workspace:packages/grafana-schema"
|
||||
dependencies:
|
||||
@@ -3354,148 +3373,149 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@grafana/ui@npm:10.2.3, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
|
||||
"@grafana/ui@10.2.4, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@grafana/ui@workspace:packages/grafana-ui"
|
||||
dependencies:
|
||||
"@babel/core": "npm:7.23.2"
|
||||
"@emotion/css": "npm:11.11.2"
|
||||
"@emotion/react": "npm:11.11.1"
|
||||
"@grafana/data": "npm:10.2.3"
|
||||
"@grafana/e2e-selectors": "npm:10.2.3"
|
||||
"@grafana/faro-web-sdk": "npm:1.2.1"
|
||||
"@grafana/schema": "npm:10.2.3"
|
||||
"@grafana/tsconfig": "npm:^1.2.0-rc1"
|
||||
"@leeoniya/ufuzzy": "npm:1.0.8"
|
||||
"@monaco-editor/react": "npm:4.6.0"
|
||||
"@popperjs/core": "npm:2.11.8"
|
||||
"@react-aria/button": "npm:3.8.0"
|
||||
"@react-aria/dialog": "npm:3.5.3"
|
||||
"@react-aria/focus": "npm:3.13.0"
|
||||
"@react-aria/menu": "npm:3.10.0"
|
||||
"@react-aria/overlays": "npm:3.15.0"
|
||||
"@react-aria/utils": "npm:3.18.0"
|
||||
"@react-stately/menu": "npm:3.5.3"
|
||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||
"@storybook/addon-a11y": "npm:7.4.5"
|
||||
"@storybook/addon-actions": "npm:7.4.5"
|
||||
"@storybook/addon-docs": "npm:7.4.5"
|
||||
"@storybook/addon-essentials": "npm:7.4.5"
|
||||
"@storybook/addon-storysource": "npm:7.4.5"
|
||||
"@storybook/api": "npm:7.4.5"
|
||||
"@storybook/blocks": "npm:7.4.5"
|
||||
"@storybook/client-api": "npm:7.4.5"
|
||||
"@storybook/components": "npm:7.4.5"
|
||||
"@storybook/core-events": "npm:7.4.5"
|
||||
"@storybook/mdx2-csf": "npm:1.1.0"
|
||||
"@storybook/preset-scss": "npm:1.0.3"
|
||||
"@storybook/react": "npm:7.4.5"
|
||||
"@storybook/react-webpack5": "npm:7.4.5"
|
||||
"@storybook/theming": "npm:7.4.5"
|
||||
"@testing-library/dom": "npm:9.3.3"
|
||||
"@testing-library/jest-dom": "npm:6.1.4"
|
||||
"@testing-library/react": "npm:14.0.0"
|
||||
"@testing-library/user-event": "npm:14.5.1"
|
||||
"@types/common-tags": "npm:^1.8.0"
|
||||
"@types/d3": "npm:7.4.0"
|
||||
"@types/hoist-non-react-statics": "npm:3.3.1"
|
||||
"@types/is-hotkey": "npm:0.1.7"
|
||||
"@types/jest": "npm:29.5.4"
|
||||
"@types/jquery": "npm:3.5.16"
|
||||
"@types/lodash": "npm:4.14.195"
|
||||
"@types/mock-raf": "npm:1.0.3"
|
||||
"@types/node": "npm:20.8.10"
|
||||
"@types/prismjs": "npm:1.26.0"
|
||||
"@types/react": "npm:18.2.15"
|
||||
"@types/react-beautiful-dnd": "npm:13.1.4"
|
||||
"@types/react-calendar": "npm:3.9.0"
|
||||
"@types/react-color": "npm:3.0.6"
|
||||
"@types/react-dom": "npm:18.2.7"
|
||||
"@types/react-highlight-words": "npm:0.16.4"
|
||||
"@types/react-router-dom": "npm:5.3.3"
|
||||
"@types/react-table": "npm:7.7.14"
|
||||
"@types/react-test-renderer": "npm:18.0.0"
|
||||
"@types/react-transition-group": "npm:4.4.6"
|
||||
"@types/react-window": "npm:1.8.5"
|
||||
"@types/slate": "npm:0.47.11"
|
||||
"@types/slate-plain-serializer": "npm:0.7.2"
|
||||
"@types/slate-react": "npm:0.22.9"
|
||||
"@types/testing-library__jest-dom": "npm:5.14.8"
|
||||
"@types/tinycolor2": "npm:1.4.3"
|
||||
"@types/uuid": "npm:9.0.2"
|
||||
ansicolor: "npm:1.1.100"
|
||||
calculate-size: "npm:1.1.1"
|
||||
classnames: "npm:2.3.2"
|
||||
common-tags: "npm:1.8.2"
|
||||
core-js: "npm:3.33.0"
|
||||
css-loader: "npm:6.8.1"
|
||||
csstype: "npm:3.1.2"
|
||||
d3: "npm:7.8.5"
|
||||
date-fns: "npm:2.30.0"
|
||||
esbuild: "npm:0.18.12"
|
||||
expose-loader: "npm:4.1.0"
|
||||
hoist-non-react-statics: "npm:3.3.2"
|
||||
i18next: "npm:^22.0.0"
|
||||
i18next-browser-languagedetector: "npm:^7.0.2"
|
||||
immutable: "npm:4.3.1"
|
||||
is-hotkey: "npm:0.2.0"
|
||||
jquery: "npm:3.7.0"
|
||||
lodash: "npm:4.17.21"
|
||||
micro-memoize: "npm:^4.1.2"
|
||||
mock-raf: "npm:1.0.1"
|
||||
moment: "npm:2.29.4"
|
||||
monaco-editor: "npm:0.34.0"
|
||||
ol: "npm:7.4.0"
|
||||
prismjs: "npm:1.29.0"
|
||||
process: "npm:^0.11.10"
|
||||
rc-cascader: "npm:3.20.0"
|
||||
rc-drawer: "npm:6.5.2"
|
||||
rc-slider: "npm:10.3.1"
|
||||
rc-time-picker: "npm:^3.7.3"
|
||||
rc-tooltip: "npm:6.1.1"
|
||||
react: "npm:18.2.0"
|
||||
react-beautiful-dnd: "npm:13.1.1"
|
||||
react-calendar: "npm:4.6.0"
|
||||
react-colorful: "npm:5.6.1"
|
||||
react-custom-scrollbars-2: "npm:4.5.0"
|
||||
react-dom: "npm:18.2.0"
|
||||
react-dropzone: "npm:14.2.3"
|
||||
react-highlight-words: "npm:0.20.0"
|
||||
react-hook-form: "npm:7.5.3"
|
||||
react-i18next: "npm:^12.0.0"
|
||||
react-inlinesvg: "npm:3.0.2"
|
||||
react-loading-skeleton: "npm:3.3.1"
|
||||
react-popper: "npm:2.3.0"
|
||||
react-popper-tooltip: "npm:4.4.2"
|
||||
react-router-dom: "npm:5.3.3"
|
||||
react-select: "npm:5.7.4"
|
||||
react-select-event: "npm:^5.1.0"
|
||||
react-table: "npm:7.8.0"
|
||||
react-test-renderer: "npm:18.2.0"
|
||||
react-transition-group: "npm:4.4.5"
|
||||
react-use: "npm:17.4.0"
|
||||
react-window: "npm:1.8.9"
|
||||
rimraf: "npm:5.0.1"
|
||||
rollup: "npm:2.79.1"
|
||||
rollup-plugin-copy: "npm:3.5.0"
|
||||
rollup-plugin-dts: "npm:^5.0.0"
|
||||
rollup-plugin-esbuild: "npm:5.0.0"
|
||||
rollup-plugin-node-externals: "npm:^5.0.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
sass-loader: "npm:13.3.2"
|
||||
slate: "npm:0.47.9"
|
||||
slate-plain-serializer: "npm:0.7.13"
|
||||
slate-react: "npm:0.22.10"
|
||||
storybook: "npm:7.4.5"
|
||||
storybook-addon-turbo-build: "npm:2.0.1"
|
||||
storybook-dark-mode: "npm:3.0.1"
|
||||
style-loader: "npm:3.3.3"
|
||||
tinycolor2: "npm:1.6.0"
|
||||
tslib: "npm:2.6.0"
|
||||
typescript: "npm:5.2.2"
|
||||
uplot: "npm:1.6.27"
|
||||
uuid: "npm:9.0.0"
|
||||
webpack: "npm:5.89.0"
|
||||
"@babel/core": 7.23.0
|
||||
"@emotion/css": 11.11.2
|
||||
"@emotion/react": 11.11.1
|
||||
"@grafana/data": 10.2.4
|
||||
"@grafana/e2e-selectors": 10.2.4
|
||||
"@grafana/faro-web-sdk": 1.2.1
|
||||
"@grafana/schema": 10.2.4
|
||||
"@grafana/tsconfig": ^1.2.0-rc1
|
||||
"@leeoniya/ufuzzy": 1.0.8
|
||||
"@mdx-js/react": 1.6.22
|
||||
"@monaco-editor/react": 4.6.0
|
||||
"@popperjs/core": 2.11.8
|
||||
"@react-aria/button": 3.8.0
|
||||
"@react-aria/dialog": 3.5.3
|
||||
"@react-aria/focus": 3.13.0
|
||||
"@react-aria/menu": 3.10.0
|
||||
"@react-aria/overlays": 3.15.0
|
||||
"@react-aria/utils": 3.18.0
|
||||
"@react-stately/menu": 3.5.3
|
||||
"@rollup/plugin-node-resolve": 15.2.3
|
||||
"@storybook/addon-a11y": 7.4.5
|
||||
"@storybook/addon-actions": 7.4.5
|
||||
"@storybook/addon-docs": 7.4.5
|
||||
"@storybook/addon-essentials": 7.4.5
|
||||
"@storybook/addon-storysource": 7.4.5
|
||||
"@storybook/api": 7.4.5
|
||||
"@storybook/blocks": 7.4.5
|
||||
"@storybook/client-api": 7.4.5
|
||||
"@storybook/components": 7.4.5
|
||||
"@storybook/core-events": 7.4.5
|
||||
"@storybook/mdx2-csf": 1.1.0
|
||||
"@storybook/preset-scss": 1.0.3
|
||||
"@storybook/react": 7.4.5
|
||||
"@storybook/react-webpack5": 7.4.5
|
||||
"@storybook/theming": 7.4.5
|
||||
"@testing-library/dom": 9.3.3
|
||||
"@testing-library/jest-dom": 5.16.5
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.5.1
|
||||
"@types/common-tags": ^1.8.0
|
||||
"@types/d3": 7.4.0
|
||||
"@types/hoist-non-react-statics": 3.3.1
|
||||
"@types/is-hotkey": 0.1.7
|
||||
"@types/jest": 29.5.4
|
||||
"@types/jquery": 3.5.16
|
||||
"@types/lodash": 4.14.195
|
||||
"@types/mock-raf": 1.0.3
|
||||
"@types/node": 18.18.4
|
||||
"@types/prismjs": 1.26.0
|
||||
"@types/react": 18.2.15
|
||||
"@types/react-beautiful-dnd": 13.1.4
|
||||
"@types/react-calendar": 3.9.0
|
||||
"@types/react-color": 3.0.6
|
||||
"@types/react-dom": 18.2.7
|
||||
"@types/react-highlight-words": 0.16.4
|
||||
"@types/react-router-dom": 5.3.3
|
||||
"@types/react-table": 7.7.14
|
||||
"@types/react-test-renderer": 18.0.0
|
||||
"@types/react-transition-group": 4.4.6
|
||||
"@types/react-window": 1.8.5
|
||||
"@types/slate": 0.47.11
|
||||
"@types/slate-plain-serializer": 0.7.2
|
||||
"@types/slate-react": 0.22.9
|
||||
"@types/testing-library__jest-dom": 5.14.8
|
||||
"@types/tinycolor2": 1.4.3
|
||||
"@types/uuid": 9.0.2
|
||||
ansicolor: 1.1.100
|
||||
calculate-size: 1.1.1
|
||||
classnames: 2.3.2
|
||||
common-tags: 1.8.2
|
||||
core-js: 3.33.0
|
||||
css-loader: 6.8.1
|
||||
csstype: 3.1.2
|
||||
d3: 7.8.5
|
||||
date-fns: 2.30.0
|
||||
esbuild: 0.18.12
|
||||
expose-loader: 4.1.0
|
||||
hoist-non-react-statics: 3.3.2
|
||||
i18next: ^22.0.0
|
||||
i18next-browser-languagedetector: ^7.0.2
|
||||
immutable: 4.3.1
|
||||
is-hotkey: 0.2.0
|
||||
jquery: 3.7.0
|
||||
lodash: 4.17.21
|
||||
micro-memoize: ^4.1.2
|
||||
mock-raf: 1.0.1
|
||||
moment: 2.29.4
|
||||
monaco-editor: 0.34.0
|
||||
ol: 7.4.0
|
||||
prismjs: 1.29.0
|
||||
process: ^0.11.10
|
||||
rc-cascader: 3.18.1
|
||||
rc-drawer: 6.5.2
|
||||
rc-slider: 10.3.1
|
||||
rc-time-picker: ^3.7.3
|
||||
rc-tooltip: 6.0.1
|
||||
react: 18.2.0
|
||||
react-beautiful-dnd: 13.1.1
|
||||
react-calendar: 4.3.0
|
||||
react-colorful: 5.6.1
|
||||
react-custom-scrollbars-2: 4.5.0
|
||||
react-dom: 18.2.0
|
||||
react-dropzone: 14.2.3
|
||||
react-highlight-words: 0.20.0
|
||||
react-hook-form: 7.5.3
|
||||
react-i18next: ^12.0.0
|
||||
react-inlinesvg: 3.0.2
|
||||
react-loading-skeleton: 3.3.1
|
||||
react-popper: 2.3.0
|
||||
react-popper-tooltip: 4.4.2
|
||||
react-router-dom: 5.3.3
|
||||
react-select: 5.7.4
|
||||
react-select-event: ^5.1.0
|
||||
react-table: 7.8.0
|
||||
react-test-renderer: 18.2.0
|
||||
react-transition-group: 4.4.5
|
||||
react-use: 17.4.0
|
||||
react-window: 1.8.9
|
||||
rimraf: 5.0.1
|
||||
rollup: 2.79.1
|
||||
rollup-plugin-copy: 3.5.0
|
||||
rollup-plugin-dts: ^5.0.0
|
||||
rollup-plugin-esbuild: 5.0.0
|
||||
rollup-plugin-node-externals: ^5.0.0
|
||||
rxjs: 7.8.1
|
||||
sass-loader: 13.3.2
|
||||
slate: 0.47.9
|
||||
slate-plain-serializer: 0.7.13
|
||||
slate-react: 0.22.10
|
||||
storybook: 7.4.5
|
||||
storybook-addon-turbo-build: 2.0.1
|
||||
storybook-dark-mode: 3.0.1
|
||||
style-loader: 3.3.3
|
||||
tinycolor2: 1.6.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
uplot: 1.6.27
|
||||
uuid: 9.0.0
|
||||
webpack: 5.88.1
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
react-dom: ^17.0.0 || ^18.0.0
|
||||
|
||||
Reference in New Issue
Block a user