diff --git a/package-lock.json b/package-lock.json index 41f862dc96f..6563ffb0f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "react-markdown": "^8.0.7", "react-player": "^2.13.0", "react-qr-reader": "^2.2.1", - "react-redux": "^8.1.1", + "react-redux": "^9.1.0", "react-transition-group": "^4.4.5", "react-webcam": "^7.1.1", "read-excel-file": "^5.6.1", @@ -5835,14 +5835,6 @@ "@types/unist": "^2" } }, - "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.1", - "license": "MIT", - "dependencies": { - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0" - } - }, "node_modules/@types/http-errors": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", @@ -5991,6 +5983,7 @@ }, "node_modules/@types/react": { "version": "18.2.14", + "dev": true, "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -6056,6 +6049,7 @@ }, "node_modules/@types/scheduler": { "version": "0.16.3", + "dev": true, "license": "MIT" }, "node_modules/@types/semver": { @@ -17890,34 +17884,23 @@ } }, "node_modules/react-redux": { - "version": "8.1.1", - "license": "MIT", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.0.tgz", + "integrity": "sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==", "dependencies": { - "@babel/runtime": "^7.12.1", - "@types/hoist-non-react-statics": "^3.3.1", "@types/use-sync-external-store": "^0.0.3", - "hoist-non-react-statics": "^3.3.2", - "react-is": "^18.0.0", "use-sync-external-store": "^1.0.0" }, "peerDependencies": { - "@types/react": "^16.8 || ^17.0 || ^18.0", - "@types/react-dom": "^16.8 || ^17.0 || ^18.0", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0", - "react-native": ">=0.59", - "redux": "^4 || ^5.0.0-beta.0" + "@types/react": "^18.2.25", + "react": "^18.0", + "react-native": ">=0.69", + "redux": "^5.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, - "@types/react-dom": { - "optional": true - }, - "react-dom": { - "optional": true - }, "react-native": { "optional": true }, @@ -17926,10 +17909,6 @@ } } }, - "node_modules/react-redux/node_modules/react-is": { - "version": "18.2.0", - "license": "MIT" - }, "node_modules/react-refresh": { "version": "0.14.0", "dev": true, diff --git a/package.json b/package.json index 5445ef9bdb6..bcef0f28e67 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-markdown": "^8.0.7", "react-player": "^2.13.0", "react-qr-reader": "^2.2.1", - "react-redux": "^8.1.1", + "react-redux": "^9.1.0", "react-transition-group": "^4.4.5", "react-webcam": "^7.1.1", "read-excel-file": "^5.6.1",