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/lodash": "4.17.12",
|
||||
"@types/react-table": "7.7.20",
|
||||
"ansicolor": "1.1.100",
|
||||
"calculate-size": "1.1.1",
|
||||
"classnames": "2.5.1",
|
||||
"d3": "7.9.0",
|
||||
|
@ -11,7 +11,6 @@ export * from './table';
|
||||
export * from './measureText';
|
||||
export * from './useForceUpdate';
|
||||
export { SearchFunctionType } from './searchFunctions';
|
||||
export { ansicolor } from 'ansicolor';
|
||||
|
||||
export { DOMUtil };
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import ansicolor from 'ansicolor';
|
||||
import { groupBy, size } from 'lodash';
|
||||
import { from, isObservable, Observable } from 'rxjs';
|
||||
|
||||
@ -41,7 +42,7 @@ import {
|
||||
import { SIPrefix } from '@grafana/data/src/valueFormats/symbolFormatters';
|
||||
import { config } from '@grafana/runtime';
|
||||
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 { LogsFrame, parseLogsFrame } from './logsFrame';
|
||||
|
Loading…
Reference in New Issue
Block a user