mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency react-select to v5.10.0 (#99775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0c120db84d
commit
e61036271a
@ -381,7 +381,7 @@
|
||||
"react-router": "5.3.3",
|
||||
"react-router-dom": "5.3.3",
|
||||
"react-router-dom-v5-compat": "^6.26.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-split-pane": "0.1.92",
|
||||
"react-table": "7.8.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
|
@ -24,7 +24,7 @@
|
||||
"@grafana/runtime": "11.5.0-pre",
|
||||
"@grafana/schema": "11.5.0-pre",
|
||||
"@grafana/ui": "11.5.0-pre",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1"
|
||||
|
@ -66,7 +66,7 @@
|
||||
"pluralize": "8.0.0",
|
||||
"prismjs": "1.29.0",
|
||||
"react-highlight-words": "0.21.0",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"react-window": "1.8.11",
|
||||
"rxjs": "7.8.1",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"lodash": "4.17.21",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"react-virtualized-auto-sizer": "1.0.25",
|
||||
"rxjs": "7.8.1",
|
||||
|
@ -99,7 +99,7 @@
|
||||
"react-loading-skeleton": "3.5.0",
|
||||
"react-router-dom": "5.3.3",
|
||||
"react-router-dom-v5-compat": "^6.26.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-table": "7.8.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-use": "17.6.0",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"prismjs": "1.29.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1"
|
||||
|
@ -20,7 +20,7 @@
|
||||
"prismjs": "1.29.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1"
|
||||
|
@ -15,7 +15,7 @@
|
||||
"micro-memoize": "^4.1.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"logfmt": "^1.3.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-window": "1.8.11",
|
||||
"rxjs": "7.8.1",
|
||||
"stream-browserify": "3.0.0",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"prismjs": "1.29.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"semver": "7.6.3",
|
||||
|
@ -14,7 +14,7 @@
|
||||
"lodash": "4.17.21",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select": "5.9.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1"
|
||||
|
62
yarn.lock
62
yarn.lock
@ -2730,7 +2730,7 @@ __metadata:
|
||||
prismjs: "npm:1.29.0"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:5.5.1"
|
||||
react-use: "npm:17.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
@ -2841,7 +2841,7 @@ __metadata:
|
||||
micro-memoize: "npm:^4.1.2"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-use: "npm:17.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
ts-node: "npm:10.9.2"
|
||||
@ -2882,7 +2882,7 @@ __metadata:
|
||||
logfmt: "npm:^1.3.2"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-window: "npm:1.8.11"
|
||||
rxjs: "npm:7.8.1"
|
||||
stream-browserify: "npm:3.0.0"
|
||||
@ -3023,7 +3023,7 @@ __metadata:
|
||||
prismjs: "npm:1.29.0"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:5.5.1"
|
||||
react-use: "npm:17.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
@ -3079,7 +3079,7 @@ __metadata:
|
||||
prismjs: "npm:1.29.0"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:5.5.1"
|
||||
react-use: "npm:17.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
@ -3119,7 +3119,7 @@ __metadata:
|
||||
lodash: "npm:4.17.21"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-use: "npm:17.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
ts-node: "npm:10.9.2"
|
||||
@ -3512,7 +3512,7 @@ __metadata:
|
||||
"@types/systemjs": "npm:6.15.1"
|
||||
jest: "npm:^29.6.4"
|
||||
react: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-use: "npm:17.6.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
ts-jest: "npm:29.2.5"
|
||||
@ -3674,7 +3674,7 @@ __metadata:
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-highlight-words: "npm:0.21.0"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:5.5.1"
|
||||
react-use: "npm:17.6.0"
|
||||
react-window: "npm:1.8.11"
|
||||
@ -3897,7 +3897,7 @@ __metadata:
|
||||
lodash: "npm:4.17.21"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-use: "npm:17.6.0"
|
||||
react-virtualized-auto-sizer: "npm:1.0.25"
|
||||
rxjs: "npm:7.8.1"
|
||||
@ -4109,7 +4109,7 @@ __metadata:
|
||||
react-loading-skeleton: "npm:3.5.0"
|
||||
react-router-dom: "npm:5.3.3"
|
||||
react-router-dom-v5-compat: "npm:^6.26.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:^5.1.0"
|
||||
react-table: "npm:7.8.0"
|
||||
react-transition-group: "npm:4.4.5"
|
||||
@ -18044,7 +18044,7 @@ __metadata:
|
||||
react-router: "npm:5.3.3"
|
||||
react-router-dom: "npm:5.3.3"
|
||||
react-router-dom-v5-compat: "npm:^6.26.1"
|
||||
react-select: "npm:5.9.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:5.5.1"
|
||||
react-split-pane: "npm:0.1.92"
|
||||
react-table: "npm:7.8.0"
|
||||
@ -26369,6 +26369,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-select@npm:5.10.0":
|
||||
version: 5.10.0
|
||||
resolution: "react-select@npm:5.10.0"
|
||||
dependencies:
|
||||
"@babel/runtime": "npm:^7.12.0"
|
||||
"@emotion/cache": "npm:^11.4.0"
|
||||
"@emotion/react": "npm:^11.8.1"
|
||||
"@floating-ui/dom": "npm:^1.0.1"
|
||||
"@types/react-transition-group": "npm:^4.4.0"
|
||||
memoize-one: "npm:^6.0.0"
|
||||
prop-types: "npm:^15.6.0"
|
||||
react-transition-group: "npm:^4.3.0"
|
||||
use-isomorphic-layout-effect: "npm:^1.2.0"
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
checksum: 10/70ccb74ef31a1fe24c3f7cb94459dd33289999ceda104b1b75256758b7f25ead5dcb4a1877d513f9e22d9ac62d2656414c51dd57b9436d49bd6834a7c8b1c727
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-select@npm:5.8.1":
|
||||
version: 5.8.1
|
||||
resolution: "react-select@npm:5.8.1"
|
||||
@ -26389,26 +26409,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-select@npm:5.9.0":
|
||||
version: 5.9.0
|
||||
resolution: "react-select@npm:5.9.0"
|
||||
dependencies:
|
||||
"@babel/runtime": "npm:^7.12.0"
|
||||
"@emotion/cache": "npm:^11.4.0"
|
||||
"@emotion/react": "npm:^11.8.1"
|
||||
"@floating-ui/dom": "npm:^1.0.1"
|
||||
"@types/react-transition-group": "npm:^4.4.0"
|
||||
memoize-one: "npm:^6.0.0"
|
||||
prop-types: "npm:^15.6.0"
|
||||
react-transition-group: "npm:^4.3.0"
|
||||
use-isomorphic-layout-effect: "npm:^1.2.0"
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
checksum: 10/2206b6687d6584ff1426056a779d8014ef4d8c4d1d5253dea4f03b01569fdedab8ae6b683ef475ead7da5a824934008b682838d734841d9734e2a8a63b9959fd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-selecto@npm:^1.25.0":
|
||||
version: 1.26.3
|
||||
resolution: "react-selecto@npm:1.26.3"
|
||||
|
Loading…
Reference in New Issue
Block a user