Merge pull request #1220 from Athou/dependabot/npm_and_yarn/commafeed-client/reduxjs/toolkit-2.1.0

Bump @reduxjs/toolkit from 2.0.1 to 2.1.0 in /commafeed-client
This commit is contained in:
Jérémie Panzer
2024-02-03 10:19:05 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
"@mantine/notifications": "^7.3.2",
"@mantine/spotlight": "^7.3.2",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.0.1",
"@reduxjs/toolkit": "^2.1.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"escape-string-regexp": "^5.0.0",
@@ -1760,12 +1760,12 @@
}
},
"node_modules/@reduxjs/toolkit": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.0.1.tgz",
"integrity": "sha512-fxIjrR9934cmS8YXIGd9e7s1XRsEU++aFc9DVNMFMRTM5Vtsg2DCRMj21eslGtDt43IUf9bJL3h5bwUlZleibA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.1.0.tgz",
"integrity": "sha512-nfJ/b4ZhzUevQ1ZPKjlDL6CMYxO4o7ZL7OSsvSOxzT/EN11LsBDgTqP7aedHtBrFSVoK7oTP1SbMWUwGb30NLg==",
"dependencies": {
"immer": "^10.0.3",
"redux": "^5.0.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.0.1"
},

View File

@@ -26,7 +26,7 @@
"@mantine/notifications": "^7.3.2",
"@mantine/spotlight": "^7.3.2",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.0.1",
"@reduxjs/toolkit": "^2.1.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"escape-string-regexp": "^5.0.0",