Merge pull request #1889 from Athou/renovate/reduxjs-toolkit-2.x

fix(deps): update dependency @reduxjs/toolkit to ^2.9.0
This commit is contained in:
Jérémie Panzer
2025-09-03 07:21:04 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"@mantine/notifications": "^8.2.8",
"@mantine/spotlight": "^8.2.8",
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.8.2",
"@reduxjs/toolkit": "^2.9.0",
"axios": "^1.11.0",
"dayjs": "^1.11.17",
"escape-string-regexp": "^5.0.0",
@@ -2011,9 +2011,9 @@
}
},
"node_modules/@reduxjs/toolkit": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.2.tgz",
"integrity": "sha512-MYlOhQ0sLdw4ud48FoC5w0dH9VfWQjtCjreKwYTT3l+r427qYC5Y8PihNutepr8XrNaBUDQo9khWUwQxZaqt5A==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.9.0.tgz",
"integrity": "sha512-fSfQlSRu9Z5yBkvsNhYF2rPS8cGXn/TZVrlwN1948QyZ8xMZ0JvP50S2acZNaf+o63u6aEeMjipFyksjIcWrog==",
"license": "MIT",
"dependencies": {
"@standard-schema/spec": "^1.0.0",

View File

@@ -26,7 +26,7 @@
"@mantine/notifications": "^8.2.8",
"@mantine/spotlight": "^8.2.8",
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.8.2",
"@reduxjs/toolkit": "^2.9.0",
"axios": "^1.11.0",
"dayjs": "^1.11.17",
"escape-string-regexp": "^5.0.0",