Skip to content

Commit

Permalink
fix(deps): update dependency redux to v5 (#101)
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 Mar 15, 2024
1 parent 9b79504 commit 9fa8976
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-redux": "^9.0.0",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0",
"redux": "^4.2.0",
"redux": "^5.0.0",
"tslib": "^2.2.0",
"typescript-parsec": "^0.3.4"
},
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4114,6 +4114,13 @@ __metadata:
languageName: node
linkType: hard

"redux@npm:^5.0.0":
version: 5.0.1
resolution: "redux@npm:5.0.1"
checksum: 10c0/b10c28357194f38e7d53b760ed5e64faa317cc63de1fb95bc5d9e127fab956392344368c357b8e7a9bedb0c35b111e7efa522210cfdc3b3c75e5074718e9069c
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.14.0":
version: 0.14.1
resolution: "regenerator-runtime@npm:0.14.1"
Expand Down Expand Up @@ -4363,7 +4370,7 @@ __metadata:
react-redux: "npm:^9.0.0"
react-router: "npm:^6.0.0"
react-router-dom: "npm:^6.0.0"
redux: "npm:^4.2.0"
redux: "npm:^5.0.0"
sass: "npm:^1.69.5"
stylelint: "npm:^16.0.0"
stylelint-config-standard-scss: "npm:^13.0.0"
Expand Down

0 comments on commit 9fa8976

Please sign in to comment.