Skip to content

Commit

Permalink
build(deps): bump the redux group
Browse files Browse the repository at this point in the history
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](reduxjs/react-redux@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](reduxjs/redux@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/[email protected]@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 756da5a commit 903e5d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 903e5d6

Please sign in to comment.