Skip to content

Commit

Permalink
chore(deps): bump the redux group with 2 updates (#795)
Browse files Browse the repository at this point in the history
Bumps the redux group with 2 updates: [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) and [react-redux](https://github.com/reduxjs/react-redux).


Updates `@reduxjs/toolkit` from 1.9.5 to 1.9.7
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v1.9.5...v1.9.7)

Updates `react-redux` from 8.1.1 to 8.1.3
- [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.1...v8.1.3)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: redux
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: redux
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 5b31457 commit b30480d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@mui/lab": "^5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/x-data-grid": "^6.18.0",
"@reduxjs/toolkit": "^1.9.1",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^0.27.2",
"i18next": "^23.6.0",
"lodash.isequal": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-redux": "^8.0.5",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-zoom-pan-pinch": "^2.5.0",
"reactour": "^1.19.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1121,9 +1121,9 @@ __metadata:
languageName: node
linkType: hard

"@reduxjs/toolkit@npm:^1.9.1":
version: 1.9.5
resolution: "@reduxjs/toolkit@npm:1.9.5"
"@reduxjs/toolkit@npm:^1.9.7":
version: 1.9.7
resolution: "@reduxjs/toolkit@npm:1.9.7"
dependencies:
immer: ^9.0.21
redux: ^4.2.1
Expand All @@ -1137,7 +1137,7 @@ __metadata:
optional: true
react-redux:
optional: true
checksum: 54672c5593d05208af577e948a338f23128d3aa01ef056ab0d40bcfa14400cf6566be99e11715388f12c1d7655cdf7c5c6b63cb92eb0fecf996c454a46a3914c
checksum: ac25dec73a5d2df9fc7fbe98c14ccc73919e5ee1d6f251db0d2ec8f90273f92ef39c26716704bf56b5a40189f72d94b4526dc3a8c7ac3986f5daf44442bcc364
languageName: node
linkType: hard

Expand Down Expand Up @@ -2278,7 +2278,7 @@ __metadata:
"@mui/lab": ^5.0.0-alpha.151
"@mui/material": ^5.14.16
"@mui/x-data-grid": ^6.18.0
"@reduxjs/toolkit": ^1.9.1
"@reduxjs/toolkit": ^1.9.7
"@types/node": ^20.8.10
"@types/react": ^18.2.34
"@types/react-dom": ^18.2.14
Expand All @@ -2292,7 +2292,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
react-i18next: ^12.3.1
react-redux: ^8.0.5
react-redux: ^8.1.3
react-router-dom: ^6.18.0
react-zoom-pan-pinch: ^2.5.0
reactour: ^1.19.0
Expand Down Expand Up @@ -3140,9 +3140,9 @@ __metadata:
languageName: node
linkType: hard

"react-redux@npm:^8.0.5":
version: 8.1.1
resolution: "react-redux@npm:8.1.1"
"react-redux@npm:^8.1.3":
version: 8.1.3
resolution: "react-redux@npm:8.1.3"
dependencies:
"@babel/runtime": ^7.12.1
"@types/hoist-non-react-statics": ^3.3.1
Expand All @@ -3168,7 +3168,7 @@ __metadata:
optional: true
redux:
optional: true
checksum: 370676330727764d78f35e9c5a0ed0591d79482fe9b70fffcab4aa6bcccc6194e4f1ebd818b4b390351dea5557e70d3bd4d95d7a0ac9baa1f45d6bf2230ee713
checksum: 192ea6f6053148ec80a4148ec607bc259403b937e515f616a1104ca5ab357e97e98b8245ed505a17afee67a72341d4a559eaca9607968b4a422aa9b44ba7eb89
languageName: node
linkType: hard

Expand Down

0 comments on commit b30480d

Please sign in to comment.