Merge pull request #1401 from Athou/dependabot/npm_and_yarn/commafeed-client/react-redux-9.1.2

Bump react-redux from 9.1.0 to 9.1.2 in /commafeed-client
This commit is contained in:
Jérémie Panzer
2024-06-11 08:28:42 +02:00
committed by GitHub
2 changed files with 5 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
"react-ga4": "^2.1.0",
"react-icons": "^5.2.1",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.3",
"react-swipeable": "^7.0.1",
"redoc": "^2.1.5",
@@ -7712,9 +7712,9 @@
}
},
"node_modules/react-redux": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.0.tgz",
"integrity": "sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.2.tgz",
"integrity": "sha512-0OA4dhM1W48l3uzmv6B7TXPCGmokUU4p1M44DGN2/D9a1FjVPukVjER1PcPX97jIg6aUeLq1XJo1IpfbgULn0w==",
"dependencies": {
"@types/use-sync-external-store": "^0.0.3",
"use-sync-external-store": "^1.0.0"
@@ -7722,16 +7722,12 @@
"peerDependencies": {
"@types/react": "^18.2.25",
"react": "^18.0",
"react-native": ">=0.69",
"redux": "^5.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react-native": {
"optional": true
},
"redux": {
"optional": true
}

View File

@@ -41,7 +41,7 @@
"react-ga4": "^2.1.0",
"react-icons": "^5.2.1",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.3",
"react-swipeable": "^7.0.1",
"redoc": "^2.1.5",