From 13a791f1947db1d058b14127ac0080d84e302c98 Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Tue, 7 Oct 2025 15:07:38 +0200 Subject: [PATCH] Switch to MaybeJustJames/yaml --- cli/elm.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/elm.json b/cli/elm.json index 64ffe60..adcd7d6 100644 --- a/cli/elm.json +++ b/cli/elm.json @@ -8,6 +8,7 @@ "elm-version": "0.19.1", "dependencies": { "direct": { + "MaybeJustJames/yaml": "2.1.5", "dillonkearns/elm-cli-options-parser": "3.2.0", "dillonkearns/elm-pages": "10.2.2", "elm/bytes": "1.0.8", @@ -20,7 +21,6 @@ "json-tools/json-value": "1.0.1", "mdgriffith/elm-codegen": "5.2.0", "miniBill/elm-fast-dict": "1.2.4", - "myrho/yaml": "1.0.0", "robinheghan/murmur3": "1.0.0", "turboMaCk/non-empty-list-alias": "1.4.0", "wolfadex/elm-ansi": "3.0.0", @@ -53,7 +53,6 @@ "justinmimbs/date": "4.1.0", "miniBill/elm-codec": "2.3.0", "miniBill/elm-unicode": "1.1.1", - "myrho/elm-parser-extras": "1.0.1", "noahzgordon/elm-color-extra": "1.0.2", "robinheghan/fnv1a": "1.0.0", "rtfeldman/elm-css": "18.0.0",