mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:42:55 +08:00
Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541)
* Babel: Updates babel dependencies to latest version * Emotion: Upgrade form 10 to 11 * Fixing tests * Updated to use emotion/css instead in test
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import React, { PropsWithChildren } from 'react';
|
||||
import { css, cx } from 'emotion';
|
||||
import { css, cx } from '@emotion/css';
|
||||
import { GrafanaTheme, SelectableValue, getTimeZoneInfo } from '@grafana/data';
|
||||
import { useTheme } from '../../../themes/ThemeContext';
|
||||
import { stylesFactory } from '../../../themes/stylesFactory';
|
||||
|
Reference in New Issue
Block a user