Skip to content

Commit

Permalink
build(deps-dev): bump redux-thunk from 2.4.2 to 3.1.0 (#4128)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump redux-thunk from 2.4.2 to 3.1.0

Bumps [redux-thunk](https://github.com/reduxjs/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-thunk
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: correct import statement for redux-thunk in reduxStore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Caza <[email protected]>
  • Loading branch information
dependabot[bot] and mastercactapus authored Dec 20, 2024
1 parent 9fb820a commit a568546
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"recharts": "2.12.7",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2",
"redux-thunk": "3.1.0",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.0",
"semver": "7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/reduxStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import thunk from 'redux-thunk'
import { thunk } from 'redux-thunk'
import createRootReducer from './reducers'
import { composeWithDevTools } from 'redux-devtools-extension'
import { applyMiddleware, createStore } from 'redux'
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17825,12 +17825,12 @@ __metadata:
languageName: node
linkType: hard

"redux-thunk@npm:2.4.2":
version: 2.4.2
resolution: "redux-thunk@npm:2.4.2"
"redux-thunk@npm:3.1.0":
version: 3.1.0
resolution: "redux-thunk@npm:3.1.0"
peerDependencies:
redux: ^4
checksum: 10/9bcb1193835128ecebf1e1a1b1a37bc15e8dfbdf6b6ee1b5566dd4c8e4ca05a81175f0c6dda34ab47f87053cd13b74d9f881d59446691d7b192831852b5d7a72
redux: ^5.0.0
checksum: 10/38c563db5f0bbec90d2e65cc27f3c870c1b6102e0c071258734fac41cb0e51d31d894125815c2f4133b20aff231f51f028ad99bccc05a7e3249f1a5d5a959ed3
languageName: node
linkType: hard

Expand Down Expand Up @@ -18488,7 +18488,7 @@ __metadata:
recharts: "npm:2.12.7"
redux: "npm:4.2.1"
redux-devtools-extension: "npm:2.13.9"
redux-thunk: "npm:2.4.2"
redux-thunk: "npm:3.1.0"
remark-breaks: "npm:4.0.0"
remark-gfm: "npm:4.0.0"
semver: "npm:7.6.3"
Expand Down

0 comments on commit a568546

Please sign in to comment.