Update dependency emotion to v11 (#41134)

* Update dependency emotion to v11

* Chore(renovate): Use correct emotion imports

* kick drone

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2021-11-04 17:54:49 +00:00
committed by GitHub
co-authored by Renovate Bot Ashley Harrison
parent 9b2ac8adde
commit e973b933f3
12 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"clipboard": "2.0.4",
"core-js": "3.10.0",
"d3": "5.15.0",
"emotion": "10.0.27",
"emotion": "11.0.0",
"hoist-non-react-statics": "3.3.2",
"immutable": "3.8.2",
"is-hotkey": "0.1.6",
@@ -1,6 +1,6 @@
import React, { memo } from 'react';
import Calendar from 'react-calendar';
import { css } from 'emotion';
import { css } from '@emotion/css';
import { GrafanaTheme2 } from '@grafana/data';
import { useStyles2 } from '../../../themes';
import { ClickOutsideWrapper } from '../../ClickOutsideWrapper/ClickOutsideWrapper';