Skip to content

Commit

Permalink
fix(deps): update dependency redux to ^5.0.1 (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent 1b0e55e commit f5c004f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"redux": "^5.0.0",
"redux": "^5.0.1",
"redux-thunk": "^2.4.2"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4550,7 +4550,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
react-redux: ^9.0.4
redux: ^5.0.0
redux: ^5.0.1
redux-thunk: ^2.4.2
style-loader: ^3.3.3
stylelint: ^16.0.2
Expand Down Expand Up @@ -9814,10 +9814,10 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"redux@npm:^5.0.0":
version: 5.0.0
resolution: "redux@npm:5.0.0"
checksum: be49160d4bd01e10108c425ade999f1b456204895c4bdd0c7825ab09efffded51955c5c242847406a7b3f273e9011a9c102848c512a099a75617b97b13d2cca8
"redux@npm:^5.0.1":
version: 5.0.1
resolution: "redux@npm:5.0.1"
checksum: e74affa9009dd5d994878b9a1ce30d6569d986117175056edb003de2651c05b10fe7819d6fa94aea1a94de9a82f252f986547f007a2fbeb35c317a2e5f5ecf2c
languageName: node
linkType: hard

Expand Down

0 comments on commit f5c004f

Please sign in to comment.