From ccb6ffb052bf49fdb88a9813f44e9ead78b076cc Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Wed, 13 Mar 2024 20:22:20 -0700 Subject: [PATCH] Update dependencies. --- examples/docs/elm.json | 2 +- examples/end-to-end/elm.json | 2 +- examples/repos/elm.json | 2 +- examples/slides/elm.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/docs/elm.json b/examples/docs/elm.json index c13862fb..c03f977a 100644 --- a/examples/docs/elm.json +++ b/examples/docs/elm.json @@ -63,7 +63,7 @@ "matheus23/elm-tailwind-modules-base": "1.0.0", "miniBill/elm-unicode": "1.1.0", "rtfeldman/elm-hex": "1.0.0", - "ryannhg/date-format": "2.3.0", + "ryan-haskell/date-format": "1.0.0", "stil4m/elm-syntax": "7.3.2", "stil4m/structured-writer": "1.0.3" } diff --git a/examples/end-to-end/elm.json b/examples/end-to-end/elm.json index ad618120..ccb1de6e 100644 --- a/examples/end-to-end/elm.json +++ b/examples/end-to-end/elm.json @@ -45,7 +45,7 @@ "robinheghan/fnv1a": "1.0.0", "rtfeldman/elm-css": "18.0.0", "rtfeldman/elm-iso8601-date-strings": "1.1.4", - "ryannhg/date-format": "2.3.0", + "ryan-haskell/date-format": "1.0.0", "the-sett/elm-pretty-printer": "3.1.0", "the-sett/elm-syntax-dsl": "6.0.2", "turboMaCk/non-empty-list-alias": "1.4.0", diff --git a/examples/repos/elm.json b/examples/repos/elm.json index 8f917a85..ecaf685f 100644 --- a/examples/repos/elm.json +++ b/examples/repos/elm.json @@ -54,7 +54,7 @@ "justinmimbs/time-extra": "1.1.1", "lazamar/dict-parser": "1.0.2", "mgold/elm-nonempty-list": "4.2.0", - "ryannhg/date-format": "2.3.0" + "ryan-haskell/date-format": "1.0.0" } }, "test-dependencies": { diff --git a/examples/slides/elm.json b/examples/slides/elm.json index 1fd971c8..40187aef 100644 --- a/examples/slides/elm.json +++ b/examples/slides/elm.json @@ -57,7 +57,7 @@ "justinmimbs/time-extra": "1.1.1", "lazamar/dict-parser": "1.0.2", "mgold/elm-nonempty-list": "4.2.0", - "ryannhg/date-format": "2.3.0" + "ryan-haskell/date-format": "1.0.0" } }, "test-dependencies": {