From 15dad3edf81fbf2a905065cf7bc60739169a5209 Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Fri, 26 Apr 2024 11:10:15 -0400 Subject: [PATCH] update and fix examples/docs elm dependencies --- examples/docs/elm.json | 6 +++--- examples/docs/package-lock.json | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/docs/elm.json b/examples/docs/elm.json index c03f977a..5df5dd71 100644 --- a/examples/docs/elm.json +++ b/examples/docs/elm.json @@ -18,7 +18,7 @@ "dillonkearns/elm-form": "3.0.0", "dillonkearns/elm-markdown": "7.0.1", "dillonkearns/elm-oembed": "1.0.0", - "dillonkearns/elm-rss": "2.0.3", + "dillonkearns/elm-rss": "2.0.4", "dillonkearns/elm-sitemap": "1.0.2", "elm/browser": "1.0.2", "elm/bytes": "1.0.8", @@ -53,12 +53,12 @@ "indirect": { "Chadtech/elm-bool-extra": "2.4.2", "billstclair/elm-xml-eeue56": "2.1.0", - "dmy/elm-imf-date-time": "1.0.1", + "dmy/elm-imf-date-time": "1.0.2", "elm/file": "1.0.5", "elm-community/basics-extra": "4.1.0", "elm-community/maybe-extra": "5.3.0", "fredcy/elm-parseint": "2.0.1", - "justinmimbs/time-extra": "1.1.1", + "justinmimbs/time-extra": "1.2.0", "lazamar/dict-parser": "1.0.2", "matheus23/elm-tailwind-modules-base": "1.0.0", "miniBill/elm-unicode": "1.1.0", diff --git a/examples/docs/package-lock.json b/examples/docs/package-lock.json index b3a2f81f..1ade7d9f 100644 --- a/examples/docs/package-lock.json +++ b/examples/docs/package-lock.json @@ -22,12 +22,14 @@ } }, "../..": { - "version": "3.0.9", + "version": "3.0.12", "dev": true, "license": "BSD-3-Clause", "dependencies": { + "@sindresorhus/merge-streams": "^3.0.0", "busboy": "^1.6.0", "chokidar": "^3.5.3", + "cli-cursor": "^4.0.0", "commander": "^11.1.0", "connect": "^3.7.0", "cookie-signature": "^1.2.1", @@ -60,7 +62,7 @@ "@types/node": "^20.10.7", "@types/serve-static": "^1.15.5", "cypress": "^13.6.2", - "elm-codegen": "^0.5.1", + "elm-codegen": "^0.5.3", "elm-optimize-level-2": "^0.3.5", "elm-review": "^2.10.3", "elm-test": "^0.19.1-revision12",