Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redux-thunk from 2.4.2 to 3.1.0 in /admin #3194

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"redux-form": "^8.3.10",
"redux-form-material-ui": "^4.3.4",
"redux-responsive": "^4.3.8",
"redux-thunk": "^2.4.2",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"styled-components": "6.1.13",
"web-vitals": "^4.2.3"
Expand Down
12 changes: 6 additions & 6 deletions admin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ __metadata:
redux-form: "npm:^8.3.10"
redux-form-material-ui: "npm:^4.3.4"
redux-responsive: "npm:^4.3.8"
redux-thunk: "npm:^2.4.2"
redux-thunk: "npm:^3.1.0"
reselect: "npm:^5.1.1"
styled-components: "npm:6.1.13"
typescript: "npm:^5.6.2"
Expand Down Expand Up @@ -4007,12 +4007,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: 10c0/e202d6ef7dfa7df08ed24cb221aa89d6c84dbaa7d65fe90dbd8e826d0c10d801f48388f9a7598a4fd970ecbc93d335014570a61ca7bc8bf569eab5de77b31a3c
redux: ^5.0.0
checksum: 10c0/21557f6a30e1b2e3e470933247e51749be7f1d5a9620069a3125778675ce4d178d84bdee3e2a0903427a5c429e3aeec6d4df57897faf93eb83455bc1ef7b66fd
languageName: node
linkType: hard

Expand Down
Loading