|
|
@@ -31,7 +31,7 @@
|
|
|
"react-i18next": "^14.1.0",
|
|
|
"react-icons": "^5.0.1",
|
|
|
"react-markdown": "^9.0.1",
|
|
|
- "react-redux": "^9.1.0",
|
|
|
+ "react-redux": "^9.1.2",
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
|
"tailwind-merge": "^2.2.2",
|
|
|
"vite": "^5.1.6",
|
|
|
@@ -12902,9 +12902,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"
|
|
|
@@ -12912,16 +12912,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
|
|
|
}
|