From 4922e4d5d9f282cebb2e084298750e92f76bbcbd Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 23 Oct 2024 23:37:38 +0100 Subject: [PATCH] add xml and test packages --- elm.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index ce2a08d..6516dad 100644 --- a/elm.json +++ b/elm.json @@ -8,13 +8,20 @@ "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", - "elm/html": "1.0.0" + "elm/html": "1.0.0", + "elm-explorations/test": "2.2.0", + "ymtszw/elm-xml-decode": "3.2.2" }, "indirect": { + "elm/bytes": "1.0.8", "elm/json": "1.1.3", + "elm/parser": "1.1.0", + "elm/random": "1.0.0", "elm/time": "1.0.0", "elm/url": "1.0.0", - "elm/virtual-dom": "1.0.3" + "elm/virtual-dom": "1.0.3", + "miniBill/elm-xml-parser": "1.0.1", + "rtfeldman/elm-hex": "1.0.0" } }, "test-dependencies": {