chore(deps): bump react-redux from 9.1.1 to 9.1.2 (#9903)

This commit is contained in:
dependabot[bot]
2024-05-02 11:23:29 +00:00
committed by GitHub
parent c552d2a86d
commit ba3557f5a2
2 changed files with 5 additions and 9 deletions

12
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"react-immutable-proptypes": "2.2.0",
"react-immutable-pure-component": "^2.2.0",
"react-inspector": "^6.0.1",
"react-redux": "^9.1.1",
"react-redux": "^9.1.2",
"react-syntax-highlighter": "^15.5.0",
"redux": "^5.0.1",
"redux-immutable": "^4.0.0",
@@ -24087,9 +24087,9 @@
"dev": true
},
"node_modules/react-redux": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.1.tgz",
"integrity": "sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==",
"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"
@@ -24097,16 +24097,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

@@ -95,7 +95,7 @@
"react-immutable-proptypes": "2.2.0",
"react-immutable-pure-component": "^2.2.0",
"react-inspector": "^6.0.1",
"react-redux": "^9.1.1",
"react-redux": "^9.1.2",
"react-syntax-highlighter": "^15.5.0",
"redux": "^5.0.1",
"redux-immutable": "^4.0.0",