From 757048aeefc545c7323b20ec0b6082ac8e253c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:39:01 +0000 Subject: [PATCH] build(deps): bump the redux group Bumps the redux group in /generators/app/templates with 3 updates: [react-redux](https://github.com/reduxjs/react-redux), [redux](https://github.com/reduxjs/redux) and [redux-saga](https://github.com/redux-saga/redux-saga). Updates `react-redux` from 8.1.3 to 9.1.0 - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v8.1.3...v9.1.0) Updates `redux` from 4.2.1 to 5.0.1 - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.2.1...v5.0.1) Updates `redux-saga` from 1.2.3 to 1.3.0 - [Release notes](https://github.com/redux-saga/redux-saga/releases) - [Changelog](https://github.com/redux-saga/redux-saga/blob/main/CHANGELOG.md) - [Commits](https://github.com/redux-saga/redux-saga/compare/redux-saga@1.2.3...redux-saga@1.3.0) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-major dependency-group: redux - dependency-name: redux dependency-type: direct:production update-type: version-update:semver-major dependency-group: redux - dependency-name: redux-saga dependency-type: direct:production update-type: version-update:semver-minor dependency-group: redux ... Signed-off-by: dependabot[bot] --- generators/app/templates/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generators/app/templates/package.json b/generators/app/templates/package.json index c8dd208fe..bc4b98e9e 100644 --- a/generators/app/templates/package.json +++ b/generators/app/templates/package.json @@ -21,10 +21,10 @@ "react-native-modal-datetime-picker": "17.1.0", "react-native-picker-select": "9.0.1", "react-native-sectioned-multi-select": "0.10.0", - "react-redux": "8.1.3", - "redux": "4.2.1", + "react-redux": "9.1.0", + "redux": "5.0.1", "redux-persist": "6.0.0", - "redux-saga": "1.2.3", + "redux-saga": "1.3.0", "reduxsauce": "1.2.1", "seamless-immutable": "7.1.4", "sockjs-client": "1.6.1",