mirror of https://github.com/grafana/grafana.git
Update dependency react-select to v5.8.0 (#81064)
* Update dependency react-select to v5.8.0 * update snapshot --------- 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:
parent
4083d23f01
commit
1a794e8822
|
@ -371,7 +371,7 @@
|
||||||
"react-responsive-carousel": "^3.2.23",
|
"react-responsive-carousel": "^3.2.23",
|
||||||
"react-router-dom": "5.3.3",
|
"react-router-dom": "5.3.3",
|
||||||
"react-router-dom-v5-compat": "^6.10.0",
|
"react-router-dom-v5-compat": "^6.10.0",
|
||||||
"react-select": "5.7.4",
|
"react-select": "5.8.0",
|
||||||
"react-split-pane": "0.1.92",
|
"react-split-pane": "0.1.92",
|
||||||
"react-table": "7.8.0",
|
"react-table": "7.8.0",
|
||||||
"react-transition-group": "4.4.5",
|
"react-transition-group": "4.4.5",
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
"react-loading-skeleton": "3.3.1",
|
"react-loading-skeleton": "3.3.1",
|
||||||
"react-popper": "2.3.0",
|
"react-popper": "2.3.0",
|
||||||
"react-router-dom": "5.3.3",
|
"react-router-dom": "5.3.3",
|
||||||
"react-select": "5.7.4",
|
"react-select": "5.8.0",
|
||||||
"react-table": "7.8.0",
|
"react-table": "7.8.0",
|
||||||
"react-transition-group": "4.4.5",
|
"react-transition-group": "4.4.5",
|
||||||
"react-use": "17.5.0",
|
"react-use": "17.5.0",
|
||||||
|
|
|
@ -30,6 +30,7 @@ exports[`VariableQueryEditor renders correctly 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
className="css-1f43avz-a11yText-A11yText"
|
className="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="css-1i88p6p"
|
className="css-1i88p6p"
|
||||||
|
@ -49,6 +50,7 @@ exports[`VariableQueryEditor renders correctly 1`] = `
|
||||||
data-value=""
|
data-value=""
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-expanded={false}
|
aria-expanded={false}
|
||||||
aria-haspopup={true}
|
aria-haspopup={true}
|
||||||
|
|
|
@ -35,8 +35,8 @@ export const StreamingClientEditor = ({ onChange, query }: EditorProps) => {
|
||||||
streamType === 'signal'
|
streamType === 'signal'
|
||||||
? streamingClientFields
|
? streamingClientFields
|
||||||
: ['logs', 'traces'].includes(streamType)
|
: ['logs', 'traces'].includes(streamType)
|
||||||
? [streamingClientFields[0]] // speed
|
? [streamingClientFields[0]] // speed
|
||||||
: [];
|
: [];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<InlineFieldRow>
|
<InlineFieldRow>
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3716,7 +3716,7 @@ __metadata:
|
||||||
react-loading-skeleton: "npm:3.3.1"
|
react-loading-skeleton: "npm:3.3.1"
|
||||||
react-popper: "npm:2.3.0"
|
react-popper: "npm:2.3.0"
|
||||||
react-router-dom: "npm:5.3.3"
|
react-router-dom: "npm:5.3.3"
|
||||||
react-select: "npm:5.7.4"
|
react-select: "npm:5.8.0"
|
||||||
react-select-event: "npm:^5.1.0"
|
react-select-event: "npm:^5.1.0"
|
||||||
react-table: "npm:7.8.0"
|
react-table: "npm:7.8.0"
|
||||||
react-test-renderer: "npm:18.2.0"
|
react-test-renderer: "npm:18.2.0"
|
||||||
|
@ -17220,7 +17220,7 @@ __metadata:
|
||||||
react-responsive-carousel: "npm:^3.2.23"
|
react-responsive-carousel: "npm:^3.2.23"
|
||||||
react-router-dom: "npm:5.3.3"
|
react-router-dom: "npm:5.3.3"
|
||||||
react-router-dom-v5-compat: "npm:^6.10.0"
|
react-router-dom-v5-compat: "npm:^6.10.0"
|
||||||
react-select: "npm:5.7.4"
|
react-select: "npm:5.8.0"
|
||||||
react-select-event: "npm:5.5.1"
|
react-select-event: "npm:5.5.1"
|
||||||
react-simple-compat: "npm:1.2.3"
|
react-simple-compat: "npm:1.2.3"
|
||||||
react-split-pane: "npm:0.1.92"
|
react-split-pane: "npm:0.1.92"
|
||||||
|
@ -25085,9 +25085,9 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-select@npm:5.7.4":
|
"react-select@npm:5.8.0":
|
||||||
version: 5.7.4
|
version: 5.8.0
|
||||||
resolution: "react-select@npm:5.7.4"
|
resolution: "react-select@npm:5.8.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime": "npm:^7.12.0"
|
"@babel/runtime": "npm:^7.12.0"
|
||||||
"@emotion/cache": "npm:^11.4.0"
|
"@emotion/cache": "npm:^11.4.0"
|
||||||
|
@ -25101,7 +25101,7 @@ __metadata:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||||
checksum: 4aa9dc10c9bd3308be1d4cd9793165becdc38855fcfed0b6a48804f9a4b2134e5fb89eda87c0f7386f846b98a05d530041c96ba9a2009bb0d4619b466520b6d6
|
checksum: 04d3639ea1872a9e4d9080ece1947432fc595403c0a740f671a1b7f7dd2639288cb133ec7a2b1ac20fad69fd303d696c2f924763405e0e1d93b847e54df9e966
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue