Update dependency @emotion/react to v11.11.3 (#80230)

* Update dependency @emotion/react to v11.11.3

* fix types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot] 2024-01-09 18:20:08 +02:00 committed by GitHub
parent 1cefa419c0
commit 3c045d1dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 17 deletions

View File

@ -239,7 +239,7 @@
"dependencies": {
"@daybrush/utils": "1.13.0",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@floating-ui/react": "0.26.4",
"@glideapps/glide-data-grid": "^5.2.1",

View File

@ -48,7 +48,7 @@
],
"dependencies": {
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@floating-ui/react": "0.26.4",
"@grafana/data": "10.3.0-pre",
"@grafana/e2e-selectors": "10.3.0-pre",

View File

@ -1,6 +1,6 @@
/** @jsxRuntime classic */
/** @jsx jsx */
import { css, CSSInterpolation, cx } from '@emotion/css';
import { css, cx } from '@emotion/css';
import { jsx } from '@emotion/react';
import classnames from 'classnames';
import { Profiler, ProfilerOnRenderCallback, useState, FC } from 'react';
@ -174,7 +174,7 @@ const getStylesObjects = (theme: GrafanaTheme2) => {
};
};
function getStylesObjectMain(theme: GrafanaTheme2): CSSInterpolation {
function getStylesObjectMain(theme: GrafanaTheme2) {
return {
background: 'blue',
border: '1px solid red',
@ -187,12 +187,12 @@ function getStylesObjectMain(theme: GrafanaTheme2): CSSInterpolation {
};
}
function getStylesObjectChild(theme: GrafanaTheme2): CSSInterpolation {
function getStylesObjectChild(theme: GrafanaTheme2) {
return {
padding: '2px',
fontSize: '10px',
boxShadow: 'none',
textAlign: 'center',
textDecoration: 'none',
};
} as const;
}

View File

@ -2156,14 +2156,14 @@ __metadata:
languageName: node
linkType: hard
"@emotion/react@npm:11.11.1, @emotion/react@npm:^11.8.1":
version: 11.11.1
resolution: "@emotion/react@npm:11.11.1"
"@emotion/react@npm:11.11.3, @emotion/react@npm:^11.8.1":
version: 11.11.3
resolution: "@emotion/react@npm:11.11.3"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.11.0"
"@emotion/cache": "npm:^11.11.0"
"@emotion/serialize": "npm:^1.1.2"
"@emotion/serialize": "npm:^1.1.3"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1"
"@emotion/utils": "npm:^1.2.1"
"@emotion/weak-memoize": "npm:^0.3.1"
@ -2173,7 +2173,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: dfc140718d0a8051a74e51c379226d9de6b19f6a5dd595fb282ef72f4413695a2d012ba919f1e9eeff761c6659e6f7398da8e0e36eb7997a4fdf54cef88644ae
checksum: f7b98557b7d5236296dda48c2fc8a6cde4af7399758496e9f710f85a80c7d66fee1830966caabd7b237601bfdaca4e1add8c681d1ae4cc3d497fe88958d541c4
languageName: node
linkType: hard
@ -2190,16 +2190,16 @@ __metadata:
languageName: node
linkType: hard
"@emotion/serialize@npm:^1.1.2":
version: 1.1.2
resolution: "@emotion/serialize@npm:1.1.2"
"@emotion/serialize@npm:^1.1.2, @emotion/serialize@npm:^1.1.3":
version: 1.1.3
resolution: "@emotion/serialize@npm:1.1.3"
dependencies:
"@emotion/hash": "npm:^0.9.1"
"@emotion/memoize": "npm:^0.8.1"
"@emotion/unitless": "npm:^0.8.1"
"@emotion/utils": "npm:^1.2.1"
csstype: "npm:^3.0.2"
checksum: 71ed270ee4e9678d6d1c541cb111f8247aef862a28729e511f7036f22b12822e976b5843f5829a1c2a7b959a9728dcac831f39de3084664725eba1345a03b4a0
checksum: 48d88923663273ae70359bc1a1f30454136716cbe0ddd9664be08e257ce56acedab911f125b627627358e37c9f450bbac3ea09b534ef42f9f67325d47b1e2a7b
languageName: node
linkType: hard
@ -3526,7 +3526,7 @@ __metadata:
dependencies:
"@babel/core": "npm:7.23.7"
"@emotion/css": "npm:11.11.2"
"@emotion/react": "npm:11.11.1"
"@emotion/react": "npm:11.11.3"
"@floating-ui/react": "npm:0.26.4"
"@grafana/data": "npm:10.3.0-pre"
"@grafana/e2e-selectors": "npm:10.3.0-pre"
@ -17207,7 +17207,7 @@ __metadata:
"@daybrush/utils": "npm:1.13.0"
"@emotion/css": "npm:11.11.2"
"@emotion/eslint-plugin": "npm:11.11.0"
"@emotion/react": "npm:11.11.1"
"@emotion/react": "npm:11.11.3"
"@fingerprintjs/fingerprintjs": "npm:^3.4.2"
"@floating-ui/react": "npm:0.26.4"
"@glideapps/glide-data-grid": "npm:^5.2.1"