chore(deps): bump @reduxjs/toolkit from 2.2.7 to 2.4.0 in /web/ui (#15513)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.7 to 2.4.0.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.2.7...v2.4.0)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/15270/head
dependabot[bot] 2024-12-10 18:01:02 +01:00 committed by GitHub
parent ee18650636
commit 018f4f3d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -29,7 +29,7 @@
"@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.9.1",
"@prometheus-io/codemirror-promql": "0.300.0",
"@reduxjs/toolkit": "^2.2.1",
"@reduxjs/toolkit": "^2.4.0",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.62.0",
"@testing-library/jest-dom": "^6.5.0",

View File

@ -43,7 +43,7 @@
"@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.9.1",
"@prometheus-io/codemirror-promql": "0.300.0",
"@reduxjs/toolkit": "^2.2.1",
"@reduxjs/toolkit": "^2.4.0",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.62.0",
"@testing-library/jest-dom": "^6.5.0",
@ -2239,10 +2239,9 @@
"link": true
},
"node_modules/@reduxjs/toolkit": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.7.tgz",
"integrity": "sha512-faI3cZbSdFb8yv9dhDTmGwclW0vk0z5o1cia+kf7gCbaCwHI5e+7tP57mJUv22pNcNbeA62GSrPpfrUfdXcQ6g==",
"license": "MIT",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.4.0.tgz",
"integrity": "sha512-wJZEuSKj14tvNfxiIiJws0tQN77/rDqucBq528ApebMIRHyWpCanJVQRxQ8WWZC19iCDKxDsGlbAir3F1layxA==",
"dependencies": {
"immer": "^10.0.3",
"redux": "^5.0.1",