From 8170705dc81f7257757e30c79ee3a0d86d3a21e1 Mon Sep 17 00:00:00 2001 From: Matt McHenry Date: Sat, 1 Sep 2018 11:24:31 -0400 Subject: [PATCH] remove 0.19-incompatible deps reported by elm-upgrade https://github.com/Bogdanp/elm-combine -- archived by owner https://github.com/andrewMacmurray/elm-delay/issues/5 https://github.com/bartavelle/json-helpers/issues/5 https://github.com/elm-community/basics-extra -- no 'upgrade to 0.19' issue yet https://github.com/knledg/touch-events/pull/20 https://github.com/rgrempel/elm-route-url/issues/37 --- src/client/elm.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/client/elm.json b/src/client/elm.json index 0ed7fc7..1c6d9c1 100644 --- a/src/client/elm.json +++ b/src/client/elm.json @@ -15,15 +15,7 @@ "elm/regex": "1.0.0", "elm/time": "1.0.0", "mdgriffith/elm-style-animation": "4.0.0", - "rtfeldman/elm-css": "15.1.0", - "Bogdanp/elm-combine": "3.1.1", - "andrewMacmurray/elm-delay": "2.0.2", - "bartavelle/json-helpers": "1.3.0", - "elm-community/basics-extra": "2.0.0", - "elm-lang/navigation": "2.1.0", - "elm-lang/window": "1.0.1", - "knledg/touch-events": "2.1.1", - "rgrempel/elm-route-url": "4.0.0" + "rtfeldman/elm-css": "15.1.0" }, "indirect": { "Skinney/murmur3": "2.0.7", @@ -37,4 +29,4 @@ "direct": {}, "indirect": {} } -} \ No newline at end of file +}