Skip to content

Commit 5b09894

Browse files
chore(deps): bump redux and redux-thunk in /client
Bumps [redux](https://github.com/reduxjs/redux) and [redux-thunk](https://github.com/reduxjs/redux-thunk). These dependencies needed to be updated together. 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-thunk` from 2.4.2 to 3.1.0 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](reduxjs/redux-thunk@v2.4.2...v3.1.0) --- updated-dependencies: - dependency-name: redux dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: redux-thunk dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc464c5 commit 5b09894

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
"react-window": "^2.2.7",
9898
"react-xarrows": "^2.0.2",
9999
"react-zoom-pan-pinch": "^3.4.4",
100-
"redux": "^4.2.1",
100+
"redux": "^5.0.1",
101101
"redux-immutable": "^4.0.0",
102102
"redux-persist": "^6.0.0",
103-
"redux-thunk": "^2.4.2",
103+
"redux-thunk": "^3.1.0",
104104
"resize-observer-polyfill": "^1.5.1",
105105
"rollbar": "^2.26.5",
106106
"tailwind-merge": "^3.5.0",

client/yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12169,13 +12169,23 @@ redux-thunk@^2.4.2:
1216912169
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b"
1217012170
integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==
1217112171

12172+
redux-thunk@^3.1.0:
12173+
version "3.1.0"
12174+
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3"
12175+
integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==
12176+
1217212177
redux@^4.0.4, redux@^4.2.1:
1217312178
version "4.2.1"
1217412179
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
1217512180
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
1217612181
dependencies:
1217712182
"@babel/runtime" "^7.9.2"
1217812183

12184+
redux@^5.0.1:
12185+
version "5.0.1"
12186+
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b"
12187+
integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==
12188+
1217912189
reflect-metadata@^0.2.2:
1218012190
version "0.2.2"
1218112191
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz#400c845b6cba87a21f2c65c4aeb158f4fa4d9c5b"

0 commit comments

Comments
 (0)