From b5c18f9c6bdd389b184644819de0f776690148cf Mon Sep 17 00:00:00 2001 From: Xavier Shay Date: Sun, 3 Aug 2025 07:54:38 +1000 Subject: [PATCH] Switch to ryan-haskell/date-format to fix storybook build. A similar change has already been applied to the main elm.json file, and I also found similar changes in other (unrelated) codebases. Copying the version range from base elm.json didn't work (difference between libs in dependences vs dependencies/direct?), so pinned to an exact version instead. I have no Elm experience, there may be a better way to solve this. --- storybook/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storybook/elm.json b/storybook/elm.json index c94f2083..94b9fc67 100644 --- a/storybook/elm.json +++ b/storybook/elm.json @@ -29,7 +29,7 @@ "mgold/elm-nonempty-list": "4.2.0", "noahzgordon/elm-color-extra": "1.0.2", "rtfeldman/elm-iso8601-date-strings": "1.1.4", - "ryannhg/date-format": "2.3.0", + "ryan-haskell/date-format": "1.0.0", "stoeffel/set-extra": "1.2.3", "wernerdegroot/listzipper": "4.0.0" },