From e8f71e8eef7d5172decb06c82d2742f473a289d8 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 12 Jul 2021 17:44:35 -0700 Subject: [PATCH] Add missing dependency. --- examples/slides/elm.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/slides/elm.json b/examples/slides/elm.json index 82ec8bc4..047b015e 100644 --- a/examples/slides/elm.json +++ b/examples/slides/elm.json @@ -9,6 +9,7 @@ "elm-version": "0.19.1", "dependencies": { "direct": { + "MartinSStewart/elm-serialize": "1.2.5", "avh4/elm-color": "1.0.0", "billstclair/elm-xml-eeue56": "1.0.1", "danyx23/elm-mimetype": "4.0.1", @@ -46,6 +47,8 @@ "zwilias/json-decode-exploration": "6.0.0" }, "indirect": { + "bburdette/toop": "1.0.1", + "danfishgold/base64-bytes": "1.1.0", "elm/bytes": "1.0.8", "elm/file": "1.0.5", "elm/parser": "1.1.0", @@ -63,4 +66,4 @@ }, "indirect": {} } -} \ No newline at end of file +}