Merge pull request #1410 from Athou/dependabot/npm_and_yarn/commafeed-client/reduxjs/toolkit-2.2.5

Bump @reduxjs/toolkit from 2.2.3 to 2.2.5 in /commafeed-client
This commit is contained in:
Jérémie Panzer
2024-06-11 07:25:01 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
"@mantine/notifications": "^7.10.1",
"@mantine/spotlight": "^7.10.1",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.3",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"escape-string-regexp": "^5.0.0",
@@ -1705,14 +1705,14 @@
}
},
"node_modules/@reduxjs/toolkit": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.3.tgz",
"integrity": "sha512-76dll9EnJXg4EVcI5YNxZA/9hSAmZsFqzMmNRHvIlzw2WS/twfcVX3ysYrWGJMClwEmChQFC4yRq74tn6fdzRA==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.5.tgz",
"integrity": "sha512-aeFA/s5NCG7NoJe/MhmwREJxRkDs0ZaSqt0MxhWUrwCf1UQXpwR87RROJEql0uAkLI6U7snBOYOcKw83ew3FPg==",
"dependencies": {
"immer": "^10.0.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.0.1"
"reselect": "^5.1.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18",
@@ -8060,9 +8060,9 @@
}
},
"node_modules/reselect": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/reselect/-/reselect-5.0.1.tgz",
"integrity": "sha512-D72j2ubjgHpvuCiORWkOUxndHJrxDaSolheiz5CO+roz8ka97/4msh2E8F5qay4GawR5vzBt5MkbDHT+Rdy/Wg=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz",
"integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w=="
},
"node_modules/resolve": {
"version": "1.22.8",

View File

@@ -26,7 +26,7 @@
"@mantine/notifications": "^7.10.1",
"@mantine/spotlight": "^7.10.1",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.3",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"escape-string-regexp": "^5.0.0",