Skip to content

Commit a6915a7

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump redux-thunk from 2.3.0 to 2.4.0
Bumps [redux-thunk](https://github.com/reduxjs/redux-thunk) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](reduxjs/redux-thunk@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: redux-thunk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6ccb7a commit a6915a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-split-pane": "^0.1.92",
3333
"react-table": "^6.11.5",
3434
"redux": "^4.1.1",
35-
"redux-thunk": "^2.3.0",
35+
"redux-thunk": "^2.4.0",
3636
"typescript": "*",
3737
"universal-cookie": "latest",
3838
"uuid": "^8.3.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -14759,10 +14759,10 @@ redux-mock-store@^1.5.4:
1475914759
dependencies:
1476014760
lodash.isplainobject "^4.0.6"
1476114761

14762-
redux-thunk@^2.3.0:
14763-
version "2.3.0"
14764-
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622"
14765-
integrity sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==
14762+
redux-thunk@^2.4.0:
14763+
version "2.4.0"
14764+
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.0.tgz#ac89e1d6b9bdb9ee49ce69a69071be41bbd82d67"
14765+
integrity sha512-/y6ZKQNU/0u8Bm7ROLq9Pt/7lU93cT0IucYMrubo89ENjxPa7i8pqLKu6V4X7/TvYovQ6x01unTeyeZ9lgXiTA==
1476614766

1476714767
redux@^4.0.0, redux@^4.1.1:
1476814768
version "4.1.1"

0 commit comments

Comments
 (0)