From 7f6f64cd60054657186efa1d0e9ded10cffcbd1c Mon Sep 17 00:00:00 2001 From: David May <1301201+wass3r@users.noreply.github.com> Date: Thu, 15 Dec 2022 10:50:02 -0600 Subject: [PATCH] chore(deps): bump elm dependencies (#614) Co-authored-by: Kelly Merrick --- elm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elm.json b/elm.json index 168faa260..556356b11 100644 --- a/elm.json +++ b/elm.json @@ -17,7 +17,7 @@ "elm/svg": "1.0.1", "elm/time": "1.0.0", "elm/url": "1.0.0", - "elm-community/list-extra": "8.6.0", + "elm-community/list-extra": "8.7.0", "elm-community/maybe-extra": "5.3.0", "elm-community/string-extra": "4.0.1", "feathericons/elm-feather": "1.5.0", @@ -33,12 +33,12 @@ "elm/random": "1.0.0", "elm/regex": "1.0.0", "elm/virtual-dom": "1.0.3", - "myrho/elm-round": "1.0.4" + "myrho/elm-round": "1.0.5" } }, "test-dependencies": { "direct": { - "elm-explorations/test": "2.0.1" + "elm-explorations/test": "2.1.0" }, "indirect": {} }