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

fix(deps): update dependency @reduxjs/toolkit to ^2.5.0
This commit is contained in:
Jérémie Panzer
2024-12-11 07:14:49 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
"@mantine/notifications": "^7.14.3", "@mantine/notifications": "^7.14.3",
"@mantine/spotlight": "^7.14.3", "@mantine/spotlight": "^7.14.3",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.4.0", "@reduxjs/toolkit": "^2.5.0",
"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",
@@ -1775,9 +1775,9 @@
} }
}, },
"node_modules/@reduxjs/toolkit": { "node_modules/@reduxjs/toolkit": {
"version": "2.4.0", "version": "2.5.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.4.0.tgz", "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.0.tgz",
"integrity": "sha512-wJZEuSKj14tvNfxiIiJws0tQN77/rDqucBq528ApebMIRHyWpCanJVQRxQ8WWZC19iCDKxDsGlbAir3F1layxA==", "integrity": "sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"immer": "^10.0.3", "immer": "^10.0.3",
@@ -1786,7 +1786,7 @@
"reselect": "^5.1.0" "reselect": "^5.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18", "react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {

View File

@@ -26,7 +26,7 @@
"@mantine/notifications": "^7.14.3", "@mantine/notifications": "^7.14.3",
"@mantine/spotlight": "^7.14.3", "@mantine/spotlight": "^7.14.3",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.4.0", "@reduxjs/toolkit": "^2.5.0",
"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",