Skip to content

Commit a90e0f5

Browse files
dependabot[bot]Deepak Prabhakara
andauthored
Bump redux and redux-thunk (#325)
* 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.0 - [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.0) Updates `redux-thunk` from 2.4.2 to 3.0.1 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](reduxjs/redux-thunk@v2.4.2...v3.0.1) --- 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] <[email protected]> * fixed import --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deepak Prabhakara <[email protected]>
1 parent 32caf6a commit a90e0f5

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

package-lock.json

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"react-markdown": "9.0.1",
5151
"react-modal": "3.16.1",
5252
"react-redux": "8.1.3",
53-
"redux": "4.2.1",
53+
"redux": "5.0.0",
5454
"redux-actions": "3.0.0",
55-
"redux-thunk": "2.4.2",
55+
"redux-thunk": "3.0.1",
5656
"search-query-parser": "1.6.0"
5757
},
5858
"devDependencies": {

src/redux/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createStore, combineReducers, applyMiddleware, compose } from "redux";
2-
import thunk from "redux-thunk";
2+
import { thunk } from "redux-thunk";
33

44
import data from "./data";
55
import ui from "./ui";

0 commit comments

Comments
 (0)