add xml and test packages

This commit is contained in:
Daniel Barlow 2024-10-23 23:37:38 +01:00
parent 2286ae1a49
commit 4922e4d5d9

View File

@ -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": {