Skip to content

Commit 8610a99

Browse files
fix(deps): update dependency redux-thunk to v3
1 parent 4693413 commit 8610a99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

zucchini-ui-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"redux": "4.2.1",
8080
"redux-actions": "3.0.3",
8181
"redux-promise-middleware": "6.2.0",
82-
"redux-thunk": "2.4.2",
82+
"redux-thunk": "3.1.0",
8383
"regenerator-runtime": "0.14.1",
8484
"reselect": "4.1.8"
8585
}

zucchini-ui-frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8055,10 +8055,10 @@ redux-promise-middleware@6.2.0:
80558055
resolved "https://registry.yarnpkg.com/redux-promise-middleware/-/redux-promise-middleware-6.2.0.tgz#d139dfef50992d456860f8cf07a12085bd53f89d"
80568056
integrity sha512-TEzfMeLX63gju2WqkdFQlQMvUGYzFvJNePIJJsBlbPHs3Txsbc/5Rjhmtha1XdMU6lkeiIlp1Qx7AR3Zo9he9g==
80578057

8058-
redux-thunk@2.4.2:
8059-
version "2.4.2"
8060-
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b"
8061-
integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==
8058+
redux-thunk@3.1.0:
8059+
version "3.1.0"
8060+
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3"
8061+
integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==
80628062

80638063
redux@4.2.1:
80648064
version "4.2.1"

0 commit comments

Comments
 (0)