mirror of https://github.com/grafana/grafana.git
Update dependency @reduxjs/toolkit to v2.9.0 (#111242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef0ed52ba7
commit
27544655a9
|
@ -311,7 +311,7 @@
|
|||
"@react-aria/overlays": "3.29.1",
|
||||
"@react-aria/utils": "3.30.1",
|
||||
"@react-awesome-query-builder/ui": "6.6.15",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@reduxjs/toolkit": "2.9.0",
|
||||
"@visx/event": "3.12.0",
|
||||
"@visx/gradient": "3.12.0",
|
||||
"@visx/group": "3.12.0",
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"@lezer/highlight": "1.2.1",
|
||||
"@lezer/lr": "1.4.2",
|
||||
"@prometheus-io/lezer-promql": "0.305.0",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@reduxjs/toolkit": "2.9.0",
|
||||
"@types/debounce-promise": "3.1.9",
|
||||
"@types/lodash": "4.17.20",
|
||||
"@types/react": "18.3.18",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"@grafana/runtime": "12.3.0-pre",
|
||||
"@grafana/schema": "12.3.0-pre",
|
||||
"@grafana/ui": "12.3.0-pre",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@reduxjs/toolkit": "2.9.0",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.30.1",
|
||||
"react": "18.3.1",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -2594,7 +2594,7 @@ __metadata:
|
|||
"@grafana/runtime": "npm:12.3.0-pre"
|
||||
"@grafana/schema": "npm:12.3.0-pre"
|
||||
"@grafana/ui": "npm:12.3.0-pre"
|
||||
"@reduxjs/toolkit": "npm:2.8.2"
|
||||
"@reduxjs/toolkit": "npm:2.9.0"
|
||||
"@testing-library/dom": "npm:10.4.1"
|
||||
"@testing-library/jest-dom": "npm:6.6.4"
|
||||
"@testing-library/react": "npm:16.3.0"
|
||||
|
@ -3428,7 +3428,7 @@ __metadata:
|
|||
"@lezer/highlight": "npm:1.2.1"
|
||||
"@lezer/lr": "npm:1.4.2"
|
||||
"@prometheus-io/lezer-promql": "npm:0.305.0"
|
||||
"@reduxjs/toolkit": "npm:2.8.2"
|
||||
"@reduxjs/toolkit": "npm:2.9.0"
|
||||
"@rollup/plugin-dynamic-import-vars": "npm:2.1.5"
|
||||
"@rollup/plugin-image": "npm:3.0.3"
|
||||
"@rollup/plugin-json": "npm:6.1.0"
|
||||
|
@ -6728,9 +6728,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@reduxjs/toolkit@npm:2.8.2":
|
||||
version: 2.8.2
|
||||
resolution: "@reduxjs/toolkit@npm:2.8.2"
|
||||
"@reduxjs/toolkit@npm:2.9.0":
|
||||
version: 2.9.0
|
||||
resolution: "@reduxjs/toolkit@npm:2.9.0"
|
||||
dependencies:
|
||||
"@standard-schema/spec": "npm:^1.0.0"
|
||||
"@standard-schema/utils": "npm:^0.3.0"
|
||||
|
@ -6746,7 +6746,7 @@ __metadata:
|
|||
optional: true
|
||||
react-redux:
|
||||
optional: true
|
||||
checksum: 10/7834b7b91a364f98f5ffa932b1027179d9a0a27a145206a7b5256304acafe5516c6622540656435e310e4a08e579eecaee5c2582442c4ef6a4dbe6f417b7d395
|
||||
checksum: 10/d2f1b59c96638d9a36c3709f31f24ec1ce25604f2010eebb89506e6782142dfa3a97bd64f6b4650d9230d1a8a7f09a2dfed5ee2eb7a4454cbeb08fcb8cc6cf36
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -18233,7 +18233,7 @@ __metadata:
|
|||
"@react-types/menu": "npm:3.10.3"
|
||||
"@react-types/overlays": "npm:3.9.0"
|
||||
"@react-types/shared": "npm:3.31.0"
|
||||
"@reduxjs/toolkit": "npm:2.8.2"
|
||||
"@reduxjs/toolkit": "npm:2.9.0"
|
||||
"@rsdoctor/webpack-plugin": "npm:^1.0.0"
|
||||
"@rtk-query/codegen-openapi": "npm:^2.0.0"
|
||||
"@rtsao/plugin-proposal-class-properties": "npm:7.0.1-patch.1"
|
||||
|
|
Loading…
Reference in New Issue