From 2436f2e3de1b34b6b463229e2f6983f6a60fd9bc Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 21 Mar 2020 13:41:37 -0700 Subject: [PATCH] ui: bump elm filesize, date-format versions --- ui/elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/elm.json b/ui/elm.json index 89b978c..64a2529 100644 --- a/ui/elm.json +++ b/ui/elm.json @@ -7,7 +7,7 @@ "dependencies": { "direct": { "NoRedInk/elm-json-decode-pipeline": "1.0.0", - "basti1302/elm-human-readable-filesize": "1.1.1", + "basti1302/elm-human-readable-filesize": "1.2.0", "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.0", @@ -17,7 +17,7 @@ "elm/time": "1.0.0", "elm/url": "1.0.0", "jweir/sparkline": "4.0.0", - "ryannhg/date-format": "2.1.0" + "ryannhg/date-format": "2.3.0" }, "indirect": { "elm/bytes": "1.0.8",