From eef4bbdb01aace52e7dc511acc6b1b0b8880adaa Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 21 Mar 2020 13:29:25 -0700 Subject: [PATCH] ui: bump elm core libs --- ui/elm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/elm.json b/ui/elm.json index 157ddf1..acb6d2c 100644 --- a/ui/elm.json +++ b/ui/elm.json @@ -8,11 +8,11 @@ "direct": { "NoRedInk/elm-json-decode-pipeline": "1.0.0", "basti1302/elm-human-readable-filesize": "1.1.1", - "elm/browser": "1.0.1", - "elm/core": "1.0.2", + "elm/browser": "1.0.2", + "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/http": "2.0.0", - "elm/json": "1.1.2", + "elm/json": "1.1.3", "elm/svg": "1.0.1", "elm/time": "1.0.0", "elm/url": "1.0.0", @@ -31,4 +31,4 @@ "direct": {}, "indirect": {} } -} +} \ No newline at end of file