mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana UI: Remove re-export of Ansicolor package (#95531)
chore(grafana-ui): remove re-export of ansicolor package
This commit is contained in:
parent
97027834a1
commit
eae83609b8
@ -67,7 +67,6 @@
|
|||||||
"@types/jquery": "3.5.32",
|
"@types/jquery": "3.5.32",
|
||||||
"@types/lodash": "4.17.12",
|
"@types/lodash": "4.17.12",
|
||||||
"@types/react-table": "7.7.20",
|
"@types/react-table": "7.7.20",
|
||||||
"ansicolor": "1.1.100",
|
|
||||||
"calculate-size": "1.1.1",
|
"calculate-size": "1.1.1",
|
||||||
"classnames": "2.5.1",
|
"classnames": "2.5.1",
|
||||||
"d3": "7.9.0",
|
"d3": "7.9.0",
|
||||||
|
@ -11,7 +11,6 @@ export * from './table';
|
|||||||
export * from './measureText';
|
export * from './measureText';
|
||||||
export * from './useForceUpdate';
|
export * from './useForceUpdate';
|
||||||
export { SearchFunctionType } from './searchFunctions';
|
export { SearchFunctionType } from './searchFunctions';
|
||||||
export { ansicolor } from 'ansicolor';
|
|
||||||
|
|
||||||
export { DOMUtil };
|
export { DOMUtil };
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import ansicolor from 'ansicolor';
|
||||||
import { groupBy, size } from 'lodash';
|
import { groupBy, size } from 'lodash';
|
||||||
import { from, isObservable, Observable } from 'rxjs';
|
import { from, isObservable, Observable } from 'rxjs';
|
||||||
|
|
||||||
@ -41,7 +42,7 @@ import {
|
|||||||
import { SIPrefix } from '@grafana/data/src/valueFormats/symbolFormatters';
|
import { SIPrefix } from '@grafana/data/src/valueFormats/symbolFormatters';
|
||||||
import { config } from '@grafana/runtime';
|
import { config } from '@grafana/runtime';
|
||||||
import { BarAlignment, GraphDrawStyle, StackingMode } from '@grafana/schema';
|
import { BarAlignment, GraphDrawStyle, StackingMode } from '@grafana/schema';
|
||||||
import { ansicolor, colors } from '@grafana/ui';
|
import { colors } from '@grafana/ui';
|
||||||
import { getThemeColor } from 'app/core/utils/colors';
|
import { getThemeColor } from 'app/core/utils/colors';
|
||||||
|
|
||||||
import { LogsFrame, parseLogsFrame } from './logsFrame';
|
import { LogsFrame, parseLogsFrame } from './logsFrame';
|
||||||
|
@ -4271,7 +4271,6 @@ __metadata:
|
|||||||
"@types/slate-react": "npm:0.22.9"
|
"@types/slate-react": "npm:0.22.9"
|
||||||
"@types/tinycolor2": "npm:1.4.6"
|
"@types/tinycolor2": "npm:1.4.6"
|
||||||
"@types/uuid": "npm:9.0.8"
|
"@types/uuid": "npm:9.0.8"
|
||||||
ansicolor: "npm:1.1.100"
|
|
||||||
calculate-size: "npm:1.1.1"
|
calculate-size: "npm:1.1.1"
|
||||||
chance: "npm:1.1.12"
|
chance: "npm:1.1.12"
|
||||||
classnames: "npm:2.5.1"
|
classnames: "npm:2.5.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user