Skip to content

Commit 25cb8c1

Browse files
chore(deps): bump redux and redux-thunk
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-type: direct:production update-type: version-update:semver-major - dependency-name: redux-thunk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3f46fe commit 25cb8c1

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"react-router-dom": "^5.3.0",
5858
"react-select": "^5.8.0",
5959
"react-split-pane": "^0.1.92",
60-
"redux": "^4.2.1",
60+
"redux": "^5.0.1",
6161
"redux-localstorage": "^0.4.1",
62-
"redux-thunk": "^2.4.2",
62+
"redux-thunk": "^3.1.0",
6363
"tippy.js": "^6.3.7",
6464
"tslib": "^2.6.2",
6565
"vega-cli": "5.25.0",

yarn.lock

+15-5
Original file line numberDiff line numberDiff line change
@@ -3974,13 +3974,23 @@ redux-thunk@^2.4.2:
39743974
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b"
39753975
integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==
39763976

3977+
redux-thunk@^3.1.0:
3978+
version "3.1.0"
3979+
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3"
3980+
integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==
3981+
39773982
redux@^4.2.1:
39783983
version "4.2.1"
39793984
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
39803985
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
39813986
dependencies:
39823987
"@babel/runtime" "^7.9.2"
39833988

3989+
redux@^5.0.1:
3990+
version "5.0.1"
3991+
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b"
3992+
integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==
3993+
39843994
reflect.getprototypeof@^1.0.4:
39853995
version "1.0.4"
39863996
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz#aaccbf41aca3821b87bb71d9dcbc7ad0ba50a3f3"
@@ -5199,16 +5209,16 @@ y18n@^5.0.5:
51995209
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
52005210
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
52015211

5202-
yallist@*, yallist@^4.0.0:
5203-
version "4.0.0"
5204-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5205-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5206-
52075212
yallist@^3.0.2:
52085213
version "3.1.1"
52095214
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
52105215
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
52115216

5217+
yallist@^4.0.0:
5218+
version "4.0.0"
5219+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5220+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5221+
52125222
yaml@2.3.4, yaml@^2.2.2:
52135223
version "2.3.4"
52145224
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"

0 commit comments

Comments
 (0)