From 6cb6335e0ea16411e79c9f20da3fab0d4d4ad4f0 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Mon, 5 Nov 2018 19:12:38 +0100 Subject: [PATCH] Update example/ dependencies --- example/elm.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/example/elm.json b/example/elm.json index f1f2a802..bceb8b5a 100644 --- a/example/elm.json +++ b/example/elm.json @@ -10,12 +10,20 @@ "elm/core": "1.0.0", "elm/html": "1.0.0", "elm/json": "1.0.0", - "elm/regex": "1.0.0" + "elm/regex": "1.0.0", + "jfmengels/elm-lint": "3.0.0" }, "indirect": { + "elm/parser": "1.1.0", "elm/time": "1.0.0", "elm/url": "1.0.0", - "elm/virtual-dom": "1.0.2" + "elm/virtual-dom": "1.0.2", + "elm-community/json-extra": "4.0.0", + "elm-community/list-extra": "8.1.0", + "rtfeldman/elm-hex": "1.0.0", + "rtfeldman/elm-iso8601-date-strings": "1.1.2", + "stil4m/elm-syntax": "7.0.2", + "stil4m/structured-writer": "1.0.2" } }, "test-dependencies": {