Skip to content

Commit 3f7b2f9

Browse files
Update dependency redux-thunk to v3
1 parent f6b3c9f commit 3f7b2f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"react-spinners": "^0.13.6",
5353
"redux": "^4.2.0",
5454
"redux-devtools-extension": "^2.13.9",
55-
"redux-thunk": "^2.4.2"
55+
"redux-thunk": "^3.1.0"
5656
}
5757
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5089,6 +5089,11 @@ redux-thunk@^2.4.2:
50895089
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b"
50905090
integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==
50915091

5092+
redux-thunk@^3.1.0:
5093+
version "3.1.0"
5094+
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3"
5095+
integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==
5096+
50925097
redux@^4.0.0, redux@^4.2.0, redux@^4.2.1:
50935098
version "4.2.1"
50945099
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"

0 commit comments

Comments
 (0)