fix(deps): update dependency @reduxjs/toolkit to ^2.5.1

This commit is contained in:
renovate[bot]
2025-01-26 22:09:50 +00:00
committed by GitHub
parent 67eeea0b06
commit 46251526b6
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"@mantine/notifications": "^7.16.2", "@mantine/notifications": "^7.16.2",
"@mantine/spotlight": "^7.16.2", "@mantine/spotlight": "^7.16.2",
"@monaco-editor/react": "^4.7.0-rc.0", "@monaco-editor/react": "^4.7.0-rc.0",
"@reduxjs/toolkit": "^2.5.0", "@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
@@ -1920,9 +1920,9 @@
} }
}, },
"node_modules/@reduxjs/toolkit": { "node_modules/@reduxjs/toolkit": {
"version": "2.5.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.0.tgz", "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.1.tgz",
"integrity": "sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg==", "integrity": "sha512-UHhy3p0oUpdhnSxyDjaRDYaw8Xra75UiLbCiRozVPHjfDwNYkh0TsVm/1OmTW8Md+iDAJmYPWUKMvsMc2GtpNg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"immer": "^10.0.3", "immer": "^10.0.3",

View File

@@ -26,7 +26,7 @@
"@lingui/core": "^5.1.2", "@lingui/core": "^5.1.2",
"@lingui/react": "^5.1.2", "@lingui/react": "^5.1.2",
"@monaco-editor/react": "^4.7.0-rc.0", "@monaco-editor/react": "^4.7.0-rc.0",
"@reduxjs/toolkit": "^2.5.0", "@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",